Home
last modified time | relevance | path

Searched refs:fromSource (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsResizeAnimationRunner.java149 public void onIdMatch(InsetsSource fromSource, InsetsSource toSource) { in applyChangeInsets()
150 final Rect fromFrame = fromSource.getFrame(); in applyChangeInsets()
158 new InsetsSource(fromSource.getId(), fromSource.getType()); in applyChangeInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconPack.java45 public static IconPack buildEmptyPack(@Nullable IconPack fromSource) { in buildEmptyPack() argument
46 return new IconPack(false, null, null, null, fromSource); in buildEmptyPack()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt185 val fromSource = in onDrag() constant
203 fromSource = fromSource, in onDrag()
214 fromSource = fromSource, in onDrag()
217 return if (fromSource == null) { in onDrag()
228 upOrLeftNoSource = upOrLeft.copy(fromSource = null), in onDrag()
229 downOrRightNoSource = downOrRight.copy(fromSource = null), in onDrag()
DSceneTransitionLayout.kt411 val fromSource: SwipeSource? = null, constant in com.android.compose.animation.scene.Swipe
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/
DQuickSettingsSceneViewModelTest.kt125 fromSource = Edge.Bottom, in destinations_whenNotCustomizing_unlocked()
154 fromSource = Edge.Bottom, in destinations_whenNotCustomizing_withPreviousSceneLockscreen()
180 fromSource = Edge.Bottom, in destinations_whenNotCustomizing_authMethodSwipe_lockscreenNotDismissed()
218 fromSource = Edge.Bottom, in destinations_whenNotCustomizing_inSplitShade_unlocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/viewmodel/
DGoneSceneViewModel.kt68 fromSource = Edge.Top, in destinationScenes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenSceneViewModel.kt129 fromSource = Edge.Top, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/viewmodel/
DQuickSettingsSceneViewModel.kt107 Swipe(fromSource = Edge.Bottom, direction = SwipeDirection.Up), in destinationScenes()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalContainer.kt208 Swipe(SwipeDirection.Left, fromSource = Edge.Right) to CommunalScenes.Communal in CommunalContainer()
230 mapOf(Swipe(SwipeDirection.Right, fromSource = Edge.Left) to CommunalScenes.Blank) in CommunalContainer()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenSceneViewModelTest.kt205 fromSource = Edge.Top.takeIf { downFromEdge }, in <lambda>()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DSwipeToSceneTest.kt114 Swipe(SwipeDirection.Right, fromSource = Edge.Left) to SceneB, in <lambda>()
115 Swipe(SwipeDirection.Down, fromSource = Edge.Top) to SceneB, in <lambda>()
DDraggableHandlerTest.kt84 Swipe(SwipeDirection.Up, fromSource = Edge.Bottom) to SceneA in <lambda>()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp11551 void injectDown(int fromSource = AINPUT_SOURCE_TOUCHSCREEN) { in injectDown() argument
11552 switch (fromSource) { in injectDown()
11584 FAIL() << "Source " << fromSource << " doesn't support drag and drop"; in injectDown()
11596 bool startDrag(bool sendDown = true, int fromSource = AINPUT_SOURCE_TOUCHSCREEN) { in startDrag() argument
11598 injectDown(fromSource); in startDrag()