Home
last modified time | relevance | path

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

1234

/frameworks/support/v4/java/android/support/v4/print/
DPrintHelper.java104 public int getOrientation(); in getOrientation() method
138 public int getOrientation() { return mOrientation; } in getOrientation() method in PrintHelper.PrintHelperStubImpl
191 public int getOrientation() { in getOrientation() method in PrintHelper.PrintHelperImpl
192 return mPrintHelper.getOrientation(); in getOrientation()
347 public int getOrientation() { in getOrientation() method in PrintHelper
348 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/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DNoIdTest.java43 assertEquals(LinearLayout.VERTICAL, linearLayout.getOrientation()); in testOnRoot()
46 assertEquals(LinearLayout.HORIZONTAL, linearLayout.getOrientation()); in testOnRoot()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DButtonBarLayout.java58 if (!mAllowStacking && getOrientation() == LinearLayout.VERTICAL) { in setAllowStacking()
133 return getOrientation() == LinearLayout.VERTICAL; in isStacked()
/frameworks/base/core/java/com/android/internal/widget/
DButtonBarLayout.java61 if (!mAllowStacking && getOrientation() == LinearLayout.VERTICAL) { in setAllowStacking()
170 return getOrientation() == LinearLayout.VERTICAL; in isStacked()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/
DRecyclerViewTest.java91 LinearLayout.HORIZONTAL, gridLayoutManager.getOrientation()); in inflation()
103 LinearLayout.VERTICAL, customLayoutManager.getOrientation()); in inflation()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DItemAlignment.java78 final public int getOrientation() { in getOrientation() method in ItemAlignment
DWindowAlignment.java302 final public int getOrientation() { in getOrientation() method in WindowAlignment
/frameworks/native/services/surfaceflinger/
DTransform.h65 uint32_t getOrientation() const;
DTransform.cpp337 uint32_t Transform::getOrientation() const in getOrientation() function in android::Transform
344 return (getOrientation() & ROT_INVALID) ? false : true; in preserveRects()
DDisplayDevice.h130 int getOrientation() const { return mOrientation; } in getOrientation() function
/frameworks/opt/bitmap/src/com/android/bitmap/
DReusableBitmap.java65 public int getOrientation() { in getOrientation() method in ReusableBitmap
/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()
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.h125 int getOrientation(int orientation, bool mirror);
DCameraClient.cpp57 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT); in CameraClient()
679 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT); in sendCommand()
1042 int CameraClient::getOrientation(int degrees, bool mirror) { in getOrientation() function in android::CameraClient
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDemoStatusIcons.java45 setOrientation(mStatusIcons.getOrientation()); in DemoStatusIcons()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseLinearLayoutManagerTest.java396 1 - getOrientation()); in ensureLayoutState()
491 if (getOrientation() == HORIZONTAL) { in getViewBounds()
DStaggeredGridLayoutManagerSavedStateTest.java208 mConfig.mOrientation, mLayoutManager.getOrientation()); in savedState()
DBaseGridLayoutManagerTest.java77 if (mGlm.getOrientation() == GridLayoutManager.HORIZONTAL) { in getSize()
/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/gridlayout/api/
Dcurrent.txt9 method public int getOrientation();
D22.2.0.txt9 method public int getOrientation();
D22.2.1.txt9 method public int getOrientation();

1234