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

  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 389 final boolean contentFits = contentFits();
394 if (!contentFits) {
419 (overScrollMode == ViewCompat.OVER_SCROLL_IF_CONTENT_SCROLLS && !contentFits)) {
486 private boolean contentFits() {
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 388 final boolean contentFits = contentFits();
393 if (!contentFits) {
418 (overScrollMode == ViewCompat.OVER_SCROLL_IF_CONTENT_SCROLLS && !contentFits)) {
431 private final boolean contentFits() {
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]

Completed in 425 milliseconds