Home
last modified time | relevance | path

Searched refs:childDimension (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorScrollView.java43 private static int getChildMeasureSpecCompat(int spec, int padding, int childDimension) { in getChildMeasureSpecCompat() argument
45 && (childDimension == MATCH_PARENT || childDimension == WRAP_CONTENT)) { in getChildMeasureSpecCompat()
49 return ViewGroup.getChildMeasureSpec(spec, padding, childDimension); in getChildMeasureSpecCompat()