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/
DSceneTransitionLayout.kt411 val fromSource: SwipeSource? = null, constant in com.android.compose.animation.scene.Swipe
DDraggableHandler.kt185 val fromSource = in onDrag() constant
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp11551 void injectDown(int fromSource = AINPUT_SOURCE_TOUCHSCREEN) { in injectDown()
11596 bool startDrag(bool sendDown = true, int fromSource = AINPUT_SOURCE_TOUCHSCREEN) { in startDrag()