HomeSort by relevance Sort by last modified time
    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 49 import com.android.ide.common.layout.grid.GridDropHandler;
50 import com.android.ide.common.layout.grid.GridLayoutPainter;
51 import com.android.ide.common.layout.grid.GridModel;
78 * The size of the visual regular grid that we snap to (if {@link #sSnapToGrid} is set
92 * grid mode)
127 * Whether the IDE should show diagnostics for debugging the grid layout - including
132 /** Whether the structure (grid model) should be displayed persistently to the user */
135 /** Whether the drop positions should snap to a regular grid */
139 * Whether the grid is edited in "grid mode" where the operations are row/column base
372 GridModel grid = new GridModel(mRulesEngine, parent, null); local
387 GridModel grid = getGrid(state); local
394 GridModel grid = getGrid(state); local
411 GridModel grid = (GridModel) resizeState.clientData; local
477 GridModel grid = getGrid(state); local
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 342 milliseconds