Searched defs:pointerType (Results 1 – 5 of 5) sorted by relevance
210 void assertPointerIconForCalendarView(int pointerType, boolean isMouse) { in assertPointerIconForCalendarView()244 public void assertOnResolvePointerIconForMouseEvent(int resId, int pointerType) { in assertOnResolvePointerIconForMouseEvent()
850 type pointerType struct { struct851 pointee Type854 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 …]
501 val pointerType: PointerType? = null, constant in com.android.compose.animation.scene.Swipe563 val pointerType: PointerType?, constant in com.android.compose.animation.scene.Swipe.Resolved
641 val pointerType = pointersDown.entries.firstOrNull()?.value in maybeCreateNewController() constant
692 fun pointerType() { in <lambda>() method