OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRID
(Results
1 - 14
of
14
) sorted by null
/sdk/rule_api/src/com/android/ide/common/api/
DrawingStyle.java
59
GRID
,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LaunchPreferencePage.java
33
super(
GRID
);
BuildPreferencePage.java
50
super(
GRID
);
EditorsPage.java
52
super(
GRID
);
AndroidPreferencePage.java
59
super(
GRID
);
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/preferences/
PrefPage.java
35
super(
GRID
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/preferences/
NdkPreferencePage.java
36
super(
GRID
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java
60
* The style definition corresponding to {@link DrawingStyle#
GRID
}
62
GRID
(new RGB(0xAA, 0xAA, 0xAA), 128, SWT.LINE_SOLID),
257
case
GRID
:
258
return
GRID
;
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java
49
super(
GRID
);
PreferencePage.java
42
super(
GRID
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java
16
package com.android.ide.common.layout.
grid
;
20
import static com.android.ide.common.layout.
grid
.GridModel.UNDEFINED;
52
* Paints the structure (the
grid
model) of the given GridLayout.
55
* @param layout the
grid
layout node
57
* @param
grid
the
grid
model to be visualized
60
GridModel
grid
) {
64
for (int row = 0; row <
grid
.actualRowCount; row++) {
65
int y =
grid
.getRowY(row);
68
for (int column = 0; column <
grid
.actualColumnCount; column++)
152
GridModel
grid
= data.getGrid();
local
251
GridModel
grid
= data.getGrid();
local
[
all
...]
/sdk/ddms/app/src/com/android/ddms/
PrefsDialog.java
344
super(
GRID
); // use "
grid
" layout so edit boxes line up
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java
47
import com.android.ide.common.layout.
grid
.GridDropHandler;
48
import com.android.ide.common.layout.
grid
.GridLayoutPainter;
49
import com.android.ide.common.layout.
grid
.GridModel;
76
* The size of the visual regular
grid
that we snap to (if {@link #sSnapToGrid} is set
90
*
grid
mode)
123
* Whether the IDE should show diagnostics for debugging the
grid
layout - including
128
/** Whether the structure (
grid
model) should be displayed persistently to the user */
131
/** Whether the drop positions should snap to a regular
grid
*/
135
* Whether the
grid
is edited in "
grid
mode" where the operations are row/column base
359
GridModel
grid
= new GridModel(mRulesEngine, parent, null);
local
374
GridModel
grid
= getGrid(state);
local
381
GridModel
grid
= getGrid(state);
local
398
GridModel
grid
= (GridModel) resizeState.clientData;
local
464
GridModel
grid
= getGrid(state);
local
[
all
...]
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 228 milliseconds