Searched defs:view1 (Results 1 - 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DRelativeLayoutConversionHelper.java1407 public int compare(View view1, View view2) { argument
1409 return view1.mRow - view2.mRow;
1411 return view1.mCol - view2.mCol;

Completed in 29 milliseconds