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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 60 int newHeightSpec = MeasureSpec.makeMeasureSpec(ownMaxHeight, MeasureSpec.AT_MOST);
65 int childHeightSpec = newHeightSpec;
84 newHeightSpec = MeasureSpec.makeMeasureSpec(ownHeight, MeasureSpec.EXACTLY);
88 newHeightSpec);
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardContainerView.java 66 int newHeightSpec = getChildMeasureSpec(heightMeasureSpec, 0, lp.height);
67 v.measure(newWidthSpec, newHeightSpec);

Completed in 344 milliseconds