Searched refs:isNewView (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | HybridGroupManager.java | 96 boolean isNewView = false; in bindFromNotification() 100 isNewView = true; in bindFromNotification() 105 if (isNewView) { in bindFromNotification()
|
H A D | NotificationContentInflater.java | 390 boolean isNewView = in apply() 416 boolean isNewView = in apply() 433 remoteViewCache, entry, row, isNewView, remoteViewClickHandler, in apply() 444 boolean isNewView = in apply() 461 remoteViewCache, entry, row, isNewView, remoteViewClickHandler, in apply() 471 boolean isNewView = in apply() 517 boolean isNewView, in applyRemoteView() argument 529 if (isNewView) { in applyRemoteView() 571 if (isNewView) { in applyRemoteView() 587 if (isNewView) { in applyRemoteView() [all …]
|
H A D | NotificationContentView.java | 1217 boolean isNewView = mSingleLineView == null; 1220 if (isNewView) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | MediaHierarchyManager.kt | 660 val isNewView = this.desiredLocation == -1 regex 679 performTransitionToNewLocation(isNewView, animate) 683 private fun performTransitionToNewLocation(isNewView: Boolean, animate: Boolean) = 685 if (previousLocation < 0 || isNewView) {
|