Searched defs:getOrientation (Results 1 - 25 of 32) sorted by last modified time

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemAlignment.java74 final public int getOrientation() { method in class:ItemAlignment
H A DWindowAlignment.java365 public final int getOrientation() { method in class:WindowAlignment
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java589 * @see #getOrientation()
922 * @see #getOrientation()
1417 * @see #getOrientation()
1512 * @see #getOrientation()
1666 public int getOrientation() { method in class:LinearLayoutCompat
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java312 public int getOrientation() { method in class:GridLayout
348 * @see #getOrientation()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java285 * @return true if {@link #getOrientation()} is {@link #HORIZONTAL}
293 * @return true if {@link #getOrientation()} is {@link #VERTICAL}
322 public int getOrientation() { method in class:LinearLayoutManager
H A DStaggeredGridLayoutManager.java2238 public int getOrientation() { method in class:StaggeredGridLayoutManager
/frameworks/support/core-utils/java/android/support/v4/print/
H A DPrintHelper.java102 public int getOrientation(); method in interface:PrintHelper.PrintHelperVersionImpl
136 public int getOrientation() { return mOrientation; } method in class:PrintHelper.PrintHelperStubImpl
190 public int getOrientation() { method in class:PrintHelper.PrintHelperImpl
191 return mPrintHelper.getOrientation();
349 public int getOrientation() { method in class:PrintHelper
350 return mImpl.getOrientation();
/frameworks/support/core-utils/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java169 public int getOrientation() { method in class:PrintHelperKitkat
/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);
/frameworks/native/include/input/
H A DInput.h481 inline float getOrientation(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/native/services/inputflinger/
H A DInputReader.h893 inline int32_t getOrientation() const { return mAbsMTOrientation; } function in class:android::MultiTouchMotionAccumulator::Slot
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h133 int getOrientation() const { return mOrientation; } function in class:android::DisplayDevice
H A DTransform.cpp344 uint32_t Transform::getOrientation() const function in class:android::Transform
351 return (getOrientation() & ROT_INVALID) ? false : true;
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DReusableBitmap.java65 public int getOrientation() { method in class:ReusableBitmap
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DExif.java39 public static int getOrientation(final InputStream inputStream, final long byteSize) { method in class:Exif
213 public static int getOrientation(final byte[] jpeg) { method in class:Exif
214 return getOrientation(new ByteArrayInputStream(jpeg), jpeg.length);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowContainerController.java326 public int getOrientation() { method in class:AppWindowContainerController
647 return mContainer.getTask().getConfiguration().orientation == snapshot.getOrientation();
H A DAppWindowToken.java1283 int getOrientation(int candidate) { method in class:AppWindowToken
H A DDisplayContent.java247 * @see NonAppWindowContainers#getOrientation()
254 * @see NonAppWindowContainers#getOrientation()
1534 int getOrientation() { method in class:DisplayContent
1557 final int orientation = mAboveAppWindowsContainers.getOrientation();
1564 return mTaskStackContainers.getOrientation();
3430 int getOrientation() { method in class:DisplayContent.TaskStackContainers
3437 final int orientation = mHomeStack.getOrientation();
3445 final int orientation = super.getOrientation();
3499 int getOrientation() { method in class:DisplayContent.NonAppWindowContainers
H A DTaskStack.java1655 int getOrientation() { method in class:TaskStack
1657 ? super.getOrientation() : SCREEN_ORIENTATION_UNSET;
H A DWindowContainer.java519 int getOrientation() { method in class:WindowContainer
520 return getOrientation(mOrientation);
534 int getOrientation(int candidate) { method in class:WindowContainer
554 final int orientation = wc.getOrientation(candidate == SCREEN_ORIENTATION_BEHIND
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowContainerTests.java425 assertEquals(expectedOrientation, root.getOrientation());
433 assertEquals(SCREEN_ORIENTATION_UNSPECIFIED, root.getOrientation());
447 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, invisibleChild1VisibleAndSet.getOrientation());
450 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, invisible.getOrientation());
452 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, root.getOrientation());
457 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnset.getOrientation());
458 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, root.getOrientation());
478 visibleUnsetChild1VisibleSetBehind.getOrientation());
479 assertEquals(SCREEN_ORIENTATION_BEHIND, visibleUnset.getOrientation());
480 assertEquals(SCREEN_ORIENTATION_BEHIND, root.getOrientation());
808 int getOrientation(int candidate) { method in class:WindowContainerTests.TestWindowContainer
813 int getOrientation() { method in class:WindowContainerTests.TestWindowContainer
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java568 * gradient's axis of orientation (see {@link #getOrientation()})
629 public Orientation getOrientation() { method in class:GradientDrawable
643 * @see #getOrientation()
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java200 public int getOrientation() { method in class:GestureOverlayView
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1171 * @see #getOrientation(float[], float[])
1258 * @see #getOrientation(float[], float[])
1275 * {@link #getOrientation}) in a different coordinate system.
1313 * angles (see {@link #getOrientation}). If the rotation matrix is also used
1468 public static float[] getOrientation(float[] R, float values[]) { method in class:SensorManager
1551 * See {@link #getOrientation} for more detailed definition of the output.
/frameworks/base/core/java/android/view/
H A DDisplay.java733 public int getOrientation() { method in class:Display

Completed in 429 milliseconds

12