Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java92 private int mIndexOfFirstViewInShelf = -1; field in NotificationShelf
195 + " indexOfFirstViewInShelf=" + mIndexOfFirstViewInShelf in toString()
756 if (mIndexOfFirstViewInShelf != -1 && i >= mIndexOfFirstViewInShelf) {
1000 mIndexOfFirstViewInShelf = getIndexOfViewInHostLayout(firstViewInShelf); in setIndexOfFirstViewInShelf()