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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayoutChildren.java 100 int childheightMeasureSpec = MeasureSpec.makeMeasureSpec(lp.height,
103 child.measure(childWidthMeasureSpec, childheightMeasureSpec);
ShortcutAndWidgetContainer.java 113 int childheightMeasureSpec = MeasureSpec.makeMeasureSpec(lp.height,
115 child.measure(childWidthMeasureSpec, childheightMeasureSpec);
PagedViewCellLayout.java 226 int childheightMeasureSpec =
229 child.measure(childWidthMeasureSpec, childheightMeasureSpec);
CellLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 359 int childheightMeasureSpec =
362 child.measure(childWidthMeasureSpec, childheightMeasureSpec);
RecentsVerticalScrollView.java 368 int childheightMeasureSpec =
371 child.measure(childWidthMeasureSpec, childheightMeasureSpec);

Completed in 382 milliseconds