Searched defs:mOrientation (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.h122 int mOrientation; // Current display orientation member in class:android::CameraClient
/frameworks/base/core/java/android/webkit/
H A DPluginFullScreenHolder.java40 private final int mOrientation; field in class:PluginFullScreenHolder
50 mOrientation = orientation;
85 client.onShowCustomView(mLayout, mOrientation, mCallback);
H A DBrowserFrame.java87 private int mOrientation = -1; field in class:BrowserFrame
520 if (mOrientation != msg.arg1) {
521 mOrientation = msg.arg1;
H A DWebViewClassic.java4458 private int mOrientation = Configuration.ORIENTATION_UNDEFINED; field in class:WebViewClassic
4463 if (mSelectingText && mOrientation != newConfig.orientation) {
4466 mOrientation = newConfig.orientation;
/frameworks/base/core/java/android/view/
H A DOrientationEventListener.java34 private int mOrientation = ORIENTATION_UNKNOWN; field in class:OrientationEventListener
141 if (orientation != mOrientation) {
142 mOrientation = orientation;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java67 mClipState.mOrientation = orientation;
105 mClipState.mOrientation = orientation;
204 if ((mClipState.mOrientation & HORIZONTAL) != 0) {
209 if ((mClipState.mOrientation & VERTICAL) != 0) {
252 int mOrientation; field in class:ClipDrawable.ClipState
266 mOrientation = orig.mOrientation;
H A DGradientDrawable.java386 return mGradientState.mOrientation;
400 mGradientState.mOrientation = orientation;
708 switch (st.mOrientation) {
906 st.mOrientation = Orientation.LEFT_RIGHT;
909 st.mOrientation = Orientation.BL_TR;
912 st.mOrientation = Orientation.BOTTOM_TOP;
915 st.mOrientation = Orientation.BR_TL;
918 st.mOrientation = Orientation.RIGHT_LEFT;
921 st.mOrientation = Orientation.TR_BL;
924 st.mOrientation
1076 public Orientation mOrientation; field in class:GradientDrawable.GradientState
[all...]
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h106 int getOrientation() const { return mOrientation; }
202 int mOrientation; member in class:android::DisplayDevice
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java103 private int mOrientation = 0; field in class:MediaSource
303 switch (mOrientation) {
327 Log.v(TAG, "OrientationHint = " + mOrientation);
420 if (mOrientation == 0 || mOrientation == 180) {
524 if (mOrientation == 0 || mOrientation == 180) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DMultiPaneChallengeLayout.java38 final int mOrientation; field in class:MultiPaneChallengeLayout
75 mOrientation = a.getInt(R.styleable.MultiPaneChallengeLayout_orientation,
290 if (mOrientation == HORIZONTAL) {
370 final boolean fixedLayoutHorizontal = fixedLayoutSize && mOrientation == HORIZONTAL;
371 final boolean fixedLayoutVertical = fixedLayoutSize && mOrientation == VERTICAL;
514 if (parent.mOrientation == HORIZONTAL) {
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java160 private int mOrientation; field in class:RotarySelector
175 mOrientation = a.getInt(R.styleable.RotarySelector_orientation, HORIZONTAL);
235 return mOrientation == HORIZONTAL;
H A DSlidingTab.java78 private final int mOrientation; field in class:SlidingTab
452 mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL);
714 return mOrientation == HORIZONTAL;
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java85 private int mOrientation = ORIENTATION_VERTICAL; field in class:GestureOverlayView
167 mOrientation = a.getInt(R.styleable.GestureOverlayView_orientation, mOrientation);
195 return mOrientation;
199 mOrientation = orientation;
649 (mOrientation == ORIENTATION_VERTICAL ?
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java82 * if {@link #mOrientation} is horizontal.
106 private int mOrientation; field in class:LinearLayout
312 if (mOrientation == VERTICAL) {
487 if (mOrientation == VERTICAL) {
587 if (mOrientation == VERTICAL) {
1433 if (mOrientation == VERTICAL) {
1674 if (mOrientation != orientation) {
1675 mOrientation = orientation;
1686 return mOrientation;
1748 if (mOrientation
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java124 private int mOrientation = 0; field in class:BackDropperFilter
976 if (mOrientation == 0 || mOrientation == 180) {
/frameworks/base/services/input/
H A DInputReader.h1030 int32_t mOrientation; // orientation for dpad keys member in class:android::KeyboardInputMapper
1121 int32_t mOrientation; member in class:android::CursorInputMapper

Completed in 229 milliseconds