OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 88 milliseconds