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

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListViewCompat.java 266 int returnedHeight = paddingTop + paddingBottom;
298 returnedHeight += dividerHeight;
301 returnedHeight += child.getMeasuredHeight();
303 if (returnedHeight >= maxHeight) {
304 // We went over, figure out which height to return. If returnedHeight >
309 && (returnedHeight != maxHeight) // i'th child did not fit completely
315 prevHeightWithoutPartialChild = returnedHeight;
320 // completely fit, so return the returnedHeight
321 return returnedHeight;
  /frameworks/base/core/java/android/widget/
PopupWindow.java     [all...]
ListView.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 106 milliseconds