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.java228 entry.cachedBigContentView); in apply()
461 entry.cachedBigContentView = result.newExpandedView; in finishIfDone()
560 entry.cachedBigContentView = null; in onDensityOrFontScaleChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationInflaterTest.java115 mRow.getEntry().cachedBigContentView = null; in testInflationCallsOnlyRightMethod()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java100 public RemoteViews cachedBigContentView; field in NotificationData.Entry