Home
last modified time | relevance | path

Searched refs:window (Results 1 – 12 of 12) sorted by relevance

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DClientCallbackImpl.java86 final SoftInputWindow window = in onFinishSession() local
88 if (window == null) { in onFinishSession()
93 if (mClientId == window.getClientId()) { in onFinishSession()
94 window.onFinishClient(); in onFinishSession()
103 final SoftInputWindow window = in onHideSoftInput() local
105 if (window == null) { in onHideSoftInput()
111 window.hide(); in onHideSoftInput()
119 final SoftInputWindow window = in onShowSoftInput() local
121 if (window == null) { in onShowSoftInput()
124 if (mClientId != window.getClientId()) { in onShowSoftInput()
[all …]
/development/tools/axl/
Dchewperf.py77 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/samples/browseable/MultiWindowPlayground/
D_index.jd8 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/winscope/src/
Dlocalstore.js24 var stored = window.localStorage.getItem(name + '.' + k);
29 window.localStorage.setItem(name + '.' + k,
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DContentFragment.java204 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/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/
DThemedNavBarKeyboard.java172 public KeyboardLayoutView(Context context, final Window window) { in KeyboardLayoutView() argument
174 mWindow = window; in KeyboardLayoutView()
/development/tools/winscope/
DREADME.md1 # Tool for visualizing window manager traces
Dyarn.lock5393 window-size@0.1.0:
5395 …resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19f…
5470 window-size "0.1.0"
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java676 final Window window = dialog.getWindow(); in getToken() local
677 if (window == null) { in getToken()
680 return window.getAttributes().token; in getToken()
/development/samples/UiAutomator/
DREADME5 use the package name to verify that the current window is actually
/development/vndk/tools/definition-tool/assets/visual/
Ddep-graph.js339 window.onload = init;
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv556 …IUT6e9smSd4dkNlw@fakeemail.com,Skip ConfigurationScreenLayoutTest if launched in multi-window mode.
588 …fab71,platform/cts,fake_oSh4yIFgQhSYJQaQk4sdOQ@fakeemail.com,Force popup window theme to disable s…
815 …8e,platform/cts,fake_iHgA5W1wS4iSfC9myhPErQ@fakeemail.com,Test tooltip for a view in a popup window
862 …form/cts,fake_IN8e5ZxDS-WpD1WJJb2pMQ@fakeemail.com,Add checks for split screen multi-window support
911 …platform/cts,fake_YFLxp6_4QhSpBG3rWyKeMg@fakeemail.com,Tests for various window manager layout sce…
985 …tform/cts,fake_vGkRrayISaC6H5ijCsLTww@fakeemail.com,Fix dialog CTS failing due to app window offset
1013 …/cts,fake_vGkRrayISaC6H5ijCsLTww@fakeemail.com,Fix PopupWindow CTS failing due to app window offset
1493 …tform/cts,fake_UGJBsCL5TfWkrshud6Njww@fakeemail.com,Skip SHOW_MODE_HIDDEN test if IME has no window
2067 …vsVO7fIfbw@fakeemail.com,DO NOT MERGE Skip tests if not capable of multi-window or screen rotations
2311 …8c98f2,platform/cts,fake_HFBVIRHzR8upwrTWriT5Hw@fakeemail.com,Test popup window enter + exit + rep…
[all …]