Searched defs:mCustomPointerIcon (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java363 private PointerIcon mCustomPointerIcon = null; field in class:ViewRootImpl
4514 mCustomPointerIcon = null;
4520 !pointerIcon.equals(mCustomPointerIcon)) {
4521 mCustomPointerIcon = pointerIcon;
4522 InputManager.getInstance().setCustomPointerIcon(mCustomPointerIcon);

Completed in 105 milliseconds