Searched defs:widthSpec (Results 1 – 3 of 3) sorted by relevance
74 int widthSpec, int heightSpec) { in assertMeasuredSize()181 final int widthSpec = MeasureSpec.makeMeasureSpec(720, MeasureSpec.AT_MOST); in testFrame1280x720() local193 final int widthSpec = MeasureSpec.makeMeasureSpec(720, MeasureSpec.EXACTLY); in testFrame1280x720() local204 final int widthSpec = MeasureSpec.makeMeasureSpec(720, MeasureSpec.AT_MOST); 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()