OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getClosestRow
(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);
321
int rowBottom = (mGrid.getViewCount() == 0) ? 0 : mGrid.
getClosestRow
(y2);
[
all
...]
GridModel.java
[
all
...]
Completed in 43 milliseconds