HomeSort by relevance Sort by last modified time
    Searched refs:returnedHeight (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DropDownListView.java 304 int returnedHeight = paddingTop + paddingBottom;
346 returnedHeight += dividerHeight;
349 returnedHeight += child.getMeasuredHeight();
351 if (returnedHeight >= maxHeight) {
352 // We went over, figure out which height to return. If returnedHeight >
357 && (returnedHeight != maxHeight) // i'th child did not fit completely
363 prevHeightWithoutPartialChild = returnedHeight;
368 // completely fit, so return the returnedHeight
369 return returnedHeight;
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
PopupWindow.java     [all...]

Completed in 170 milliseconds