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

/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.java85 private int mOrientation = -1; field in class:BrowserFrame
530 if (mOrientation != msg.arg1) {
531 mOrientation = msg.arg1;
H A DWebView.java4434 private int mOrientation = Configuration.ORIENTATION_UNDEFINED; field in class:WebView
4439 if (mSelectingText && mOrientation != newConfig.orientation) {
4442 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/services/camera/libcameraservice/
H A DCameraService.h184 int mOrientation; // Current display orientation member in class:android::CameraService::Client
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java68 mClipState.mOrientation = orientation;
106 mClipState.mOrientation = orientation;
205 if ((mClipState.mOrientation & HORIZONTAL) != 0) {
210 if ((mClipState.mOrientation & VERTICAL) != 0) {
248 int mOrientation; field in class:ClipDrawable.ClipState
262 mOrientation = orig.mOrientation;
H A DGradientDrawable.java533 switch (st.mOrientation) {
722 st.mOrientation = Orientation.LEFT_RIGHT;
725 st.mOrientation = Orientation.BL_TR;
728 st.mOrientation = Orientation.BOTTOM_TOP;
731 st.mOrientation = Orientation.BR_TL;
734 st.mOrientation = Orientation.RIGHT_LEFT;
737 st.mOrientation = Orientation.TR_BL;
740 st.mOrientation = Orientation.TOP_BOTTOM;
743 st.mOrientation = Orientation.TL_BR;
889 public Orientation mOrientation; field in class:GradientDrawable.GradientState
[all...]
/frameworks/base/services/surfaceflinger/
H A DLayerBase.h223 int32_t getOrientation() const { return mOrientation; }
257 int32_t mOrientation; member in class:android::LayerBase
H A DSurfaceFlinger.h117 int getOrientation() const { return mOrientation; }
133 int mOrientation; member in class:android::GraphicPlane
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java158 private int mOrientation; field in class:RotarySelector
173 mOrientation = a.getInt(R.styleable.RotarySelector_orientation, HORIZONTAL);
233 return mOrientation == HORIZONTAL;
H A DSlidingTab.java76 private final int mOrientation; field in class:SlidingTab
450 mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL);
712 return mOrientation == HORIZONTAL;
/frameworks/base/libs/gui/
H A DSurfaceComposerClient.cpp94 int mOrientation; member in class:android::Composer
98 mOrientation(ISurfaceComposer::eOrientationUnchanged),
150 orientation = mOrientation;
151 mOrientation = ISurfaceComposer::eOrientationUnchanged;
285 mOrientation = orientation;
/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.java80 * if {@link #mOrientation} is horizontal.
104 private int mOrientation; field in class:LinearLayout
295 if (mOrientation == VERTICAL) {
452 if (mOrientation == VERTICAL) {
552 if (mOrientation == VERTICAL) {
1398 if (mOrientation == VERTICAL) {
1639 if (mOrientation != orientation) {
1640 mOrientation = orientation;
1651 return mOrientation;
1713 if (mOrientation
[all...]
/frameworks/base/services/input/
H A DInputReader.h898 int32_t mOrientation; // orientation for dpad keys member in class:android::KeyboardInputMapper
987 int32_t mOrientation; member in class:android::CursorInputMapper

Completed in 281 milliseconds