Searched refs:getOrientation (Results 1 - 19 of 19) sorted by path

/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java194 public int getOrientation() { method in class:GestureOverlayView
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1295 * @see #getOrientation(float[], float[])
1372 * @see #getOrientation(float[], float[])
1389 * {@link #getOrientation}) in a different coordinate system.
1427 * angles (see {@link #getOrientation}). If the rotation matrix is also used
1576 public static float[] getOrientation(float[] R, float values[]) { method in class:SensorManager
/frameworks/base/core/java/android/view/
H A DDisplay.java100 return getOrientation();
107 @Deprecated native public int getOrientation(); method in class:Display
H A DMotionEvent.java833 * {@link #getOrientation(int)} for the first pointer index (may be an
836 public final float getOrientation() { method in class:MotionEvent
1009 public final float getOrientation(int pointerIndex) { method in class:MotionEvent
1324 * Returns a historical orientation coordinate, as per {@link #getOrientation(int)}, that
1334 * @see #getOrientation
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java133 mWindowManager.getDefaultDisplay().getOrientation();
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java322 * @see #getOrientation()
608 * @see #getOrientation()
1057 * @see #getOrientation()
1143 * @see #getOrientation()
1276 public int getOrientation() { method in class:LinearLayout
/frameworks/base/include/ui/
H A DInput.h316 inline float getOrientation(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/base/libs/ui/tests/
H A DInputPublisherAndConsumer_test.cpp279 EXPECT_EQ(samplePointerCoords[offset].orientation, motionEvent->getOrientation(i));
/frameworks/base/native/android/
H A Dinput.cpp172 return static_cast<const MotionEvent*>(motion_event)->getOrientation(pointer_index);
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.cpp325 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT);
831 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT);
1199 int CameraService::Client::getOrientation(int degrees, bool mirror) { function in class:android::CameraService::Client
H A DCameraService.h157 int getOrientation(int orientation, bool mirror);
/frameworks/base/services/surfaceflinger/
H A DLayer.cpp372 buffer->transform = uint8_t(getOrientation());
H A DLayerBase.cpp258 mOrientation = tr.getOrientation();
H A DLayerBase.h216 int32_t getOrientation() const { return mOrientation; } function in class:android::LayerBase
H A DLayerBuffer.cpp679 Transform finalTransform(Transform(mLayer.getOrientation()) *
682 OVERLAY_TRANSFORM, finalTransform.getOrientation());
H A DSurfaceFlinger.cpp658 const int32_t layerOrientation = layer->getOrientation();
H A DSurfaceFlinger.h145 int getOrientation() const { return mOrientation; } function in class:android::GraphicPlane
H A DTransform.cpp338 uint32_t Transform::getOrientation() const function in class:android::Transform
H A DTransform.h64 uint32_t getOrientation() const;

Completed in 4151 milliseconds