Searched refs:FLAG_FULLSCREEN (Results 1 – 5 of 5) sorted by relevance
60 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()
68 if ((mFlags & FLAG_FULLSCREEN) != 0) { in SystemUiHiderHoneycomb()121 WindowManager.LayoutParams.FLAG_FULLSCREEN,122 WindowManager.LayoutParams.FLAG_FULLSCREEN);138 WindowManager.LayoutParams.FLAG_FULLSCREEN);
62 public static final int FLAG_FULLSCREEN = 0x2; field in SystemUiHider70 public static final int FLAG_HIDE_NAVIGATION = FLAG_FULLSCREEN | 0x4;
92 getWindow().addFlags(LayoutParams.FLAG_FULLSCREEN); in onCreate()