HomeSort by relevance Sort by last modified time
    Searched refs:mPointerIconType (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
TaskTapPointerEventListener.java 40 private int mPointerIconType = TYPE_NOT_SPECIFIED;
95 if (mPointerIconType != iconType) {
96 mPointerIconType = iconType;
97 if (mPointerIconType == TYPE_NOT_SPECIFIED) {
102 InputManager.getInstance().setPointerIconType(mPointerIconType);
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 454 private int mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 73 milliseconds