Searched refs:decorView (Results 1 – 2 of 2) sorted by relevance
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()
533 View decorView = w.getDecorView(); in onKeyDown() local534 Log.d(this, "View dump:" + decorView); in onKeyDown()