Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java65 private int mNotGoneIndex; field in NotificationShelf
173 if (mNotGoneIndex != -1) { in updateState()
174 mShelfState.notGoneIndex = Math.min(mShelfState.notGoneIndex, mNotGoneIndex); in updateState()
195 mNotGoneIndex = -1; in updateAppearance()
250 if (rowTranslationY >= shelfStart && mNotGoneIndex == -1) { in updateAppearance()
251 mNotGoneIndex = notGoneIndex; in updateAppearance()
255 } else if (mNotGoneIndex == -1) { in updateAppearance()
279 if (mNotGoneIndex == -1) { in updateAppearance()
280 mNotGoneIndex = notGoneIndex; in updateAppearance()
562 return mNotGoneIndex;