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

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DropDownListView.java 310 int prevHeightWithoutPartialChild = 0;
356 && (prevHeightWithoutPartialChild > 0) // We have a prev height
358 ? prevHeightWithoutPartialChild
363 prevHeightWithoutPartialChild = returnedHeight;
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]

Completed in 99 milliseconds