Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java455 private PointerIcon mCustomPointerIcon = null; field in ViewRootImpl
5189 mCustomPointerIcon = null; in updatePointerIcon()
5196 !pointerIcon.equals(mCustomPointerIcon)) { in updatePointerIcon()
5197 mCustomPointerIcon = pointerIcon; in updatePointerIcon()
5198 InputManager.getInstance().setCustomPointerIcon(mCustomPointerIcon); in updatePointerIcon()
/frameworks/base/config/
Dhiddenapi-private-dex.txt98767 Landroid/view/ViewRootImpl;->mCustomPointerIcon:Landroid/view/PointerIcon;