Searched defs:store (Results 1 – 5 of 5) sorted by relevance
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
D | CreateGestureActivity.java | 87 final GestureLibrary store = GestureBuilderActivity.getStore(); in addGesture() local
|
D | GestureBuilderActivity.java | 346 final GestureLibrary store = sStore; in doInBackground() local
|
/development/tools/winscope/src/ |
D | main.js | 63 const store = new Vuex.Store({ constant 438 store, // inject the Vuex store into all components property
|
D | decode.js | 589 function protoDecoder(buffer, params, fileName, store) { argument 617 function videoDecoder(buffer, params, fileName, store) { argument 656 function decodedFile(fileType, buffer, fileName, store) { argument 661 function detectAndDecode(buffer, fileName, store) { argument
|
/development/tools/winscope/src/proxyclient/ |
D | ProxyClient.ts | 68 store:LocalStore = LocalStore('adb', { property in ProxyClient
|