Home
last modified time | relevance | path

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

12345

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/
DContents.json4 "orientation" : "portrait", string
11 "orientation" : "landscape", string
18 "orientation" : "landscape", string
25 "orientation" : "portrait", string
31 "orientation" : "portrait", string
38 "orientation" : "portrait", string
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DNavigationBar.java44 public NavigationBar(BridgeContext context, Density density, int orientation, boolean isRtl, in NavigationBar()
50 protected NavigationBar(BridgeContext context, Density density, int orientation, boolean isRtl, in NavigationBar()
84 private void setupNavBar(BridgeContext context, int orientation) { in setupNavBar()
101 private static void setSize(BridgeContext context, View view, int orientation, int size) { in setSize()
/frameworks/base/core/java/com/android/internal/widget/
DScrollbarHelper.java30 static int computeScrollOffset(RecyclerView.State state, OrientationHelper orientation, in computeScrollOffset()
61 static int computeScrollExtent(RecyclerView.State state, OrientationHelper orientation, in computeScrollExtent()
80 static int computeScrollRange(RecyclerView.State state, OrientationHelper orientation, in computeScrollRange()
/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/av/camera/
DCameraUtils.cpp56 int orientation = entry.data.i32[0]; in getRotationTransform() local
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp174 uint32_t DisplayDevice::displayStateOrientationToTransformOrientation(int orientation) { in displayStateOrientationToTransformOrientation()
189 status_t DisplayDevice::orientationToTransfrom(int orientation, int w, int h, ui::Transform* tr) { in orientationToTransfrom()
202 void DisplayDevice::setProjection(int orientation, in setProjection()
DDisplayDevice.h216 uint8_t orientation = 0; member
305 const int orientation = mDevice->getInstallOrientation(); in getSourceCrop() local
335 ui::Transform::orientation_flags rotation, int orientation) { in getDisplayRotation()
/frameworks/base/proto/src/
Dtask_snapshot.proto25 int32 orientation = 1; field
/frameworks/base/services/core/java/com/android/server/wm/
DTaskLaunchParamsModifier.java449 int orientation = activity.info.screenOrientation; in resolveOrientation() local
507 final int orientation = resolveOrientation(root, display, inOutBounds); in getTaskBounds() local
544 private int convertOrientationToScreenOrientation(int orientation) { in convertOrientationToScreenOrientation()
557 int orientation = resolveOrientation(root); in resolveOrientation() local
582 @NonNull ActivityInfo.WindowLayout layout, int orientation, @NonNull Rect bounds) { in getDefaultFreeformSize()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DThumbnailData.java33 public int orientation; field in ThumbnailData
/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/native/libs/renderengine/include/renderengine/
DDisplaySettings.h62 uint32_t orientation = ui::Transform::ROT_0; member
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java217 public GradientDrawable(Orientation orientation, @ColorInt int[] colors) { in GradientDrawable()
655 public void setOrientation(Orientation orientation) { in setOrientation()
1983 public GradientState(Orientation orientation, int[] gradientColors) { in GradientState()
2187 public void setOrientation(Orientation orientation) { in setOrientation()
2212 Orientation orientation; in updateGradientStateOrientation() local
2248 private int getAngleFromOrientation(@Nullable Orientation orientation) { in getAngleFromOrientation()
/frameworks/base/core/java/android/gesture/
DOrientedBoundingBox.java31 public final float orientation; field in OrientedBoundingBox
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityThreadTest.java199 final int orientation = activity.mConfig.orientation; in testHandleActivityConfigurationChanged_DropStaleConfigurations() local
217 final int orientation = activity.mConfig.orientation; in testHandleActivityConfigurationChanged_ApplyNewConfigurations() local
235 final int orientation = activity.mConfig.orientation; in testHandleActivityConfigurationChanged_PickNewerPendingConfiguration() local
/frameworks/layoutlib/bridge/src/android/util/imagepool/
DBucket.java67 Orientation orientation, long maxCacheSize) { in BucketCreationMetaData()
DImageImpl.java52 Orientation orientation) { in ImageImpl()
/frameworks/native/libs/input/
DTouchVideoFrame.cpp42 void TouchVideoFrame::rotate(int32_t orientation) { in rotate()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteHardwareConfig.java53 float ydpi, ScreenSize screenSize, ScreenOrientation orientation, in RemoteHardwareConfig()
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_pose.h26 float32x4_t orientation; member
72 float32x4_t orientation; member
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyDispatcher.java69 int orientation = mContext.getResources().getConfiguration().orientation; in onShortcutKeyPressed() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DExif.java157 final int orientation = pack(jpeg, offset + 8, 2, littleEndian); in getOrientation() local
/frameworks/base/core/java/android/hardware/display/
DDisplayViewport.java56 public int orientation; field in DisplayViewport

12345