Searched refs:getOrientation (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/support/v4/java/android/support/v4/print/
H A DPrintHelper.java90 public int getOrientation(); method in interface:PrintHelper.PrintHelperVersionImpl
124 public int getOrientation() { return mOrientation; } method in class:PrintHelper.PrintHelperStubImpl
176 public int getOrientation() { method in class:PrintHelper.PrintHelperKitkatImpl
177 return mPrintHelper.getOrientation();
267 public int getOrientation() { method in class:PrintHelper
268 return mImpl.getOrientation();
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java34 public static int getOrientation(final InputStream inputStream, final long byteSize) { method in class:Exif
208 public static int getOrientation(final byte[] jpeg) { method in class:Exif
209 return getOrientation(new ByteArrayInputStream(jpeg), jpeg.length);
H A DImageUtils.java151 final int orientation = Exif.getOrientation(is, -1);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DLinearLayoutICS.java74 if (getOrientation() == VERTICAL) {
92 if (getOrientation() == VERTICAL) {
/frameworks/native/services/surfaceflinger/
H A DTransform.h66 uint32_t getOrientation() const;
H A DDisplayDevice.h113 int getOrientation() const { return mOrientation; } function in class:android::DisplayDevice
H A DTransform.cpp340 uint32_t Transform::getOrientation() const function in class:android::Transform
347 return (getOrientation() & ROT_INVALID) ? false : true;
H A DDisplayDevice.cpp413 if (R.getOrientation() & Transform::ROT_90) {
H A DLayer.cpp396 const uint32_t orientation = transform.getOrientation();
1157 orientation = planeTransform.getOrientation();
H A DSurfaceFlinger.cpp710 info->orientation = hw->getOrientation();
1562 const int32_t layerOrientation = s.transform.getOrientation();
2539 hw->getOrientation(), hw->canDraw());
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h120 int getOrientation(int orientation, bool mirror);
H A DCameraClient.cpp56 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT);
604 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT);
945 int CameraClient::getOrientation(int degrees, bool mirror) { function in class:android::CameraClient
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp422 ASSERT_EQ(218, event->getOrientation(0));
423 ASSERT_EQ(228, event->getOrientation(1));
503 ASSERT_EQ(218, event.getOrientation(0));
586 ASSERT_NEAR(tanf(angle), tanf(event.getOrientation(i)), 0.1);
H A DInputPublisherAndConsumer_test.cpp226 motionEvent->getOrientation(i));
/frameworks/base/core/java/android/view/
H A DDisplay.java543 public int getOrientation() { method in class:Display
H A DMotionEvent.java629 * @see #getOrientation(int)
1895 * {@link #getOrientation(int)} for the first pointer index (may be an
1900 public final float getOrientation() { method in class:MotionEvent
2107 public final float getOrientation(int pointerIndex) { method in class:MotionEvent
2421 * @see #getOrientation()
2590 * Returns a historical orientation coordinate, as per {@link #getOrientation(int)}, that
2600 * @see #getOrientation(int)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java44 setOrientation(mStatusIcons.getOrientation());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java360 ScreenOrientation orientation = hardwareConfig.getOrientation();
/frameworks/base/native/android/
H A Dinput.cpp182 return static_cast<const MotionEvent*>(motion_event)->getOrientation(pointer_index);
/frameworks/native/include/input/
H A DInput.h425 inline float getOrientation(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java143 public int getOrientation() { method in class:PrintHelperKitkat
/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.java905 * @see #getOrientation(float[], float[])
982 * @see #getOrientation(float[], float[])
999 * {@link #getOrientation}) in a different coordinate system.
1037 * angles (see {@link #getOrientation}). If the rotation matrix is also used
1186 public static float[] getOrientation(float[] R, float values[]) { method in class:SensorManager
/frameworks/base/core/java/android/widget/
H A DTabHost.java308 switch (mTabWidget.getOrientation()) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java386 public Orientation getOrientation() { method in class:GradientDrawable

Completed in 845 milliseconds

12