Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java558 private PointerIcon mCustomPointerIcon = null; field in ViewRootImpl
5740 mCustomPointerIcon = null; in updatePointerIcon()
5747 !pointerIcon.equals(mCustomPointerIcon)) { in updatePointerIcon()
5748 mCustomPointerIcon = pointerIcon; in updatePointerIcon()
5749 InputManager.getInstance().setCustomPointerIcon(mCustomPointerIcon); in updatePointerIcon()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79153 Landroid/view/ViewRootImpl;->mCustomPointerIcon:Landroid/view/PointerIcon;