Searched refs:sStore (Results 1 – 1 of 1) sorted by relevance
78 private static GestureLibrary sStore; field in GestureBuilderActivity97 if (sStore == null) { in onCreate()98 sStore = GestureLibraries.fromFile(mStoreFile); in onCreate()107 return sStore; in getStore()174 final Set<String> entries = sStore.getGestureEntries(); in onRestoreInstanceState()176 for (Gesture gesture : sStore.getGestures(name)) { in onRestoreInstanceState()284 sStore.removeGesture(gesture.name, gesture.gesture); in changeGestureName()286 sStore.addGesture(gesture.name, gesture.gesture); in changeGestureName()305 sStore.removeGesture(gesture.name, gesture.gesture); in deleteGesture()306 sStore.save(); in deleteGesture()[all …]