OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GridLayoutRule
(Results
1 - 8
of
8
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java
18
import static com.android.ide.common.layout.
GridLayoutRule
.GRID_SIZE;
19
import static com.android.ide.common.layout.
GridLayoutRule
.MARGIN_SIZE;
31
import com.android.ide.common.layout.
GridLayoutRule
;
43
* @param rule the corresponding {@link
GridLayoutRule
}
47
public static IFeedbackPainter createDropFeedbackPainter(
GridLayoutRule
rule,
76
* Paints a regular grid according to the {@link
GridLayoutRule
#GRID_SIZE} and
77
* {@link
GridLayoutRule
#MARGIN_SIZE} dimensions. These are the same lines that
118
private final
GridLayoutRule
mRule;
121
/** Constructs a new {@link GridLayoutPainter} bound to the given {@link
GridLayoutRule
}
124
public DropFeedbackPainter(
GridLayoutRule
rule, IDragElement[] elements)
[
all
...]
GridDropHandler.java
25
import static com.android.ide.common.layout.
GridLayoutRule
.GRID_SIZE;
26
import static com.android.ide.common.layout.
GridLayoutRule
.MARGIN_SIZE;
27
import static com.android.ide.common.layout.
GridLayoutRule
.MAX_CELL_DIFFERENCE;
28
import static com.android.ide.common.layout.
GridLayoutRule
.SHORT_GAP_DP;
42
import com.android.ide.common.layout.
GridLayoutRule
;
57
private final
GridLayoutRule
mRule;
63
* @param
gridLayoutRule
the corresponding {@link
GridLayoutRule
}
67
public GridDropHandler(
GridLayoutRule
gridLayoutRule
, INode layout, Object view)
[
all
...]
GridModel.java
57
import com.android.ide.common.layout.
GridLayoutRule
;
807
if (false &&
GridLayoutRule
.sDebugGridLayout) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java
82
public class
GridLayoutRule
extends BaseLayoutRule {
122
private static final URL ICON_HORIZONTAL =
GridLayoutRule
.class.getResource("hlinear.png"); //$NON-NLS-1$
123
private static final URL ICON_VERTICAL =
GridLayoutRule
.class.getResource("vlinear.png"); //$NON-NLS-1$
124
private static final URL ICON_ADD_ROW =
GridLayoutRule
.class.getResource("addrow.png"); //$NON-NLS-1$
125
private static final URL ICON_REMOVE_ROW =
GridLayoutRule
.class.getResource("removerow.png"); //$NON-NLS-1$
126
private static final URL ICON_ADD_COL =
GridLayoutRule
.class.getResource("addcol.png"); //$NON-NLS-1$
127
private static final URL ICON_REMOVE_COL =
GridLayoutRule
.class.getResource("removecol.png"); //$NON-NLS-1$
128
private static final URL ICON_SHOW_STRUCT =
GridLayoutRule
.class.getResource("showgrid.png"); //$NON-NLS-1$
129
private static final URL ICON_GRID_MODE =
GridLayoutRule
.class.getResource("gridmode.png"); //$NON-NLS-1$
130
private static final URL ICON_SNAP =
GridLayoutRule
.class.getResource("snap.png"); //$NON-NLS-1
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java
29
import com.android.ide.common.layout.
GridLayoutRule
;
475
if (
GridLayoutRule
.sDebugGridLayout) {
[
all
...]
SelectionManager.java
32
import com.android.ide.common.layout.
GridLayoutRule
;
[
all
...]
OutlinePage.java
42
import com.android.ide.common.layout.
GridLayoutRule
;
804
if (
GridLayoutRule
.sDebugGridLayout) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java
59
import com.android.ide.common.layout.
GridLayoutRule
;
433
gravity =
GridLayoutRule
.computeDefaultGravity(fill);
[
all
...]
Completed in 408 milliseconds