Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java500 if (positionChildVertical(child, params, myHeight, isWrapContentHeight)) { in onMeasure()
878 private boolean positionChildVertical(View child, LayoutParams params, int myHeight, in positionChildVertical() method