Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DRowInflaterTask.java92 private RowAsyncLayoutInflater makeRowInflater(NotificationEntry entry) { in makeRowInflater()
93 return new RowAsyncLayoutInflater(entry, mSystemClock, mLogger); in makeRowInflater()
97 public static class RowAsyncLayoutInflater implements AsyncLayoutFactory { class in RowInflaterTask
102 public RowAsyncLayoutInflater(NotificationEntry entry, SystemClock systemClock, in RowAsyncLayoutInflater() method in RowInflaterTask.RowAsyncLayoutInflater
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java134 new RowInflaterTask.RowAsyncLayoutInflater(entry, new FakeSystemClock(), mock( in createRow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java632 inflater.setFactory2(new RowInflaterTask.RowAsyncLayoutInflater(entry, mSystemClock, in generateRow()