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