Home
last modified time | relevance | path

Searched refs:getOrientation (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/support/v4/java/android/support/v4/print/
DPrintHelper.java103 public int getOrientation(); in getOrientation() method
137 public int getOrientation() { return mOrientation; } in getOrientation() method in PrintHelper.PrintHelperStubImpl
189 public int getOrientation() { in getOrientation() method in PrintHelper.PrintHelperKitkatImpl
190 return mPrintHelper.getOrientation(); in getOrientation()
300 public int getOrientation() { in getOrientation() method in PrintHelper
301 return mImpl.getOrientation(); in getOrientation()
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DExif.java39 public static int getOrientation(final InputStream inputStream, final long byteSize) { in getOrientation() method in Exif
213 public static int getOrientation(final byte[] jpeg) { in getOrientation() method in Exif
214 return getOrientation(new ByteArrayInputStream(jpeg), jpeg.length); in getOrientation()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DExif.java34 public static int getOrientation(final InputStream inputStream, final long byteSize) { in getOrientation() method in Exif
208 public static int getOrientation(final byte[] jpeg) { in getOrientation() method in Exif
209 return getOrientation(new ByteArrayInputStream(jpeg), jpeg.length); in getOrientation()
DImageUtils.java148 final int orientation = Exif.getOrientation(is, -1); in decodeStream()
/frameworks/native/services/surfaceflinger/
DTransform.h66 uint32_t getOrientation() const;
DTransform.cpp341 uint32_t Transform::getOrientation() const in getOrientation() function in android::Transform
348 return (getOrientation() & ROT_INVALID) ? false : true; in preserveRects()
DDisplayDevice.h116 int getOrientation() const { return mOrientation; } in getOrientation() function
DLayer.cpp370 … invTransform = (Transform(invTransform) * Transform(invTransformOrient)).getOrientation(); in computeCrop()
478 uint32_t t_orientation = transform.getOrientation(); in setGeometry()
497 const uint32_t orientation = transform.getOrientation(); in setGeometry()
1331 orientation = planeTransform.getOrientation(); in updateTransformHint()
/frameworks/opt/bitmap/src/com/android/bitmap/
DReusableBitmap.java65 public int getOrientation() { in getOrientation() method in ReusableBitmap
DDecodeTask.java172 orientation = Exif.getOrientation(in, byteSize); in decode()
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp422 ASSERT_EQ(218, event->getOrientation(0)); in assertEqualsEventWithHistory()
423 ASSERT_EQ(228, event->getOrientation(1)); in assertEqualsEventWithHistory()
503 ASSERT_EQ(218, event.getOrientation(0)); in TEST_F()
586 ASSERT_NEAR(tanf(angle), tanf(event.getOrientation(i)), 0.1); in TEST_F()
DInputPublisherAndConsumer_test.cpp226 motionEvent->getOrientation(i)); in PublishAndConsumeMotionEvent()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DItemAlignment.java173 final public int getOrientation() { in getOrientation() method in ItemAlignment
DWindowAlignment.java302 final public int getOrientation() { in getOrientation() method in WindowAlignment
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.h121 int getOrientation(int orientation, bool mirror);
DCameraClient.cpp56 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT); in CameraClient()
624 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT); in sendCommand()
978 int CameraClient::getOrientation(int degrees, bool mirror) { in getOrientation() function in android::CameraClient
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDemoStatusIcons.java44 setOrientation(mStatusIcons.getOrientation()); in DemoStatusIcons()
/frameworks/base/core/java/android/view/
DDisplay.java591 public int getOrientation() { in getOrientation() method in Display
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java360 ScreenOrientation orientation = hardwareConfig.getOrientation(); in getConfiguration()
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_position.jd275 with the {@link android.hardware#getOrientation getOrientation()} method to compute orientation
351 use these matrices with the {@link android.hardware.SensorManager#getOrientation getOrientation()}
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerTest.java775 config.mOrientation, mLayoutManager.getOrientation()); in savedStateTest()
949 1 - getOrientation()); in ensureLayoutState()
1035 if (getOrientation() == HORIZONTAL) { in getViewBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DScreenPinningRequest.java238 if (linearLayout.getOrientation() == LinearLayout.VERTICAL) { in swapChildrenIfRtlAndVertical()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java333 final int orientation = mBitmap.getOrientation(); in draw()
/frameworks/base/native/android/
Dinput.cpp182 return static_cast<const MotionEvent*>(motion_event)->getOrientation(pointer_index); in AMotionEvent_getOrientation()
/frameworks/support/v4/kitkat/android/support/v4/print/
DPrintHelperKitkat.java147 public int getOrientation() { in getOrientation() method in PrintHelperKitkat

123