HomeSort by relevance Sort by last modified time
    Searched refs:childheightMeasureSpec (Results 1 - 5 of 5) 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 121 int childheightMeasureSpec = MeasureSpec.makeMeasureSpec(lp.height,
123 child.measure(childWidthMeasureSpec, childheightMeasureSpec);
PagedViewCellLayout.java 215 int childheightMeasureSpec =
218 child.measure(childWidthMeasureSpec, childheightMeasureSpec);
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 167 int childheightMeasureSpec = MeasureSpec.makeMeasureSpec(lp.height,
169 child.measure(childWidthMeasureSpec, childheightMeasureSpec);

Completed in 167 milliseconds