Searched refs:window (Results 1 – 14 of 14) sorted by relevance
86 final SoftInputWindow window = in onFinishSession() local88 if (window == null) { in onFinishSession()93 if (mClientId == window.getClientId()) { in onFinishSession()94 window.onFinishClient(); in onFinishSession()103 final SoftInputWindow window = in onHideSoftInput() local105 if (window == null) { in onHideSoftInput()111 window.hide(); in onHideSoftInput()119 final SoftInputWindow window = in onShowSoftInput() local121 if (window == null) { in onShowSoftInput()124 if (mClientId != window.getClientId()) { in onShowSoftInput()[all …]
8 This sample demonstrates the use of the multi-window API available10 AndroidManifest properties to define the multi-window behavior.11 Switch the sample app into multi-window mode to see how it affects
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))
24 var stored = window.localStorage.getItem(name + '.' + k);29 window.localStorage.setItem(name + '.' + k,
27 const url = window.URL.createObjectURL(blob);32 window.URL.revokeObjectURL(url);
62 window.innerHeight || 0);
204 Window window = getActivity().getWindow(); in setSystemUiVisible() local205 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()
172 public KeyboardLayoutView(Context context, final Window window) { in KeyboardLayoutView() argument174 mWindow = window; in KeyboardLayoutView()
48 import android.window.SplashScreen;49 import android.window.SplashScreenView;
84 WindowState.fromProto(proto.window, isActivityInTree) ??
5 use the package name to verify that the current window is actually
1 # Tool for visualizing window manager traces
687 final Window window = dialog.getWindow(); in getToken() local688 if (window == null) { in getToken()691 return window.getAttributes().token; in getToken()
339 window.onload = init;