Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DRowInflaterTask.java83 AsyncLayoutInflater inflater = new AsyncLayoutInflater(context, makeRowInflater(entry)); in inflate()
92 private RowAsyncLayoutInflater makeRowInflater(NotificationEntry entry) { in makeRowInflater() method in RowInflaterTask