Searched refs:notiThreshold (Results 1 – 1 of 1) sorted by relevance
588 final float notiThreshold = mParent.getWidth() * 0.4f; in run() local591 && absTransX < notiThreshold) { in run()592 fadeInMenu(notiThreshold); in run()597 private void fadeInMenu(final float notiThreshold) { in fadeInMenu() argument613 boolean pastMenu = (fromLeft && transX <= notiThreshold) in fadeInMenu()614 || (!fromLeft && absTrans <= notiThreshold); in fadeInMenu()