OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mColCount
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
TiledWorld.java
32
private int
mColCount
;
39
mColCount
= cols;
61
if (x >= 0 && x <
mColCount
&& y >= 0 && y < mRowCount) {
91
mColCount
= width;
111
for (int x =
mColCount
- 1; x >= 0; x--) {
123
return
mColCount
;
/frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java
93
private int
mColCount
= 2;
234
final boolean needsPopulate = colCount !=
mColCount
;
235
mColCount
= mColCountSetting = colCount;
242
return
mColCount
;
438
for (int i = 0; i <
mColCount
; i++) {
519
final int colEnd = lp.column + Math.min(
mColCount
, lp.span);
532
for (int col = 0; col <
mColCount
; col++) {
635
if (colCount !=
mColCount
) {
636
mColCount
= colCount;
660
if (
mColCount
== COLUMN_COUNT_AUTO)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java
[
all
...]
Completed in 712 milliseconds