Home
last modified time | relevance | path

Searched defs:store (Results 1 – 5 of 5) sorted by relevance

/development/apps/GestureBuilder/src/com/android/gesture/builder/
DCreateGestureActivity.java87 final GestureLibrary store = GestureBuilderActivity.getStore(); in addGesture() local
DGestureBuilderActivity.java346 final GestureLibrary store = sStore; in doInBackground() local
/development/tools/winscope/src/
Dmain.js63 const store = new Vuex.Store({ constant
438 store, // inject the Vuex store into all components property
Ddecode.js589 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/
DProxyClient.ts68 store:LocalStore = LocalStore('adb', { property in ProxyClient