Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGallery.java960 private int calculateTop(View child, boolean duringLayout) { in calculateTop() argument
961 int myHeight = duringLayout ? getMeasuredHeight() : getHeight(); in calculateTop()
962 int childHeight = duringLayout ? child.getMeasuredHeight() : child.getHeight(); in calculateTop()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1793 private void updateExpandButtonsDuringLayout(boolean expandable, boolean duringLayout) {
1807 boolean requestLayout = duringLayout && mIsContentExpandable != expandable;