Home
last modified time | relevance | path

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

1234

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A 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()
/aosp14/frameworks/base/core/java/android/view/
H A DOrientationListener.java73 public void onOrientationChanged(int orientation) { in onOrientationChanged()
108 abstract public void onOrientationChanged(int orientation); in onOrientationChanged()
H A DOrientationEventListener.java120 int orientation = ORIENTATION_UNKNOWN; in onSensorChanged() local
172 abstract public void onOrientationChanged(int orientation); in onOrientationChanged()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragLayout.java115 int orientation = getResources().getConfiguration().orientation; in DragLayout() local
127 final int orientation = getResources().getConfiguration().orientation; in onApplyWindowInsets() local
165 private void updateContainerMargins(int orientation) { in updateContainerMargins()
260 final int orientation = getResources().getConfiguration().orientation; in updateDropZoneSizes() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DSystemUIToast.java72 String packageName, int userId, int orientation) { in SystemUIToast()
79 int orientation) { in SystemUIToast()
219 public void onOrientationChange(int orientation) { in onOrientationChange()
H A DToastFactory.java72 int userId, int orientation) { in createToast()
/aosp14/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/view/
H A DA11yMenuOverlayLayout.java198 final int orientation = configuration.orientation; in updateLayoutPosition() local
269 int orientation = mService.getResources().getConfiguration().orientation; in updateLayoutByWindowInsetsIfNeeded() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_display_DisplayViewport.cpp38 jfieldID orientation; member
64 jint orientation = env->GetIntField(viewportObj, gDisplayViewportClassInfo.orientation); in android_hardware_display_DisplayViewport_toNative() local
H A Dandroid_content_res_Configuration.cpp41 jfieldID orientation; member
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayAreaGroup.java60 int orientation = super.getOrientation(candidate); in getOrientation() local
H A DTaskLaunchParamsModifier.java706 int orientation = activity.info.screenOrientation; in resolveOrientation() local
758 final int orientation = resolveOrientation(root, displayArea, inOutBounds); in getTaskBounds() local
801 private int convertOrientationToScreenOrientation(int orientation) { in convertOrientationToScreenOrientation()
814 int orientation = resolveOrientation(root); in resolveOrientation() local
H A DDisplayArea.java150 final int orientation = super.getOrientation(candidate); in getOrientation() local
160 boolean handlesOrientationChangeFromDescendant(@ScreenOrientation int orientation) { in handlesOrientationChangeFromDescendant()
169 final int orientation = requestingContainer != null in onDescendantOrientationChanged() local
239 boolean shouldIgnoreOrientationRequest(@ScreenOrientation int orientation) { in shouldIgnoreOrientationRequest()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DToastPlugin.java110 default void onOrientationChange(int orientation) { } in onOrientationChange()
/aosp14/frameworks/base/core/java/android/gesture/
H A DOrientedBoundingBox.java31 public final float orientation; field in OrientedBoundingBox
H A DInstance.java94 float orientation = (float)Math.atan2(pts[1] - center[1], pts[0] - center[0]); in temporalSampler() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DConfigurationController.java45 default void onOrientationChanged(int orientation) {} in onOrientationChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DRotationUtils.java127 int orientation; in getResourcesForRotation() local
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserGridLayoutManager.java61 public ChooserGridLayoutManager(Context context, int spanCount, int orientation, in ChooserGridLayoutManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
H A DShortcutKeyDispatcher.java71 int orientation = mContext.getResources().getConfiguration().orientation; in onShortcutKeyPressed() local
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DThumbnailData.java41 public int orientation; field in ThumbnailData
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DDisplayViewport.java60 public int orientation; field in DisplayViewport
/aosp14/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java1617 public static boolean isFixedOrientation(@ScreenOrientation int orientation) { in isFixedOrientation()
1637 public static boolean isFixedOrientationLandscape(@ScreenOrientation int orientation) { in isFixedOrientationLandscape()
1656 public static boolean isFixedOrientationPortrait(@ScreenOrientation int orientation) { in isFixedOrientationPortrait()
1668 public static int reverseOrientation(@ActivityInfo.ScreenOrientation int orientation) { in reverseOrientation()
2002 public static String screenOrientationToString(int orientation) { in screenOrientationToString()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImpl.kt41 private var orientation = Configuration.ORIENTATION_UNDEFINED regex
/aosp14/frameworks/base/core/java/android/window/
H A DTaskSnapshot.java74 @NonNull ColorSpace colorSpace, int orientation, int rotation, Point taskSize, in TaskSnapshot()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java228 public GradientDrawable(Orientation orientation, @ColorInt int[] colors) { in GradientDrawable()
670 public void setOrientation(Orientation orientation) { in setOrientation()

1234