Searched refs:toLeft (Results 1 – 2 of 2) sorted by relevance
281 int toLeft = (mContentView.getWidth() - width) / 2; in showNavScreen() local283 int toRight = toLeft + width; in showNavScreen()291 fromLeft, toLeft); in showNavScreen()366 int toLeft = 0; in hideNavScreen() local389 fromLeft, toLeft); in hideNavScreen()
96 boolean eatHorizontalMove(boolean toLeft) { in eatHorizontalMove() argument99 return toLeft ? cursorPos == 0 : cursorPos >= editText.length(); in eatHorizontalMove()