Searched refs:window (Results 1 – 13 of 13) sorted by relevance
/development/samples/browseable/MultiWindowPlayground/ |
D | _index.jd | 8 This sample demonstrates the use of the multi-window API available 10 AndroidManifest properties to define the multi-window behavior. 11 Switch the sample app into multi-window mode to see how it affects
|
/development/tools/axl/ |
D | chewperf.py | 77 window = [0 for x in range(5)] 80 window[x % len(window)] = buckets.items()[x][1] 81 print "%s\t%s" % (buckets.items()[x][0], sum(window) / len(window))
|
/development/tools/winscope/src/ |
D | localstore.js | 24 var stored = window.localStorage.getItem(name + '.' + k); 29 window.localStorage.setItem(name + '.' + k,
|
/development/tools/winscope/ |
D | README | 1 Tool for visualizing window manager traces
|
D | yarn.lock | 4320 window-size@0.1.0: 4322 …resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19f… 4386 window-size "0.1.0"
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | ContentFragment.java | 204 Window window = getActivity().getWindow(); in setSystemUiVisible() local 205 WindowManager.LayoutParams winParams = window.getAttributes(); in setSystemUiVisible() 211 window.setFlags(0, WindowManager.LayoutParams.FLAG_FULLSCREEN); in setSystemUiVisible() 218 window.setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, in setSystemUiVisible() 225 window.setAttributes(winParams); in setSystemUiVisible()
|
/development/vndk/tools/sourcedr/sourcedr/static/prism/js/ |
D | prism.js | 2 var _self = (typeof window !== 'undefined') 3 ? window // if in browser 512 if (window.requestAnimationFrame) { 513 window.requestAnimationFrame(_.highlightAll); 515 window.setTimeout(_.highlightAll, 16); 812 if(window.addEventListener) { 813 window.addEventListener('hashchange', applyHash);
|
/development/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/ |
D | ThemedNavBarKeyboard.java | 163 public KeyboardLayoutView(Context context, final Window window) { in KeyboardLayoutView() argument 165 mWindow = window; in KeyboardLayoutView()
|
/development/ndk/platforms/android-14/include/ |
D | zlib.h | 1328 unsigned char FAR *window, 1340 #define inflateBackInit(strm, windowBits, window) \ argument 1341 inflateBackInit_((strm), (windowBits), (window), \
|
/development/samples/UiAutomator/ |
D | README | 5 use the package name to verify that the current window is actually
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | SoftKeyboard.java | 647 final Window window = dialog.getWindow(); in getToken() local 648 if (window == null) { in getToken() 651 return window.getAttributes().token; in getToken()
|
/development/vndk/tools/sourcedr/sourcedr/static/js/ |
D | main.js | 36 let txt = window.getSelection();
|
/development/vndk/tools/definition-tool/assets/visual/ |
D | dep-graph.js | 339 window.onload = init;
|