Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java478 applyVerticalSizeRules(params, myHeight, child.getBaseline()); in onMeasure()
941 private void applyVerticalSizeRules(LayoutParams childParams, int myHeight, int myBaseline) { in applyVerticalSizeRules() method