Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationInflaterTest.java93 mNotificationInflater.inflateNotificationViews(FLAG_REINFLATE_ALL, builder, mContext); in testIncreasedHeadsUpBeingUsed()
101 mNotificationInflater.inflateNotificationViews(FLAG_REINFLATE_ALL, builder, mContext); in testIncreasedHeightBeingUsed()
107 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(), in testInflationCallsUpdated()
116 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews( in testInflationCallsOnlyRightMethod()
129 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(), in testInflationThrowsErrorDoesntCallUpdated()
138 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(), in testAsyncTaskRemoved()
146 mNotificationInflater.inflateNotificationViews(); in testRemovedNotInflated()
190 mNotificationInflater.inflateNotificationViews(); in testSupersedesExistingTask()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java89 inflateNotificationViews(flags); in setIsChildInGroup()
112 inflateNotificationViews(FLAG_REINFLATE_AMBIENT_VIEW); in setRedactAmbient()
120 public void inflateNotificationViews() { in inflateNotificationViews() method in NotificationInflater
121 inflateNotificationViews(FLAG_REINFLATE_ALL); in inflateNotificationViews()
132 void inflateNotificationViews(int reInflateFlags) { in inflateNotificationViews() method in NotificationInflater
152 InflationProgress inflateNotificationViews(int reInflateFlags, in inflateNotificationViews() method in NotificationInflater
564 inflateNotificationViews(); in onDensityOrFontScaleChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java416 mNotificationInflater.inflateNotificationViews(); in updateNotification()