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

1 23 4 5 6 7

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java 63 int mOrientation;
75 * Based on {@link #mOrientation}, an implementation is lazily created in
258 return mOrientation == HORIZONTAL;
266 return mOrientation == VERTICAL;
289 * @see #mOrientation
293 return mOrientation;
307 if (orientation == mOrientation) {
310 mOrientation = orientation;
322 if (mOrientation == VERTICAL || !isLayoutRTL()) {
420 if (mOrientation == HORIZONTAL)
    [all...]
StaggeredGridLayoutManager.java 108 private int mOrientation;
207 mOrientation = orientation;
287 final int preferredSpanDir = mOrientation == VERTICAL && isLayoutRTL() ? 1 : -1;
389 if (orientation == mOrientation) {
392 mOrientation = orientation;
494 mPrimaryOrientation = OrientationHelper.createOrientationHelper(this, mOrientation);
496 .createOrientationHelper(this, 1 - mOrientation);
508 if (mOrientation == VERTICAL || !isLayoutRTL()) {
764 if (mOrientation == VERTICAL) {
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdssRot.cpp 120 mOrientation = static_cast<utils::eTransform>(flags);
125 mRotInfo.flags |= mOrientation;
126 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
260 mOrientation = utils::OVERLAY_TRANSFORM_0;
overlayMdpRot.cpp 130 mOrientation = static_cast<utils::eTransform>(r);
135 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
236 mOrientation = utils::OVERLAY_TRANSFORM_0;
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdssRot.cpp 109 mOrientation = static_cast<utils::eTransform>(flags);
114 mRotInfo.flags |= mOrientation;
115 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
241 mOrientation = utils::OVERLAY_TRANSFORM_0;
overlayMdpRot.cpp 111 mOrientation = static_cast<utils::eTransform>(r);
116 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
215 mOrientation = utils::OVERLAY_TRANSFORM_0;
  /packages/apps/Camera2/src/com/android/camera/
TextureViewHelper.java 70 private int mOrientation = UNSET;
99 if (mWidth != width || mHeight != height || mOrientation != rotation) {
102 mOrientation = rotation;
257 matrix = info.getPreviewTransform(mOrientation, new RectF(0, 0, mWidth, mHeight),
PhotoUI.java 181 private final int mOrientation;
186 mOrientation = orientation;
194 if (mOrientation != 0 || mMirror) {
200 m.preRotate(mOrientation);
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdpRot.cpp 111 mOrientation = static_cast<utils::eTransform>(r);
116 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
217 mOrientation = utils::OVERLAY_TRANSFORM_0;
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdssRot.cpp 108 mOrientation = static_cast<utils::eTransform>(flags);
113 if(mOrientation & utils::OVERLAY_TRANSFORM_ROT_90)
239 mOrientation = utils::OVERLAY_TRANSFORM_0;
overlayMdp.cpp 61 mOrientation = utils::OVERLAY_TRANSFORM_0;
123 mOrientation = static_cast<utils::eTransform>(rot);
130 utils::preRotateSource(mOrientation, whf, dim);
  /frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java 89 int mOrientation = ORIENTATION_LANDSCAPE;
138 mOrientation = orientation;
148 return mOrientation;
458 if (mOrientation == ORIENTATION_LANDSCAPE) {
460 } else if (mOrientation == ORIENTATION_PORTRAIT) {
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 61 private int mOrientation;
99 (mOrientation != orientation);
104 mOrientation = orientation;
442 mMuxer.setOrientationHint(mOrientation);
467 mMediaRecorder.setOrientationHint(mOrientation);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerTest.java 80 mAdapter = new GridTestAdapter(config.mItemCount, config.mOrientation);
85 config.mOrientation);
183 if (config.mOrientation == HORIZONTAL) {
203 final int size = config.mOrientation == HORIZONTAL ? child.getWidth()
253 View child1 = mLayoutManager.findViewByPosition(config.mOrientation == VERTICAL ? 1
257 if (config.mOrientation == VERTICAL || !config.mReverseLayout) {
508 if (config.mOrientation == LinearLayoutManager.HORIZONTAL) {
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 85 private int mOrientation = ORIENTATION_VERTICAL;
172 mOrientation = a.getInt(R.styleable.GestureOverlayView_orientation, mOrientation);
200 return mOrientation;
204 mOrientation = orientation;
655 (mOrientation == ORIENTATION_VERTICAL ?
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
MultiPaneChallengeLayout.java 36 final int mOrientation;
74 mOrientation = a.getInt(R.styleable.MultiPaneChallengeLayout_android_orientation,
296 if (mOrientation == HORIZONTAL) {
377 final boolean fixedLayoutHorizontal = fixedLayoutSize && mOrientation == HORIZONTAL;
378 final boolean fixedLayoutVertical = fixedLayoutSize && mOrientation == VERTICAL;
523 if (parent.mOrientation == HORIZONTAL) {
  /packages/apps/Camera/src/com/android/camera/
PreviewGestures.java 61 private int mOrientation;
93 mOrientation = orientation;
247 switch (mOrientation) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java 62 private int mOrientation;
85 r.setOrientation(mOrientation);
164 mOrientation = orientation;
IndicatorControl.java 48 private int mOrientation = 0;
65 mOrientation = orientation;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java 57 private int mOrientation;
215 } else if (orientation == mOrientation) {
282 mOrientation = (mWidth > mHeight ? LANDSCAPE : PORTRAIT);
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
ConfigGenerator.java 126 private ScreenOrientation mOrientation = ScreenOrientation.PORTRAIT;
153 config.setScreenOrientationQualifier(new ScreenOrientationQualifier(mOrientation));
171 mOrientation, mSoftButtons);
251 mOrientation = orientation;
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 75 mOrientation(),
362 switch (mOrientation) {
488 mOrientation = orientation;
503 mOrientation, tr.getType(), getPageFlipCount(),
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 473 return mGradientState.mOrientation;
487 mGradientState.mOrientation = orientation;
    [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;
  /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...]

Completed in 1004 milliseconds

1 23 4 5 6 7