HomeSort by relevance Sort by last modified time
    Searched refs:mSpeedBumpIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java 40 private int mSpeedBumpIndex = -1;
166 return mSpeedBumpIndex;
170 mSpeedBumpIndex = shelfIndex;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java 119 private int mSpeedBumpIndex = -1;
296 boolean hasAmbient = mSpeedBumpIndex != -1 && mSpeedBumpIndex < getChildCount();
302 boolean forceOverflow = mSpeedBumpIndex != -1 && i >= mSpeedBumpIndex
473 mSpeedBumpIndex = speedBumpIndex;

Completed in 74 milliseconds