OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getViewCount
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java
115
int row = (mGrid.
getViewCount
() == 0) ? 0 : mGrid.getClosestRow(y1);
262
int column = (mGrid.
getViewCount
() == 0) ? 0 : mGrid.getClosestColumn(x1);
277
int columnRight = (mGrid.
getViewCount
() == 0) ? 0 : mGrid.getClosestColumn(x2);
321
int rowBottom = (mGrid.
getViewCount
() == 0) ? 0 : mGrid.getClosestRow(y2);
[
all
...]
GridModel.java
[
all
...]
Completed in 26 milliseconds