Searched defs: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 68 static void offsetDescendantRect(ViewGroup parent, View descendant, Rect rect) { in offsetDescendantRect() method in ViewGroupUtils
|
| /frameworks/support/design/honeycomb/android/support/design/widget/ |
| D | ViewGroupUtilsHoneycomb.java | 30 public static void offsetDescendantRect(ViewGroup group, View child, Rect rect) { in offsetDescendantRect() method in ViewGroupUtilsHoneycomb
|