HomeSort by relevance Sort by last modified time
    Searched refs:toLeft (Results 1 - 6 of 6) sorted by null

  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 299 int toLeft = (mContentView.getWidth() - width) / 2;
301 int toRight = toLeft + width;
309 fromLeft, toLeft);
385 int toLeft = 0;
408 fromLeft, toLeft);
  /frameworks/base/core/java/android/widget/
Gallery.java 378 boolean toLeft = deltaX < 0;
380 int limitedDeltaX = getLimitedMotionScrollAmount(toLeft, deltaX);
389 detachOffScreenChildren(toLeft);
391 if (toLeft) {
478 * @param toLeft Whether to detach children to the left of the Gallery, or
481 private void detachOffScreenChildren(boolean toLeft) {
487 if (toLeft) {
523 if (toLeft != mIsRtl) {
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/ui/
CameraControls.java 158 toLeft(mSwitcher, shutter, rotation);
165 toLeft(cancel, shutter, rotation);
233 private void toLeft(View v, Rect other, int rotation) {
  /packages/apps/Calculator/src/com/android/calculator2/
Logic.java 96 boolean eatHorizontalMove(boolean toLeft) {
99 return toLeft ? cursorPos == 0 : cursorPos >= editText.length();
  /frameworks/base/core/java/android/text/
TextLine.java 428 * @param toLeft true if the caret is moving to the left.
433 int getOffsetToLeftRightOf(int cursor, boolean toLeft) {
514 boolean advance = toLeft == runIsRtl;
534 boolean advance = toLeft == paraIsRtl;
547 advance = toLeft == otherRunIsRtl;
    [all...]
Layout.java     [all...]

Completed in 160 milliseconds