HomeSort by relevance Sort by last modified time
    Searched refs:mOrientation (Results 101 - 125 of 319) sorted by null

1 2 3 45 6 7 8 91011>>

  /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 135 int mOrientation; // Current display orientation
CameraClient.cpp 57 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT);
303 mHardware->setPreviewTransform(mOrientation);
412 mHardware->setPreviewTransform(mOrientation);
682 if (mOrientation != orientation) {
683 mOrientation = orientation;
685 mHardware->setPreviewTransform(mOrientation);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 136 mNextPreviewOrientation = settings.mOrientation;
555 int mOrientation;
559 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;
SlidingTab.java 84 private final int mOrientation;
460 mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL);
722 return mOrientation == HORIZONTAL;
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerTest.java 135 if (config.mOrientation == HORIZONTAL) {
151 if (config.mOrientation == HORIZONTAL) {
316 if (config.mOrientation == HORIZONTAL) {
StaggeredGridLayoutManagerTest.java 172 if (config.mOrientation == HORIZONTAL) {
192 final int size = config.mOrientation == HORIZONTAL ? child.getWidth()
    [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...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.h 121 utils::eTransform mOrientation; //Holds requested orientation
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdp.h 121 utils::eTransform mOrientation; //Holds requested orientation
  /hardware/qcom/display/msm8909/liboverlay/
overlayMdp.h 119 utils::eTransform mOrientation; //Holds requested orientation
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdp.h 119 utils::eTransform mOrientation; //Holds requested orientation
  /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/Messaging/src/com/android/messaging/datamodel/media/
AvatarRequest.java 82 orientation = imageResource.mOrientation;
  /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
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 122 private int mOrientation = 0;
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 263 int mOrientation = DEFAULT_ORIENTATION;
315 return mOrientation;
355 if (this.mOrientation != orientation) {
356 this.mOrientation = orientation;
733 final boolean horizontal = (mOrientation == HORIZONTAL);
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 251 int mOrientation = DEFAULT_ORIENTATION;
307 return mOrientation;
347 if (this.mOrientation != orientation) {
348 this.mOrientation = orientation;
724 final boolean horizontal = (mOrientation == HORIZONTAL);
    [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...]

Completed in 5169 milliseconds

1 2 3 45 6 7 8 91011>>