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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PseudoGridView.java 81 int endOfRow = Math.min(startOfRow + mNumColumns, children);
83 for (int i = startOfRow; i < endOfRow; i++) {
89 for (int i = startOfRow; i < endOfRow; i++) {
114 int endOfRow = Math.min(startOfRow + mNumColumns, children);
115 for (int i = startOfRow; i < endOfRow; i++) {
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]

Completed in 80 milliseconds