Home
last modified time | relevance | path

Searched refs:FLAG_FULLSCREEN (Results 1 – 5 of 5) sorted by relevance

/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
DSystemUiHiderBase.java60 if ((mFlags & FLAG_FULLSCREEN) != 0) { in hide()
62 WindowManager.LayoutParams.FLAG_FULLSCREEN, in hide()
63 WindowManager.LayoutParams.FLAG_FULLSCREEN); in hide()
71 if ((mFlags & FLAG_FULLSCREEN) != 0) { in show()
74 WindowManager.LayoutParams.FLAG_FULLSCREEN); in show()
DSystemUiHiderHoneycomb.java68 if ((mFlags & FLAG_FULLSCREEN) != 0) { in SystemUiHiderHoneycomb()
121 WindowManager.LayoutParams.FLAG_FULLSCREEN,
122 WindowManager.LayoutParams.FLAG_FULLSCREEN);
138 WindowManager.LayoutParams.FLAG_FULLSCREEN);
DSystemUiHider.java62 public static final int FLAG_FULLSCREEN = 0x2; field in SystemUiHider
70 public static final int FLAG_HIDE_NAVIGATION = FLAG_FULLSCREEN | 0x4;
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
DImageDetailActivity.java92 getWindow().addFlags(LayoutParams.FLAG_FULLSCREEN); in onCreate()
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
DImageDetailActivity.java92 getWindow().addFlags(LayoutParams.FLAG_FULLSCREEN); in onCreate()