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/notification/stack/
DAmbientState.java54 private int mSpeedBumpIndex = -1; field in AmbientState
245 return mSpeedBumpIndex; in getSpeedBumpIndex()
249 mSpeedBumpIndex = shelfIndex; in setSpeedBumpIndex()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java148 private int mSpeedBumpIndex = -1; field in NotificationIconContainer
382 boolean hasAmbient = mSpeedBumpIndex != -1 && mSpeedBumpIndex < getChildCount(); in calculateIconTranslations()
390 boolean forceOverflow = mSpeedBumpIndex != -1 && i >= mSpeedBumpIndex in calculateIconTranslations()
577 mSpeedBumpIndex = speedBumpIndex; in setSpeedBumpIndex()