Home | History | Annotate | Download | only in inputmanagercompat

Lines Matching refs:mDevices

42     private final SparseArray<long[]> mDevices;
61 int size = imv.mDevices.size();
63 long[] lastContact = imv.mDevices.valueAt(i);
68 int id = imv.mDevices.keyAt(i);
72 imv.mDevices.remove(id);
89 mDevices = new SparseArray<long[]>();
109 long[] lastContact = mDevices.get(id);
112 mDevices.put(id, new long[] { time });
191 long[] timeArray = mDevices.get(id);
195 mDevices.put(id, timeArray);