Lines Matching refs:getWindow
285 getWindow().getDecorView().setSystemUiVisibility(
586 activity.getWindow().clearFlags( in handleMessage()
1320 getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); in enableKeepScreenOn()
1517 getWindow().requestFeature(Window.FEATURE_ACTION_BAR); in onCreateTasks()
1523 getWindow().addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS); in onCreateTasks()
1536 getWindow().setBackgroundDrawable(null); in onCreateTasks()
1573 Window win = getWindow(); in onCreateTasks()
1767 Window win = getWindow(); in setRotationAnimation()
2089 getWindow().getDecorView().setOnSystemUiVisibilityChangeListener( in resume()
2840 getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); in keepScreenOnForAWhile()
2847 getWindow().clearFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); in resetScreenOn()