Searched refs:isNewView (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | ViewPool.java | 33 public void onPickUpViewFromPool(V v, T prepareData, boolean isNewView); in onPickUpViewFromPool() argument 56 boolean isNewView = false; in pickUpViewFromPool() 59 isNewView = true; in pickUpViewFromPool() 76 mViewCreator.onPickUpViewFromPool(v, prepareData, isNewView); in pickUpViewFromPool()
|
D | TaskStackView.java | 1625 public void onPickUpViewFromPool(TaskView tv, Task task, boolean isNewView) { in onPickUpViewFromPool() argument 1631 if (isNewView) { in onPickUpViewFromPool()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationInflater.java | 196 boolean isNewView = !compareRemoteViews(result.newContentView, entry.cachedContentView); in apply() 209 isNewView, remoteViewClickHandler, callback, entry, privateLayout, in apply() 218 boolean isNewView = !compareRemoteViews(result.newExpandedView, in apply() 232 redactAmbient, isNewView, remoteViewClickHandler, callback, entry, in apply() 243 boolean isNewView = !compareRemoteViews(result.newHeadsUpView, in apply() 257 redactAmbient, isNewView, remoteViewClickHandler, callback, entry, in apply() 267 boolean isNewView = !compareRemoteViews(result.newPublicView, in apply() 281 redactAmbient, isNewView, remoteViewClickHandler, callback, entry, in apply() 290 boolean isNewView = !canReapplyAmbient(row, redactAmbient) || in apply() 304 redactAmbient, isNewView, remoteViewClickHandler, callback, entry, in apply() [all …]
|