HomeSort by relevance Sort by last modified time
    Searched refs:childMeasureSpec (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 266 int childMeasureSpec = remainder > 0
269 fillChild.measure(childMeasureSpec, heightMeasureSpec);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 306 int childMeasureSpec = MeasureSpec.makeMeasureSpec(size - 2 * mSidePaddings, mode);
307 measureChildren(childMeasureSpec, heightMeasureSpec);
    [all...]

Completed in 477 milliseconds