Searched refs:decorView (Results 1 – 8 of 8) sorted by relevance
95 View decorView = getWindow().getDecorView(); in setStatusBarColor() local96 int visibility = decorView.getSystemUiVisibility(); in setStatusBarColor()97 decorView.setSystemUiVisibility(getUtils().isBrightColor(statusBarColor) in setStatusBarColor()
80 final View decorView = getWindow().getDecorView(); in updateWindowProperties() local81 decorView.setSystemUiVisibility( in updateWindowProperties()82 decorView.getSystemUiVisibility() | in updateWindowProperties()
68 View decorView = getWindow().getDecorView();69 decorView.setSystemUiVisibility(70 updateVisibilityFlagsFromColors(colors, decorView.getSystemUiVisibility()));
72 View decorView = getWindow().getDecorView();73 decorView.setSystemUiVisibility(74 updateVisibilityFlagsFromColors(colors, decorView.getSystemUiVisibility()));
69 final View decorView = getWindow().getDecorView();70 decorView.setSystemUiVisibility(71 updateVisibilityFlagsFromColors(colors, decorView.getSystemUiVisibility()));
110 final View decorView = ((Activity) context).getWindow().getDecorView(); in startAnimation() local111 final ViewOverlay viewOverlay = decorView.getOverlay(); in startAnimation()119 final Rect decorRect = UiUtils.getMeasuredBoundsOnScreen(decorView); in startAnimation()
445 final ViewGroup decorView = (ViewGroup) mActivity.getWindow().getDecorView(); in updateOverflowButtonColor() local446 final ViewTreeObserver viewTreeObserver = decorView.getViewTreeObserver(); in updateOverflowButtonColor()453 decorView.findViewsWithText(outViews, overflowDescription, in updateOverflowButtonColor()475 decorView.getViewTreeObserver().removeOnGlobalLayoutListener(this); in updateOverflowButtonColor()
746 View decorView = getWindow().getDecorView(); in onKeyDown() local747 LogUtil.v("InCallActivity.onKeyDown", "View dump:\n%s", decorView); in onKeyDown()