HomeSort by relevance Sort by last modified time
    Searched refs:getWindow (Results 26 - 50 of 454) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/am/
FactoryErrorDialog.java 34 WindowManager.LayoutParams attrs = getWindow().getAttributes();
36 getWindow().setAttributes(attrs);
BaseErrorDialog.java 38 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
39 getWindow().setFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM,
41 WindowManager.LayoutParams attrs = getWindow().getAttributes();
43 getWindow().setAttributes(attrs);
LaunchWarningWindow.java 34 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
35 getWindow().addFlags(WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
43 getWindow().setFeatureDrawableResource(Window.FEATURE_LEFT_ICON, out.resourceId);
UserSwitchingDialog.java 67 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ERROR);
69 WindowManager.LayoutParams attrs = getWindow().getAttributes();
72 getWindow().setAttributes(attrs);
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
Activities.java 28 getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
  /cts/tests/tests/dpi/src/android/dpi/cts/
OrientationActivity.java 33 Window window = getWindow();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SecureWindowActivity.java 68 getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE,
TranslucentBlurActivity.java 47 getWindow().setFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND,
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ActivityContentVideoViewClient.java 29 FrameLayout decor = (FrameLayout) mActivity.getWindow().getDecorView();
42 FrameLayout decor = (FrameLayout) mActivity.getWindow().getDecorView();
61 mActivity.getWindow().setFlags(
65 mActivity.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);
  /frameworks/base/core/tests/coretests/src/android/app/
TranslucentFancyActivity.java 62 getWindow().setFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND,
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/src/main/java/com/example/android/basicimmersivemode/
BasicImmersiveModeFragment.java 38 final View decorView = getActivity().getWindow().getDecorView();
64 int uiOptions = getActivity().getWindow().getDecorView().getSystemUiVisibility();
85 getActivity().getWindow().getDecorView().setSystemUiVisibility(newUiOptions);
  /developers/build/prebuilts/gradle/ImmersiveMode/Application/src/main/java/com/example/android/immersivemode/
ImmersiveModeFragment.java 39 final View decorView = getActivity().getWindow().getDecorView();
66 int uiOptions = getActivity().getWindow().getDecorView().getSystemUiVisibility();
100 getActivity().getWindow().getDecorView().setSystemUiVisibility(newUiOptions);
  /developers/samples/android/ui/window/BasicImmersiveMode/Application/src/main/java/com/example/android/basicimmersivemode/
BasicImmersiveModeFragment.java 38 final View decorView = getActivity().getWindow().getDecorView();
64 int uiOptions = getActivity().getWindow().getDecorView().getSystemUiVisibility();
85 getActivity().getWindow().getDecorView().setSystemUiVisibility(newUiOptions);
  /developers/samples/android/ui/window/ImmersiveMode/Application/src/main/java/com/example/android/immersivemode/
ImmersiveModeFragment.java 39 final View decorView = getActivity().getWindow().getDecorView();
66 int uiOptions = getActivity().getWindow().getDecorView().getSystemUiVisibility();
100 getActivity().getWindow().getDecorView().setSystemUiVisibility(newUiOptions);
  /development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/
BasicImmersiveModeFragment.java 38 final View decorView = getActivity().getWindow().getDecorView();
64 int uiOptions = getActivity().getWindow().getDecorView().getSystemUiVisibility();
85 getActivity().getWindow().getDecorView().setSystemUiVisibility(newUiOptions);
  /development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/
ImmersiveModeFragment.java 39 final View decorView = getActivity().getWindow().getDecorView();
66 int uiOptions = getActivity().getWindow().getDecorView().getSystemUiVisibility();
100 getActivity().getWindow().getDecorView().setSystemUiVisibility(newUiOptions);
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
FullScreenVideoTestAwContentsClient.java 42 mActivity.getWindow().setFlags(
46 mActivity.getWindow().addContentView(view,
56 mActivity.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.h 33 static ANativeWindow* getWindow();
  /cts/tests/tests/theme/src/android/theme/cts/
DeviceDefaultActivity.java 34 Window window = getWindow();
  /development/ndk/platforms/android-17/samples/Teapot/src/com/sample/teapot/
TeapotNativeActivity.java 40 View decorView = getWindow().getDecorView();
59 getWindow().getDecorView().setSystemUiVisibility(View.STATUS_BAR_HIDDEN);
63 getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_FULLSCREEN | View.SYSTEM_UI_FLAG_LOW_PROFILE);
74 View decorView = getWindow().getDecorView();
  /development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/moreteapots/
MoreTeapotsNativeActivity.java 42 View decorView = getWindow().getDecorView();
61 getWindow().getDecorView().setSystemUiVisibility(View.STATUS_BAR_HIDDEN);
65 getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_FULLSCREEN | View.SYSTEM_UI_FLAG_LOW_PROFILE);
85 View decorView = getWindow().getDecorView();
  /external/chromium_org/third_party/angle/samples/angle/simple_vertex_shader/
SimpleVertexShader.cpp 91 Matrix4 perspectiveMatrix = Matrix4::perspective(60.0f, float(getWindow()->getWidth()) / getWindow()->getHeight(),
108 glViewport(0, 0, getWindow()->getWidth(), getWindow()->getHeight());
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DatePickerActivity.java 36 getWindow().setBackgroundDrawable(new ColorDrawable(0xffffffff));
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfActivity.java 33 getWindow().setFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON, WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
FragmentTestActivity.java 39 final Window window = getWindow();

Completed in 670 milliseconds

12 3 4 5 6 7 8 91011>>