/frameworks/base/core/java/android/view/ |
D | InsetsResizeAnimationRunner.java | 149 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/ |
D | IconPack.java | 45 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/ |
D | DraggableHandler.kt | 185 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()
|
D | SceneTransitionLayout.kt | 411 val fromSource: SwipeSource? = null, constant in com.android.compose.animation.scene.Swipe
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/ |
D | QuickSettingsSceneViewModelTest.kt | 125 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/ |
D | GoneSceneViewModel.kt | 68 fromSource = Edge.Top, in destinationScenes()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | LockscreenSceneViewModel.kt | 129 fromSource = Edge.Top, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/viewmodel/ |
D | QuickSettingsSceneViewModel.kt | 107 Swipe(fromSource = Edge.Bottom, direction = SwipeDirection.Up), in destinationScenes()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ |
D | CommunalContainer.kt | 208 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/ |
D | LockscreenSceneViewModelTest.kt | 205 fromSource = Edge.Top.takeIf { downFromEdge }, in <lambda>()
|
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
D | SwipeToSceneTest.kt | 114 Swipe(SwipeDirection.Right, fromSource = Edge.Left) to SceneB, in <lambda>() 115 Swipe(SwipeDirection.Down, fromSource = Edge.Top) to SceneB, in <lambda>()
|
D | DraggableHandlerTest.kt | 84 Swipe(SwipeDirection.Up, fromSource = Edge.Bottom) to SceneA in <lambda>()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 11551 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()
|