Searched defs:heightSpec (Results 1 – 3 of 3) sorted by relevance
74 int widthSpec, int heightSpec) { in assertMeasuredSize()182 final int heightSpec = MeasureSpec.makeMeasureSpec(1280, MeasureSpec.AT_MOST); in testFrame1280x720() local194 final int heightSpec = MeasureSpec.makeMeasureSpec(1280, MeasureSpec.AT_MOST); in testFrame1280x720() local205 final int heightSpec = MeasureSpec.makeMeasureSpec(1280, MeasureSpec.EXACTLY); in testFrame1280x720() local
75 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()78 measureChild(getHeader(), widthSpec, heightSpec); in onMeasure() local
322 private Point getDesiredLayoutSize(int widthSpec, int heightSpec) { in getDesiredLayoutSize()340 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()