Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGallery.java959 private int calculateTop(View child, boolean duringLayout) { in calculateTop() argument
960 int myHeight = duringLayout ? getMeasuredHeight() : getHeight(); in calculateTop()
961 int childHeight = duringLayout ? child.getMeasuredHeight() : child.getHeight(); in calculateTop()