Searched refs:contentToBind (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | RowContentBindStage.java | 68 @InflationFlag int contentToBind = invalidatedFlags & inflationFlags; in executeStage() local 95 mBinder.bindContent(entry, row, contentToBind, bindParams, forceInflate, inflationCallback); in executeStage()
|
D | NotificationRowContentBinder.java | 49 @InflationFlag int contentToBind, in bindContent() argument
|
D | NotificationContentInflater.java | 125 @InflationFlag int contentToBind, in bindContent() argument 137 mLogger.logBinding(entry, contentToBind); in bindContent() 149 cancelContentViewFrees(row, contentToBind); in bindContent() 154 /* reInflateFlags = */ contentToBind, in bindContent()
|
D | NotificationRowContentBinderImpl.kt | 105 @InflationFlag contentToBind: Int, in <lambda>() 117 logger.logBinding(entry, contentToBind) in <lambda>() 127 cancelContentViewFrees(row, contentToBind) in <lambda>() 132 /* reInflateFlags = */ contentToBind, in <lambda>()
|