Searched refs:notiThreshold (Results 1 – 1 of 1) sorted by relevance
576 final float notiThreshold = mParent.getWidth() * 0.4f; in run() local579 && absTransX < notiThreshold) { in run()580 fadeInMenu(notiThreshold); in run()585 private void fadeInMenu(final float notiThreshold) { in fadeInMenu() argument601 boolean pastMenu = (fromLeft && transX <= notiThreshold) in fadeInMenu()602 || (!fromLeft && absTrans <= notiThreshold); in fadeInMenu()