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