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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PseudoGridView.java 80 int startOfRow = row * mNumColumns;
81 int endOfRow = Math.min(startOfRow + mNumColumns, children);
83 for (int i = startOfRow; i < endOfRow; i++) {
89 for (int i = startOfRow; i < endOfRow; i++) {
113 int startOfRow = row * mNumColumns;
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...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGrid.cpp     [all...]

Completed in 232 milliseconds