Searched refs:stylusIds (Results 1 – 1 of 1) sorted by relevance
4367 final IntArray stylusIds = getStylusInputDeviceIds(im); in registerDeviceListenerAndCheckStylusSupport() local4368 if (stylusIds.size() > 0) { in registerDeviceListenerAndCheckStylusSupport()4371 mStylusIds.addAll(stylusIds); in registerDeviceListenerAndCheckStylusSupport()4520 IntArray stylusIds = new IntArray(); in getStylusInputDeviceIds() local4524 stylusIds.add(id); in getStylusInputDeviceIds()4528 return stylusIds; in getStylusInputDeviceIds()