Home
last modified time | relevance | path

Searched defs:pointerType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
DPointerIconTest.java210 void assertPointerIconForCalendarView(int pointerType, boolean isMouse) { in assertPointerIconForCalendarView()
244 public void assertOnResolvePointerIconForMouseEvent(int resId, int pointerType) { in assertOnResolvePointerIconForMouseEvent()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go850 type pointerType struct { struct
851 pointee Type
854 func (*pointerType) Align(arch Arch) uint {
873 func (*pointerType) Bits(arch Arch) uint {
892 func (typе *pointerType) DeclareVar(var_name string, arch Arch) string {
901 func (typе *pointerType) BaseName(arch Arch) string {
905 func (typе *pointerType) Name(arch Arch) string {
914 func (*pointerType) Kind(Arch) Kind {
918 func (typе *pointerType) Elem(Arch) Type {
922 func (typе *pointerType) Field(i uint, arch Arch) FieldInfo {
[all …]
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayout.kt501 val pointerType: PointerType? = null, constant in com.android.compose.animation.scene.Swipe
563 val pointerType: PointerType?, constant in com.android.compose.animation.scene.Swipe.Resolved
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/gesture/
DNestedDraggable.kt641 val pointerType = pointersDown.entries.firstOrNull()?.value in maybeCreateNewController() constant
/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/gesture/
DNestedDraggableTest.kt692 fun pointerType() { in <lambda>() method