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

/frameworks/base/core/java/android/view/
H A DInputDevice.java789 * @param pointerType the type of the pointer icon.
792 public void setPointerType(int pointerType) { argument
793 InputManager.getInstance().setPointerIconType(pointerType);

Completed in 55 milliseconds