OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sSnapToGrid
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java
84
* The size of the visual regular grid that we snap to (if {@link #
sSnapToGrid
} is set
142
public static boolean
sSnapToGrid
= false;
201
sSnapToGrid
= !
sSnapToGrid
;
260
sSnapToGrid
, actionCallback, ICON_SNAP, 200, false));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java
156
if (GridLayoutRule.
sSnapToGrid
) {
GridDropHandler.java
130
if (GridLayoutRule.
sSnapToGrid
) {
[
all
...]
Completed in 25 milliseconds