Searched refs:RowAsyncLayoutInflater (Results 1 – 3 of 3) sorted by relevance
92 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 RowInflaterTask102 public RowAsyncLayoutInflater(NotificationEntry entry, SystemClock systemClock, in RowAsyncLayoutInflater() method in RowInflaterTask.RowAsyncLayoutInflater
134 new RowInflaterTask.RowAsyncLayoutInflater(entry, new FakeSystemClock(), mock( in createRow()
632 inflater.setFactory2(new RowInflaterTask.RowAsyncLayoutInflater(entry, mSystemClock, in generateRow()