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

  /external/llvm/lib/Analysis/
StratifiedSets.h 63 void clearAbove() { Above = SetSentinel; }
219 void clearAbove() {
221 Link.clearAbove();
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 439 final int clearAbove = 0;
460 if (child.getBottom() >= clearAbove) {
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 469 final int clearAbove = -mItemMargin;
490 if (child.getBottom() >= clearAbove) {
    [all...]

Completed in 89 milliseconds