Searched defs:getOrientation (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DDisplay_Delegate.java63 /*package*/ static int getOrientation(Display theDisplay) { method in class:Display_Delegate
/frameworks/base/core/java/android/view/
H A DDisplay.java267 return getOrientation();
274 @Deprecated native public int getOrientation(); method in class:Display
H A DMotionEvent.java630 * @see #getOrientation(int)
1888 * {@link #getOrientation(int)} for the first pointer index (may be an
1893 public final float getOrientation() { method in class:MotionEvent
2102 public final float getOrientation(int pointerIndex) { method in class:MotionEvent
2384 * @see #getOrientation()
2553 * Returns a historical orientation coordinate, as per {@link #getOrientation(int)}, that
2563 * @see #getOrientation(int)
/frameworks/base/services/surfaceflinger/
H A DLayerBase.h223 int32_t getOrientation() const { return mOrientation; } function in class:android::LayerBase
H A DTransform.cpp306 uint32_t Transform::getOrientation() const function in class:android::Transform
313 return (getOrientation() & ROT_INVALID) ? false : true;
H A DSurfaceFlinger.h117 int getOrientation() const { return mOrientation; } function in class:android::GraphicPlane
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java194 public int getOrientation() { method in class:GestureOverlayView
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java591 * @see #getOrientation()
919 * @see #getOrientation()
1409 * @see #getOrientation()
1499 * @see #getOrientation()
1650 public int getOrientation() { method in class:LinearLayout
H A DGridLayout.java292 public int getOrientation() { method in class:GridLayout
304 * @see #getOrientation()
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.cpp368 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT);
862 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT);
1209 int CameraService::Client::getOrientation(int degrees, bool mirror) { function in class:android::CameraService::Client
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1319 * @see #getOrientation(float[], float[])
1396 * @see #getOrientation(float[], float[])
1413 * {@link #getOrientation}) in a different coordinate system.
1451 * angles (see {@link #getOrientation}). If the rotation matrix is also used
1600 public static float[] getOrientation(float[] R, float values[]) { method in class:SensorManager
/frameworks/base/include/ui/
H A DInput.h447 inline float getOrientation(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/base/services/input/
H A DInputReader.h750 inline int32_t getOrientation() const { return mAbsMTOrientation; } function in class:android::MultiTouchMotionAccumulator::Slot

Completed in 525 milliseconds