OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:columnright
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java
277
int
columnRight
= (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestColumn(x2);
278
int rightDistance = mGrid.getColumnDistance(
columnRight
, x2);
280
int columnX = mGrid.getColumnX(
columnRight
);
283
columnRight
, false, UNDEFINED));
373
int
columnRight
= mGrid.getColumn(x1 - SHORT_GAP_DP);
374
int columnX = mGrid.getColumnMaxX(
columnRight
);
380
columnRight
, createCell, SHORT_GAP_DP));
384
columnRight
= mGrid.getColumn(x1);
385
columnX = mGrid.getColumnMaxX(
columnRight
);
406
columnRight
, createCell, 0))
[
all
...]
Completed in 39 milliseconds