Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindStage.java67 @InflationFlag int contentToUnbind = inflationFlags ^ FLAG_CONTENT_VIEW_ALL; in executeStage() local
70 mBinder.unbindContent(entry, row, contentToUnbind); in executeStage()
H A DNotificationRowContentBinder.java72 @InflationFlag int contentToUnbind); in unbindContent() argument
H A DNotificationContentInflater.java190 @InflationFlag int contentToUnbind) { in unbindContent() argument
192 while (contentToUnbind != 0) { in unbindContent()
193 if ((contentToUnbind & curFlag) != 0) { in unbindContent()
196 contentToUnbind &= ~curFlag; in unbindContent()