Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DViewGroupUtils.java27 void offsetDescendantRect(ViewGroup parent, View child, Rect rect); in offsetDescendantRect() method
32 public void offsetDescendantRect(ViewGroup parent, View child, Rect rect) { in offsetDescendantRect() method in ViewGroupUtils.ViewGroupUtilsImplBase
43 public void offsetDescendantRect(ViewGroup parent, View child, Rect rect) { in offsetDescendantRect() method in ViewGroupUtils.ViewGroupUtilsImplHoneycomb
44 ViewGroupUtilsHoneycomb.offsetDescendantRect(parent, child, rect); in offsetDescendantRect()
68 static void offsetDescendantRect(ViewGroup parent, View descendant, Rect rect) { in offsetDescendantRect() method in ViewGroupUtils
69 IMPL.offsetDescendantRect(parent, descendant, rect); in offsetDescendantRect()
81 offsetDescendantRect(parent, descendant, out); in getDescendantRect()
/frameworks/support/design/honeycomb/android/support/design/widget/
DViewGroupUtilsHoneycomb.java31 public static void offsetDescendantRect(ViewGroup group, View child, Rect rect) { in offsetDescendantRect() method in ViewGroupUtilsHoneycomb