Searched defs:heightSpec (Results 1 – 2 of 2) 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
322 private Point getDesiredLayoutSize(int widthSpec, int heightSpec) { in getDesiredLayoutSize()340 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()