Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAmbientState.java40 private int mSpeedBumpIndex = -1; field in AmbientState
166 return mSpeedBumpIndex; in getSpeedBumpIndex()
170 mSpeedBumpIndex = shelfIndex; in setSpeedBumpIndex()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java119 private int mSpeedBumpIndex = -1; field in NotificationIconContainer
296 boolean hasAmbient = mSpeedBumpIndex != -1 && mSpeedBumpIndex < getChildCount(); in calculateIconTranslations()
302 boolean forceOverflow = mSpeedBumpIndex != -1 && i >= mSpeedBumpIndex in calculateIconTranslations()
473 mSpeedBumpIndex = speedBumpIndex; in setSpeedBumpIndex()