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()
102 mNotificationInflater.inflateNotificationViews(FLAG_REINFLATE_ALL, builder, mContext); in testIncreasedHeightBeingUsed()
108 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(), in testInflationCallsUpdated()
117 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews( in testInflationCallsOnlyRightMethod()
130 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(), in testInflationThrowsErrorDoesntCallUpdated()
139 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(), in testAsyncTaskRemoved()
147 mNotificationInflater.inflateNotificationViews(); in testRemovedNotInflated()
189 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
146 InflationProgress inflateNotificationViews(int reInflateFlags, in inflateNotificationViews() method in NotificationInflater
515 inflateNotificationViews(); in onDensityOrFontScaleChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java329 mNotificationInflater.inflateNotificationViews(); in updateNotification()