Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java572 final float notiThreshold = mParent.getWidth() * 0.4f; in run() local
575 && absTransX < notiThreshold) { in run()
576 fadeInMenu(notiThreshold); in run()
581 private void fadeInMenu(final float notiThreshold) { in fadeInMenu() argument
597 boolean pastMenu = (fromLeft && transX <= notiThreshold) in fadeInMenu()
598 || (!fromLeft && absTrans <= notiThreshold); in fadeInMenu()