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

  /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/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);

Completed in 2195 milliseconds