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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationSettingsIconRow.java 185 final float notiThreshold) {
199 boolean pastGear = (fromLeft && transX <= notiThreshold)
200 || (!fromLeft && absTrans <= notiThreshold);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 83 milliseconds