HomeSort by relevance Sort by last modified time
    Searched defs:mOrientation (Results 51 - 72 of 72) sorted by null

1 23

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 255 int mOrientation;
261 mOrientation = 0;
269 mOrientation = ImageLoader.getMetadataRotation(mContext, uri);
275 doneLoadBitmap(result, new RectF(mOriginalBounds), mOrientation);
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 85 private int mOrientation = ORIENTATION_VERTICAL;
167 mOrientation = a.getInt(R.styleable.GestureOverlayView_orientation, mOrientation);
195 return mOrientation;
199 mOrientation = orientation;
650 (mOrientation == ORIENTATION_VERTICAL ?
  /frameworks/base/core/java/android/widget/
LinearLayout.java 82 * if {@link #mOrientation} is horizontal.
106 private int mOrientation;
312 if (mOrientation == VERTICAL) {
487 if (mOrientation == VERTICAL) {
587 if (mOrientation == VERTICAL) {
    [all...]
GridLayout.java 256 int mOrientation = DEFAULT_ORIENTATION;
312 return mOrientation;
352 if (this.mOrientation != orientation) {
353 this.mOrientation = orientation;
729 final boolean horizontal = (mOrientation == HORIZONTAL);
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 124 private int mOrientation = 0;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 111 protected int mOrientation = Configuration.ORIENTATION_LANDSCAPE;
494 mOrientation = params.get(VIEW_PARAMS_ORIENTATION);
735 if (mOrientation == Configuration.ORIENTATION_PORTRAIT) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
PhotoUI.java 142 private int mOrientation;
147 mOrientation = orientation;
155 if (mOrientation != 0 || mMirror) {
161 m.preRotate(mOrientation);
VideoModule.java 171 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
396 int rotation = CameraUtil.getJpegRotation(mCameraId, mOrientation);
434 int newOrientation = CameraUtil.roundOrientation(orientation, mOrientation);
436 if (mOrientation != newOrientation) {
437 mOrientation = newOrientation;
    [all...]
PhotoModule.java 151 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
899 orientation = mOrientation;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 75 private int mOrientation;
154 return mOrientation;
201 mOrientation = ImageLoader.getMetadataOrientation(mActivity, uri);
205 mOrientation, originalBounds);
214 mZoomOrientation = mOrientation;
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 161 int mOrientation;
365 mOrientation = res.getConfiguration().orientation;
366 if (mOrientation == Configuration.ORIENTATION_LANDSCAPE) {
415 if (mIsTabletConfig && mOrientation == Configuration.ORIENTATION_PORTRAIT) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 368 private int mOrientation = Configuration.ORIENTATION_UNDEFINED;
671 if (mOrientation != newConfig.orientation) {
672 mOrientation = newConfig.orientation;
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 805 private int mOrientation = -1;
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 256 int mOrientation = DEFAULT_ORIENTATION;
312 return mOrientation;
352 if (this.mOrientation != orientation) {
353 this.mOrientation = orientation;
729 final boolean horizontal = (mOrientation == HORIZONTAL);
    [all...]
  /frameworks/base/services/input/
InputReader.h     [all...]
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java 165 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
    [all...]
VideoModule.java 232 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
557 int newOrientation = Util.roundOrientation(orientation, mOrientation);
559 if (mOrientation != newOrientation) {
560 mOrientation = newOrientation;
567 mEffectsRecorder.setOrientationHint(mOrientation);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 135 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
    [all...]
VideoCamera.java 251 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
552 mOrientation = Util.roundOrientation(orientation, mOrientation);
555 int orientationCompensation = mOrientation
    [all...]
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
sdklib.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 

Completed in 4723 milliseconds

1 23