Searched refs:mStylusIds (Results 1 – 1 of 1) sorted by relevance
398 private IntArray mStylusIds; field in InputMethodManagerService4370 mStylusIds = new IntArray(); in registerDeviceListenerAndCheckStylusSupport()4371 mStylusIds.addAll(stylusIds); in registerDeviceListenerAndCheckStylusSupport()4417 if (mStylusIds == null) { in addStylusDeviceIdLocked()4418 mStylusIds = new IntArray(); in addStylusDeviceIdLocked()4419 } else if (mStylusIds.indexOf(deviceId) != -1) { in addStylusDeviceIdLocked()4423 mStylusIds.add(deviceId); in addStylusDeviceIdLocked()4434 if (mStylusIds == null || mStylusIds.size() == 0) { in removeStylusDeviceIdLocked()4438 if ((index = mStylusIds.indexOf(deviceId)) != -1) { in removeStylusDeviceIdLocked()4439 mStylusIds.remove(index); in removeStylusDeviceIdLocked()[all …]