Home
last modified time | relevance | path

Searched refs:mCustomPointerIcon (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java938 private PointerIcon mCustomPointerIcon = null; field in ViewRootImpl
7345 mCustomPointerIcon = null; in updatePointerIcon()
7354 !pointerIcon.equals(mCustomPointerIcon)) { in updatePointerIcon()
7355 mCustomPointerIcon = pointerIcon; in updatePointerIcon()
7358 .setCustomPointerIcon(mCustomPointerIcon); in updatePointerIcon()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64724 Landroid/view/ViewRootImpl;->mCustomPointerIcon:Landroid/view/PointerIcon;