Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java170 result.newHeadsUpView = builder.createHeadsUpContentView(usesIncreasedHeadsUpHeight); in createRemoteViews()
242 if (result.newHeadsUpView != null) { in apply()
243 boolean isNewView = !compareRemoteViews(result.newHeadsUpView, in apply()
253 return result.newHeadsUpView; in apply()
435 } else if (result.newHeadsUpView == null) { in finishIfDone()
438 entry.cachedHeadsUpContentView = result.newHeadsUpView; in finishIfDone()
648 private RemoteViews newHeadsUpView; field in NotificationInflater.InflationProgress