Home
last modified time | relevance | path

Searched defs:fromSource (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconPack.java45 public static IconPack buildEmptyPack(@Nullable IconPack fromSource) { in buildEmptyPack()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt154 val fromSource = resolveSwipeSource(position) in <lambda>() constant
DSceneTransitionLayout.kt502 val fromSource: SwipeSource? = null, constant in com.android.compose.animation.scene.Swipe
562 val fromSource: SwipeSource.Resolved?, constant in com.android.compose.animation.scene.Swipe.Resolved
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp12656 void injectDown(int fromSource = AINPUT_SOURCE_TOUCHSCREEN, in injectDown()
12739 bool startDrag(bool sendDown = true, int fromSource = AINPUT_SOURCE_TOUCHSCREEN, in startDrag()