Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStage.java70 @InflationFlag int contentToUnbind = inflationFlags ^ FLAG_CONTENT_VIEW_ALL; in executeStage() local
73 mBinder.unbindContent(entry, row, contentToUnbind); in executeStage()
DNotificationRowContentBinder.java75 @InflationFlag int contentToUnbind); in unbindContent() argument
DNotificationContentInflater.java253 @InflationFlag int contentToUnbind) { in unbindContent() argument
254 mLogger.logUnbinding(entry, contentToUnbind); in unbindContent()
256 while (contentToUnbind != 0) { in unbindContent()
257 if ((contentToUnbind & curFlag) != 0) { in unbindContent()
260 contentToUnbind &= ~curFlag; in unbindContent()
DNotificationRowContentBinderImpl.kt232 @InflationFlag contentToUnbind: Int in <lambda>()
234 logger.logUnbinding(entry, contentToUnbind) in <lambda>()
236 var contentLeftToUnbind = contentToUnbind in <lambda>()