Home
last modified time | relevance | path

Searched refs:decorView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java110 final View decorView = ((Activity) context).getWindow().getDecorView(); in startAnimation() local
111 final ViewOverlay viewOverlay = decorView.getOverlay(); in startAnimation()
119 final Rect decorRect = UiUtils.getMeasuredBoundsOnScreen(decorView); in startAnimation()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallActivity.java533 View decorView = w.getDecorView(); in onKeyDown() local
534 Log.d(this, "View dump:" + decorView); in onKeyDown()