Home
last modified time | relevance | path

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