Home
last modified time | relevance | path

Searched refs:contentToBind (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStage.java68 @InflationFlag int contentToBind = invalidatedFlags & inflationFlags; in executeStage() local
95 mBinder.bindContent(entry, row, contentToBind, bindParams, forceInflate, inflationCallback); in executeStage()
DNotificationRowContentBinder.java49 @InflationFlag int contentToBind, in bindContent() argument
DNotificationContentInflater.java125 @InflationFlag int contentToBind, in bindContent() argument
137 mLogger.logBinding(entry, contentToBind); in bindContent()
149 cancelContentViewFrees(row, contentToBind); in bindContent()
154 /* reInflateFlags = */ contentToBind, in bindContent()
DNotificationRowContentBinderImpl.kt105 @InflationFlag contentToBind: Int, in <lambda>()
117 logger.logBinding(entry, contentToBind) in <lambda>()
127 cancelContentViewFrees(row, contentToBind) in <lambda>()
132 /* reInflateFlags = */ contentToBind, in <lambda>()