HomeSort by relevance Sort by last modified time
    Searched refs:mOrientation (Results 26 - 32 of 32) sorted by null

12

  /packages/apps/Camera/src/com/android/camera/
Camera.java 139 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
782 if (mOrientation != OrientationEventListener.ORIENTATION_UNKNOWN) {
785 rotation = (info.orientation - mOrientation + 360) % 360;
787 rotation = (info.orientation + mOrientation) % 360;
    [all...]
  /frameworks/base/services/surfaceflinger/
LayerBase.cpp 49 mOrientation(0),
262 mOrientation = tr.getOrientation();
LayerBuffer.cpp 590 mOverlay(0), mOverlayHandle(0), mOverlayDevice(0), mOrientation(orientation)
680 Transform(mOrientation));
SurfaceFlinger.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 77 private int mOrientation;
451 mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL);
706 return mOrientation == HORIZONTAL;
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 342 private int mOrientation = Configuration.ORIENTATION_UNDEFINED;
598 if (mOrientation != newConfig.orientation) {
599 mOrientation = newConfig.orientation;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 214 private int mOrientation;
374 mOrientation = conf.orientation;
514 if (conf.orientation != mOrientation) {
518 mOrientation = conf.orientation;
    [all...]

Completed in 2097 milliseconds

12