Home
last modified time | relevance | path

Searched defs:orientation (Results 1 – 25 of 87) sorted by relevance

1234

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DScrollbarHelper.java29 static int computeScrollOffset(RecyclerView.State state, OrientationHelper orientation, in computeScrollOffset()
60 static int computeScrollExtent(RecyclerView.State state, OrientationHelper orientation, in computeScrollExtent()
79 static int computeScrollRange(RecyclerView.State state, OrientationHelper orientation, in computeScrollRange()
DOrientationHelper.java176 RecyclerView.LayoutManager layoutManager, int orientation) { in createOrientationHelper()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DGridLayoutManagerTest.java144 public void accessibilitySpanIndicesTest(int orientation) throws Throwable { in accessibilitySpanIndicesTest()
189 public void layoutParamsTest(final int orientation) throws Throwable { in layoutParamsTest()
598 public WrappedGridLayoutManager(Context context, int spanCount, int orientation, in WrappedGridLayoutManager()
640 public Config(int spanCount, int orientation, boolean reverseLayout) { in Config()
646 Config orientation(int orientation) { in orientation() method in GridLayoutManagerTest.Config
DLinearLayoutManagerTest.java910 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in WrappedLinearLayoutManager()
923 public void setOrientation(int orientation) { in setOrientation()
1109 Config(int orientation, boolean reverseLayout, boolean stackFromEnd) { in Config()
1129 Config orientation(int orientation) { in orientation() argument
/frameworks/base/core/java/android/view/
DOrientationListener.java73 public void onOrientationChanged(int orientation) { in onOrientationChanged()
108 abstract public void onOrientationChanged(int orientation); in onOrientationChanged()
DOrientationEventListener.java120 int orientation = ORIENTATION_UNKNOWN; in onSensorChanged() local
172 abstract public void onOrientationChanged(int orientation); in onOrientationChanged()
/frameworks/support/v4/java/android/support/v4/print/
DPrintHelper.java101 public void setOrientation(int orientation); in setOrientation()
134 public void setOrientation(int orientation) { mOrientation = orientation; } in setOrientation()
184 public void setOrientation(int orientation) { in setOrientation()
290 public void setOrientation(int orientation) { in setOrientation()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DItemAlignment.java42 Axis(int orientation) { in Axis()
162 final public void setOrientation(int orientation) { in setOrientation()
/frameworks/av/camera/
DCameraUtils.cpp55 int orientation = entry.data.i32[0]; in getRotationTransform() local
/frameworks/base/core/java/android/hardware/display/
DDisplayViewport.java39 public int orientation; field in DisplayViewport
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DNavigationBar.java29 public NavigationBar(Context context, Density density, int orientation, boolean isRtl, in NavigationBar()
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DRectUtils.java37 public static void rotateRectForOrientation(final int orientation, final Rect fullRect, in rotateRectForOrientation()
DExif.java162 final int orientation = pack(jpeg, offset + 8, 2, littleEndian); in getOrientation() local
/frameworks/av/include/camera/
DCameraBase.h46 int orientation; member
/frameworks/base/core/java/android/gesture/
DOrientedBoundingBox.java31 public final float orientation; field in OrientedBoundingBox
DInstance.java94 float orientation = (float)Math.atan2(pts[1] - center[1], pts[0] - center[0]); in temporalSampler() local
/frameworks/native/include/ui/
DDisplayInfo.h35 uint8_t orientation; member
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DExif.java157 final int orientation = pack(jpeg, offset + 8, 2, littleEndian); in getOrientation() local
/frameworks/opt/bitmap/src/com/android/bitmap/
DReusableBitmap.java69 public void setOrientation(final int orientation) { in setOrientation()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDevice.java154 public final void setProjectionInTransactionLocked(int orientation, in setProjectionInTransactionLocked()
DLogicalDisplay.java275 int orientation = Surface.ROTATION_0; in configureDisplayInTransactionLocked() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java360 ScreenOrientation orientation = hardwareConfig.getOrientation(); in getConfiguration() local
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java184 public GradientDrawable(Orientation orientation, int[] colors) { in GradientDrawable()
486 public void setOrientation(Orientation orientation) { in setOrientation()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp380 int orientation, int w, int h, Transform* tr) in orientationToTransfrom()
424 void DisplayDevice::setProjection(int orientation, in setProjection()
/frameworks/base/core/jni/
Dandroid_content_res_Configuration.cpp39 jfieldID orientation; member

1234