OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRowDistance
(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
183
int topDistance = mGrid.
getRowDistance
(row, y1);
184
int bottomDistance = mGrid.
getRowDistance
(row + 1, y1);
310
int distance = mGrid.
getRowDistance
(row, y1);
322
int distance = mGrid.
getRowDistance
(rowBottom, y2);
646
int rowHeightPx = mGrid.
getRowDistance
(row, mRowMatch.matchedLine);
[
all
...]
GridModel.java
[
all
...]
Completed in 41 milliseconds