Searched refs:duringLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGallery.java943 private int calculateTop(View child, boolean duringLayout) { argument
944 int myHeight = duringLayout ? getMeasuredHeight() : getHeight();
945 int childHeight = duringLayout ? child.getMeasuredHeight() : child.getHeight();

Completed in 29 milliseconds