Home
last modified time | relevance | path

Searched refs:Orientation (Results 1 – 25 of 84) sorted by relevance

1234

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/fold/ui/helper/
DFoldPostureTest.kt45 orientation = FoldingFeature.Orientation.HORIZONTAL, in foldPosture_whenHalfOpenHorizontally_returnsTabletop()
58 orientation = FoldingFeature.Orientation.VERTICAL, in foldPosture_whenHalfOpenVertically_returnsBook()
71 orientation = FoldingFeature.Orientation.HORIZONTAL, in foldPosture_whenFlatAndNotSeparating_returnsFullyUnfolded()
86 orientation = FoldingFeature.Orientation.HORIZONTAL, in foldPosture_whenFlatAndSeparatingHorizontally_returnsTabletop()
100 orientation = FoldingFeature.Orientation.VERTICAL, in foldPosture_whenFlatAndSeparatingVertically_returnsBook()
109 orientation: FoldingFeature.Orientation = FoldingFeature.Orientation.VERTICAL, in createWindowLayoutInfo()
119 override val orientation: FoldingFeature.Orientation = orientation in createWindowLayoutInfo()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSwipeToScene.kt19 import androidx.compose.foundation.gestures.Orientation
100 private fun Scene.shouldEnableSwipes(orientation: Orientation): Boolean { in Scene()
113 Orientation.Vertical -> Orientation.Horizontal in canOppositeSwipe()
114 Orientation.Horizontal -> Orientation.Vertical in canOppositeSwipe()
DNestedScrollToScene.kt19 import androidx.compose.foundation.gestures.Orientation
75 orientation: Orientation, in nestedScrollToScene()
91 private val orientation: Orientation, in nestedScrollToScene()
126 orientation: Orientation,
157 orientation: Orientation, in update()
186 orientation: Orientation,
DMultiPointerDraggable.kt19 import androidx.compose.foundation.gestures.Orientation in <lambda>()
73 orientation: Orientation, in <lambda>()
90 private val orientation: Orientation, in <lambda>()
116 orientation: Orientation,
141 var orientation: Orientation = orientation
201 Orientation.Horizontal -> velocity.x in onCancelPointerInput()
202 Orientation.Vertical -> velocity.y in onCancelPointerInput()
232 orientation: Orientation, in detectDragGestures()
276 Orientation.Horizontal -> in detectDragGestures()
281 Orientation.Vertical -> in detectDragGestures()
[all …]
DEdgeDetector.kt19 import androidx.compose.foundation.gestures.Orientation
42 orientation: Orientation, in source()
49 Orientation.Horizontal -> { in source()
55 Orientation.Vertical -> { in source()
DSceneTransitionLayout.kt20 import androidx.compose.foundation.gestures.Orientation
421 enum class SwipeDirection(val orientation: Orientation) {
422 Up(Orientation.Vertical),
423 Down(Orientation.Vertical),
424 Left(Orientation.Horizontal),
425 Right(Orientation.Horizontal),
451 orientation: Orientation, in equals()
476 orientation: Orientation in UserActionDistanceScope()
486 orientation: Orientation, in UserActionDistanceScope()
DDraggableHandler.kt23 import androidx.compose.foundation.gestures.Orientation in <lambda>()
64 internal val orientation: Orientation, in onDrag()
199 Orientation.Horizontal -> SwipeDirection.Left in onDrag()
200 Orientation.Vertical -> SwipeDirection.Up in onDrag()
210 Orientation.Horizontal -> SwipeDirection.Right in onDrag()
211 Orientation.Vertical -> SwipeDirection.Down in onDrag()
512 orientation: Orientation, in SwipeTransition()
562 override val orientation: Orientation,
813 orientation: Orientation, in absoluteDistance()
816 Orientation.Horizontal -> fromSceneSize.width in absoluteDistance()
[all …]
DSceneTransitionLayoutImpl.kt20 import androidx.compose.foundation.gestures.Orientation in <lambda>()
125 orientation = Orientation.Horizontal, in <lambda>()
132 orientation = Orientation.Vertical, in <lambda>()
141 internal fun draggableHandler(orientation: Orientation): DraggableHandlerImpl = in <lambda>()
143 Orientation.Vertical -> verticalDraggableHandler in <lambda>()
144 Orientation.Horizontal -> horizontalDraggableHandler in <lambda>()
DCommunalSwipeDetector.kt19 import androidx.compose.foundation.gestures.Orientation
40 orientation: Orientation in source()
DSceneTransitions.kt24 import androidx.compose.foundation.gestures.Orientation in <lambda>()
55 mutableMapOf<SceneKey, MutableMap<Orientation, OverscrollSpecImpl?>>() in <lambda>()
115 internal fun overscrollSpec(scene: SceneKey, orientation: Orientation): OverscrollSpecImpl? = in <lambda>()
122 orientation: Orientation, in <lambda>()
256 val orientation: Orientation in transformationSpec()
264 override val orientation: Orientation,
DScene.kt19 import androidx.compose.foundation.gestures.Orientation in <lambda>()
147 orientation = Orientation.Horizontal, in <lambda>()
160 orientation = Orientation.Vertical, in <lambda>()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/ui/util/
DSpaceVectorConverter.kt19 import androidx.compose.foundation.gestures.Orientation
30 fun SpaceVectorConverter(orientation: Orientation) = in toFloat()
32 Orientation.Horizontal -> HorizontalConverter in toFloat()
33 Orientation.Vertical -> VerticalConverter in toFloat()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DTransition.kt19 import androidx.compose.foundation.gestures.Orientation
38 orientation: Orientation = Orientation.Horizontal,
55 override val orientation: Orientation = orientation
DFixedSizeEdgeDetectorTest.kt19 import androidx.compose.foundation.gestures.Orientation
42 Orientation.Horizontal, in horizontalEdges()
60 Orientation.Vertical, in verticalEdges()
DMultiPointerDraggableTest.kt19 import androidx.compose.foundation.gestures.Orientation in <lambda>()
68 orientation = Orientation.Vertical, in <lambda>()
140 orientation = Orientation.Vertical, in <lambda>()
167 Orientation.Vertical in <lambda>()
263 orientation = Orientation.Vertical, in <lambda>()
369 orientation = Orientation.Vertical, in <lambda>()
386 orientation = Orientation.Horizontal, in <lambda>()
482 orientation = Orientation.Vertical, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/fold/ui/helper/
DFoldPosture.kt59 private fun FoldingFeature.Orientation.toHalfwayPosture(): FoldPosture { in FoldingFeature()
61 FoldingFeature.Orientation.HORIZONTAL -> FoldPosture.Tabletop in FoldingFeature()
62 FoldingFeature.Orientation.VERTICAL -> FoldPosture.Book in FoldingFeature()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/
DSceneContainerTransitions.kt3 import androidx.compose.foundation.gestures.Orientation
99 overscroll(Scenes.Gone, Orientation.Vertical) {} in <lambda>()
100 overscroll(Scenes.Bouncer, Orientation.Vertical) { in <lambda>()
103 overscroll(Scenes.Shade, Orientation.Vertical) { in <lambda>()
114 overscroll(Scenes.NotificationsShade, Orientation.Vertical) { in <lambda>()
117 overscroll(Scenes.QuickSettingsShade, Orientation.Vertical) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/viewmodel/
DVolumePanelState.kt20 import android.content.res.Configuration.Orientation
30 @Orientation val orientation: Int,
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/ui/composable/
DVolumePanelComposeScope.kt20 import android.content.res.Configuration.Orientation
26 @Orientation
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/nestedscroll/
DLargeTopAppBarNestedScrollConnection.kt19 import androidx.compose.foundation.gestures.Orientation in <lambda>()
43 orientation = Orientation.Vertical, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationScrimNestedScrollConnection.kt19 import androidx.compose.foundation.gestures.Orientation in <lambda>()
44 orientation = Orientation.Vertical,
/frameworks/proto_logging/stats/enums/stats/wm/
Denums.proto21 // Orientation of a mobile device
22 enum Orientation { enum
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/
DToQuickSettingsShadeTransition.kt22 import androidx.compose.foundation.gestures.Orientation
45 orientation: Orientation, in TransitionBuilder()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipBoundsState.java55 public @interface Orientation { annotation in TvPipBoundsState
69 @Orientation
180 @Orientation
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotationImmersiveAppCompatPolicy.java26 import android.content.res.Configuration.Orientation;
147 @Orientation

1234