Searched refs:duringLayout (Results 1 – 1 of 1) sorted by relevance
911 private int calculateTop(View child, boolean duringLayout) { in calculateTop() argument912 int myHeight = duringLayout ? getMeasuredHeight() : getHeight(); in calculateTop()913 int childHeight = duringLayout ? child.getMeasuredHeight() : child.getHeight(); in calculateTop()