HomeSort by relevance Sort by last modified time
    Searched full:inflatenotificationviews (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
NotificationInflaterTest.java 93 mNotificationInflater.inflateNotificationViews(FLAG_REINFLATE_ALL, builder, mContext);
101 mNotificationInflater.inflateNotificationViews(FLAG_REINFLATE_ALL, builder, mContext);
107 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(),
116 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(
129 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(),
138 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(),
146 mNotificationInflater.inflateNotificationViews();
190 mNotificationInflater.inflateNotificationViews();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationInflater.java 89 inflateNotificationViews(flags);
112 inflateNotificationViews(FLAG_REINFLATE_AMBIENT_VIEW);
120 public void inflateNotificationViews() {
121 inflateNotificationViews(FLAG_REINFLATE_ALL);
132 void inflateNotificationViews(int reInflateFlags) {
152 InflationProgress inflateNotificationViews(int reInflateFlags,
564 inflateNotificationViews();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 416 mNotificationInflater.inflateNotificationViews();
    [all...]

Completed in 565 milliseconds