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

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

Completed in 34 milliseconds