Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java219 entry.cachedBigContentView); in apply()
428 entry.cachedBigContentView = result.newExpandedView; in finishIfDone()
511 entry.cachedBigContentView = null; in onDensityOrFontScaleChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationInflaterTest.java116 mRow.getEntry().cachedBigContentView = null; in testInflationCallsOnlyRightMethod()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java83 public RemoteViews cachedBigContentView; field in NotificationData.Entry