Searched refs:lowest (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/variablespeed/jni/
H A Dmacros.h32 ForwardIterator lowest = first; local
35 if (*first < *lowest)
36 lowest = first;
37 return lowest;
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java793 int lowest = childTop;
796 if (bottom > lowest) {
797 lowest = bottom;
800 childTop = lowest;
1068 int lowest = mItemBottoms[nextCol];
1071 if (bottom > lowest) {
1072 lowest = bottom;
1075 startFrom = lowest;

Completed in 208 milliseconds