HomeSort by relevance Sort by last modified time
    Searched defs:offsetDescendantRect (Results 1 - 3 of 3) sorted by null

  /frameworks/support/design/src/android/support/design/widget/
ViewGroupUtils.java 27 void offsetDescendantRect(ViewGroup parent, View child, Rect rect);
35 public void offsetDescendantRect(ViewGroup parent, View child, Rect rect) {
49 public void offsetDescendantRect(ViewGroup parent, View child, Rect rect) {
50 ViewGroupUtilsHoneycomb.offsetDescendantRect(parent, child, rect);
74 static void offsetDescendantRect(ViewGroup parent, View descendant, Rect rect) {
75 IMPL.offsetDescendantRect(parent, descendant, rect);
87 offsetDescendantRect(parent, descendant, out);
  /frameworks/support/design/honeycomb/android/support/design/widget/
ViewGroupUtilsHoneycomb.java 30 public static void offsetDescendantRect(ViewGroup group, View child, Rect rect) {
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 1193 milliseconds