HomeSort by relevance Sort by last modified time
    Searched refs:mOrientation (Results 76 - 100 of 151) sorted by null

1 2 34 5 6 7

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerTest.java 71 mGlm = new WrappedGridLayoutManager(getActivity(), config.mSpanCount, config.mOrientation,
108 if (config.mOrientation == HORIZONTAL) {
122 final int size = config.mOrientation == HORIZONTAL ? child.getWidth()
631 int mOrientation = GridLayoutManager.VERTICAL;
642 mOrientation = orientation;
647 mOrientation = orientation;
655 ", mOrientation=" + (mOrientation == GridLayoutManager.HORIZONTAL ? "h" : "v") +
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.cpp 56 mOrientation = utils::OVERLAY_TRANSFORM_0;
120 mOrientation = static_cast<utils::eTransform>(rot);
127 utils::preRotateSource(mOrientation, whf, dim);
overlayMdp.h 121 utils::eTransform mOrientation; //Holds requested orientation
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdp.cpp 56 mOrientation = utils::OVERLAY_TRANSFORM_0;
119 mOrientation = static_cast<utils::eTransform>(rot);
143 utils::preRotateSource(mOrientation, whf, dim);
overlayMdp.h 121 utils::eTransform mOrientation; //Holds requested orientation
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.cpp 50 mOrientation = utils::OVERLAY_TRANSFORM_0;
111 mOrientation = static_cast<utils::eTransform>(rot);
118 utils::preRotateSource(mOrientation, whf, dim);
overlayMdp.h 126 utils::eTransform mOrientation; //Holds requested orientation
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 57 protected int mOrientation = Configuration.ORIENTATION_LANDSCAPE;
243 drawingParams.put(MonthWeekEventsView.VIEW_PARAMS_ORIENTATION, mOrientation);
282 mOrientation = mContext.getResources().getConfiguration().orientation;
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java 62 private int mOrientation;
99 mOrientation = context.getResources().getConfiguration().orientation;
342 bg |= (position == 0 && mOrientation == Configuration.ORIENTATION_LANDSCAPE) ? IS_TOP : 0;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java 58 private int mOrientation = LinearLayout.VERTICAL;
143 if (mOrientation == LinearLayout.HORIZONTAL) {
269 mOrientation = orientation;
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 131 int mOrientation; // Current display orientation
CameraClient.cpp 56 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT);
302 native_window_set_buffers_transform(window.get(), mOrientation);
412 mOrientation);
627 if (mOrientation != orientation) {
628 mOrientation = orientation;
631 mOrientation);
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 363 private final int mOrientation;
381 mOrientation = orientation;
437 return mOrientation;
443 + "," + mWidth + "x" + mHeight + ",orientation=" + mOrientation
479 mediaDetails.addDetail(MediaDetails.INDEX_ORIENTATION, mOrientation);
581 .loadFromMediaStore(getUri(), mMimeType, mDateModifiedInSeconds, mOrientation)
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 102 * if {@link #mOrientation} is horizontal.
126 private int mOrientation;
337 if (mOrientation == VERTICAL) {
512 if (mOrientation == VERTICAL) {
612 if (mOrientation == VERTICAL) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 136 mNextPreviewOrientation = settings.mOrientation;
547 int mOrientation;
551 mOrientation = orientation;
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 167 private int mOrientation;
182 mOrientation = a.getInt(R.styleable.RotarySelector_orientation, HORIZONTAL);
242 return mOrientation == HORIZONTAL;
  /packages/apps/Camera/src/com/android/camera/
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 251 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
552 mOrientation = Util.roundOrientation(orientation, mOrientation);
555 int orientationCompensation = mOrientation
    [all...]
Camera.java 135 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
    [all...]
  /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);
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 182 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
498 int newOrientation = CameraUtil.roundOrientation(orientation, mOrientation);
500 if (mOrientation != newOrientation) {
501 mOrientation = newOrientation;
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 805 private int mOrientation = -1;
    [all...]
  /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...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.h 125 utils::eTransform mOrientation; //Holds requested orientation

Completed in 830 milliseconds

1 2 34 5 6 7