Searched refs:isNewView (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinderImpl.kt | 819 val isNewView = in <lambda>() constant 845 isNewView = isNewView, in <lambda>() 862 val isNewView = in <lambda>() constant 889 isNewView = isNewView, in <lambda>() 907 val isNewView = in <lambda>() constant 934 isNewView = isNewView, in <lambda>() 951 val isNewView = in <lambda>() constant 977 isNewView = isNewView, in <lambda>() 995 val isNewView = in <lambda>() constant 1022 isNewView = isNewView, in <lambda>() [all …]
|
D | NotificationContentInflater.java | 479 boolean isNewView = in apply() 496 remoteViewCache, entry, row, isNewView, remoteViewClickHandler, callback, in apply() 506 boolean isNewView = in apply() 524 flag, remoteViewCache, entry, row, isNewView, remoteViewClickHandler, in apply() 534 boolean isNewView = in apply() 552 flag, remoteViewCache, entry, row, isNewView, remoteViewClickHandler, in apply() 561 boolean isNewView = in apply() 579 remoteViewCache, entry, row, isNewView, remoteViewClickHandler, callback, in apply() 588 boolean isNewView = in apply() 609 remoteViewCache, entry, row, isNewView, remoteViewClickHandler, callback, in apply() [all …]
|
D | HybridGroupManager.java | 100 boolean isNewView = false; in bindFromNotification() 104 isNewView = true; in bindFromNotification() 108 if (isNewView) { in bindFromNotification()
|
D | NotificationContentView.java | 1319 boolean isNewView = mSingleLineView == null; 1326 if (isNewView && mSingleLineView != null) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaHierarchyManager.kt | 740 val isNewView = this.desiredLocation == -1 in updateDesiredLocation() constant 759 performTransitionToNewLocation(isNewView, animate) in updateDesiredLocation() 763 private fun performTransitionToNewLocation(isNewView: Boolean, animate: Boolean) = in performTransitionToNewLocation() 765 if (previousLocation < 0 || isNewView) { in performTransitionToNewLocation()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinderImplTest.kt | 243 isNewView = true, /* isNewView */ in <lambda>()
|