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

  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 437 int bottommost = Integer.MIN_VALUE; local
442 if (mItemBottoms[i] > bottommost) {
443 bottommost = mItemBottoms[i];
447 return topmost >= getPaddingTop() && bottommost <= getHeight() - getPaddingBottom();
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 1191 int bottommost = Integer.MIN_VALUE; local
    [all...]

Completed in 58 milliseconds