Searched refs:contentToBind (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | RowContentBindStage.java | 66 @InflationFlag int contentToBind = invalidatedFlags & inflationFlags; in executeStage() local 92 mBinder.bindContent(entry, row, contentToBind, bindParams, forceInflate, inflationCallback); in executeStage()
|
H A D | NotificationRowContentBinder.java | 47 @InflationFlag int contentToBind, in bindContent() argument
|
H A D | NotificationContentInflater.java | 109 @InflationFlag int contentToBind, in bindContent() argument 121 mLogger.logBinding(entry, contentToBind); in bindContent() 133 cancelContentViewFrees(row, contentToBind); in bindContent() 138 contentToBind, in bindContent()
|