OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:implicitrow
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java
334
int
implicitRow
= 0;
346
if (column != implicitColumn && (implicitColumn > 0 ||
implicitRow
> 0)) {
350
implicitRow
++;
354
if (row !=
implicitRow
) {
357
implicitRow
= row;
394
assert nextRow >
implicitRow
;
395
implicitRow
= nextRow;
[
all
...]
Completed in 467 milliseconds