Searched defs:notiThreshold (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMenuRow.java536 final float notiThreshold = mParent.getWidth() * 0.4f;
539 && absTransX < notiThreshold) {
540 fadeInMenu(notiThreshold);
545 private void fadeInMenu(final float notiThreshold) { argument
561 boolean pastMenu = (fromLeft && transX <= notiThreshold)
562 || (!fromLeft && absTrans <= notiThreshold);

Completed in 129 milliseconds