Home
last modified time | relevance | path

Searched refs:onDragStarted (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DSwipeToScene.kt77 onDragStarted = { onDragStarted(layoutImpl, transition, orientation) },
179 private fun onDragStarted( regex
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/
H A DDragAndDropControllerTest.java139 verify(mDragAndDropListener, times(1)).onDragStarted(); in testListenerOnDragStarted()
145 verify(mDragAndDropListener, never()).onDragStarted(); in testListenerOnDragStarted()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropController.java104 void onDragStarted(); in onDragStarted() method
191 mListeners.get(i).onDragStarted(); in notifyDragStarted()