Searched refs:offsetDescendantRect (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/design/src/android/support/design/widget/ |
D | ViewGroupUtils.java | 27 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/ |
D | ViewGroupUtilsHoneycomb.java | 31 public static void offsetDescendantRect(ViewGroup group, View child, Rect rect) { in offsetDescendantRect() method in ViewGroupUtilsHoneycomb
|