Searched refs:duringLayout (Results 1 – 2 of 2) sorted by relevance
960 private int calculateTop(View child, boolean duringLayout) { in calculateTop() argument961 int myHeight = duringLayout ? getMeasuredHeight() : getHeight(); in calculateTop()962 int childHeight = duringLayout ? child.getMeasuredHeight() : child.getHeight(); in calculateTop()
1793 private void updateExpandButtonsDuringLayout(boolean expandable, boolean duringLayout) {1807 boolean requestLayout = duringLayout && mIsContentExpandable != expandable;