Searched defs:clipToParent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationExpandButton.java54 public void getBoundsOnScreen(Rect outRect, boolean clipToParent) { argument
55 super.getBoundsOnScreen(outRect, clipToParent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java348 public void getBoundsOnScreen(Rect outRect, boolean clipToParent) { argument
349 super.getBoundsOnScreen(outRect, clipToParent);
/frameworks/base/core/java/android/view/
H A DView.java7363 * @param clipToParent Whether to clip child bounds to the parent ones.
7366 public void getBoundsOnScreen(Rect outRect, boolean clipToParent) { argument
7373 mapRectFromViewToScreenCoords(position, clipToParent);
7382 * @param clipToParent Whether to clip child bounds to the parent ones.
7385 public void mapRectFromViewToScreenCoords(RectF rect, boolean clipToParent) { argument
7398 if (clipToParent) {

Completed in 166 milliseconds