HomeSort by relevance Sort by last modified time
    Searched full:morientation (Results 76 - 100 of 198) sorted by null

1 2 34 5 6 7 8

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java 62 private int mOrientation;
85 r.setOrientation(mOrientation);
164 mOrientation = orientation;
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 87 mOrientation(),
368 switch (mOrientation) {
494 mOrientation = orientation;
509 mOrientation, tr.getType(), getPageFlipCount(),
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdssRot.cpp 143 mOrientation = static_cast<utils::eTransform>(flags);
148 mRotInfo.flags |= mOrientation;
149 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
296 mOrientation = utils::OVERLAY_TRANSFORM_0;
overlayMdp.cpp 57 mOrientation = utils::OVERLAY_TRANSFORM_0;
119 mOrientation = static_cast<utils::eTransform>(rot);
143 utils::preRotateSource(mOrientation, whf, dim);
overlayRotator.h 190 utils::eTransform mOrientation;
273 utils::eTransform mOrientation;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
NetworkUriImageRequest.java 42 mOrientation = android.media.ExifInterface.ORIENTATION_UNDEFINED;
AvatarRequest.java 82 orientation = imageResource.mOrientation;
  /hardware/qcom/display/msm8084/liboverlay/
overlayRotator.h 149 utils::eTransform mOrientation;
201 utils::eTransform mOrientation;
overlayMdp.cpp 56 mOrientation = utils::OVERLAY_TRANSFORM_0;
120 mOrientation = static_cast<utils::eTransform>(rot);
127 utils::preRotateSource(mOrientation, whf, dim);
  /hardware/qcom/display/msm8226/liboverlay/
overlayRotator.h 156 utils::eTransform mOrientation;
210 utils::eTransform mOrientation;
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.h 165 utils::eTransform mOrientation;
215 utils::eTransform mOrientation;
  /hardware/qcom/display/msm8974/liboverlay/
overlayRotator.h 163 utils::eTransform mOrientation;
215 utils::eTransform mOrientation;
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 56 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT);
298 native_window_set_buffers_transform(window.get(), mOrientation);
408 mOrientation);
623 if (mOrientation != orientation) {
624 mOrientation = orientation;
627 mOrientation);
CameraClient.h 131 int mOrientation; // Current display orientation
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 475 return mGradientState.mOrientation;
489 mGradientState.mOrientation = orientation;
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 103 * if {@link #mOrientation} is horizontal.
127 private int mOrientation;
340 if (mOrientation == VERTICAL) {
529 if (mOrientation == VERTICAL) {
629 if (mOrientation == VERTICAL) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 108 private int mOrientation;
224 mOrientation = orientation;
306 final int preferredSpanDir = mOrientation == VERTICAL && isLayoutRTL() ? 1 : -1;
408 if (orientation == mOrientation) {
411 mOrientation = orientation;
513 mPrimaryOrientation = OrientationHelper.createOrientationHelper(this, mOrientation);
515 .createOrientationHelper(this, 1 - mOrientation);
527 if (mOrientation == VERTICAL || !isLayoutRTL()) {
792 if (mOrientation == VERTICAL) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 136 mNextPreviewOrientation = settings.mOrientation;
555 int mOrientation;
559 mOrientation = 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/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...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 95 * if {@link #mOrientation} is horizontal.
115 private int mOrientation;
283 if (mOrientation == VERTICAL) {
450 if (mOrientation == VERTICAL) {
546 if (mOrientation == VERTICAL) {
    [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/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/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...]

Completed in 1625 milliseconds

1 2 34 5 6 7 8