Home
last modified time | relevance | path

Searched refs:containerView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java557 final ViewGroup containerView = (ViewGroup) findViewById(android.R.id.content); in getAlertAnimator() local
560 containerView.offsetDescendantRectToMyCoords(source, sourceBounds); in getAlertAnimator()
565 final int xMax = Math.max(centerX, containerView.getWidth() - centerX); in getAlertAnimator()
566 final int yMax = Math.max(centerY, containerView.getHeight() - centerY); in getAlertAnimator()
575 containerView.addView(revealView); in getAlertAnimator()
604 containerView.removeView(revealView); in getAlertAnimator()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboardView.java309 final View containerView = getContainerView(); in removeFromParent() local
310 final ViewGroup currentParent = (ViewGroup)containerView.getParent(); in removeFromParent()
312 currentParent.removeView(containerView); in removeFromParent()
/packages/apps/Settings/src/com/android/settings/dashboard/conditional/
DConditionAdapterUtils.java146 private static void setViewVisibility(View containerView, int viewId, boolean visible) { in setViewVisibility() argument
147 View view = containerView.findViewById(viewId); in setViewVisibility()