Searched refs:mNamedGestures (Results 1 – 1 of 1) sorted by relevance
82 private final HashMap<String, ArrayList<Gesture>> mNamedGestures = field in GestureStore127 return mNamedGestures.keySet(); in getGestureEntries()152 ArrayList<Gesture> gestures = mNamedGestures.get(entryName); in addGesture()155 mNamedGestures.put(entryName, gestures); in addGesture()171 ArrayList<Gesture> gestures = mNamedGestures.get(entryName); in removeGesture()180 mNamedGestures.remove(entryName); in removeGesture()194 mNamedGestures.remove(entryName); in removeEntry()206 ArrayList<Gesture> gestures = mNamedGestures.get(entryName); in getGestures()234 final HashMap<String, ArrayList<Gesture>> maps = mNamedGestures; in save()308 final HashMap<String, ArrayList<Gesture>> namedGestures = mNamedGestures; in readFormatV1()