HomeSort by relevance Sort by last modified time
    Searched full:grid (Results 101 - 125 of 183) sorted by null

1 2 3 45 6 7 8

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextAttributeNode.java 132 // This helps the grid layout to resize correctly on smaller screen sizes.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 50 super(GRID);
AndroidPreferencePage.java 56 super(GRID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 274 /** Number of columns in the grid layout */
491 * Pads the parent with empty cells to match the number of columns of the parent grid.
493 * @param parent A grid layout with NUM_COL columns
581 Composite grid = new Composite(parent, SWT.NONE); local
584 grid.setLayout(new GridLayout(NUM_COL, true /*makeColumnsEqualWidth*/));
602 Button radio = new Button(grid, SWT.RADIO);
609 emptyCell(grid);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 857 * Horizontal location of the item in the grid.
863 * Vertical location of the item in the grid.
    [all...]
  /external/v8/tools/
stats-viewer.py 229 name.grid(row=index, column=0, padx=1, pady=1)
237 value.grid(row=index, column=(1 + i), padx=1, pady=1)
  /sdk/ddms/app/src/com/android/ddms/
PrefsDialog.java 308 super(GRID); // use "grid" layout so edit boxes line up
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteComposite.java 64 * - Different view strategies: big icon, small icons, text vs no text, compact grid.
71 /** The parent grid layout that contains all the {@link Toggle} and {@link Item} widgets. */
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Grid2.java 31 * A grid that displays a set of framed photos.
  /external/freetype/include/freetype/internal/
tttypes.h 274 /* gaspFlag :: A flag describing the grid-fitting and anti-aliasing */
296 /* grid-fitting and anti-aliasing behaviour. */
    [all...]
  /external/freetype/src/smooth/
ftsmooth.c 135 /* compute the control box, and grid fit it */
  /external/opencore/fileformats/id3parcom/include/
pv_id3_parcom_constants.h 181 #define ID3_FRAME_ID_GROUP_IDENTITY_REGISTRATION "GRID"
  /frameworks/base/awt/javax/imageio/
ImageReader.java 554 * Gets the X coordinate of the upper left corner of the tile grid in the
559 * @return the X coordinate of the upper left corner of the tile grid.
568 * Gets the Y coordinate of the upper left corner of the tile grid in the
573 * @return the Y coordinate of the upper left corner of the tile grid.
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
hierarchy-viewer.jd 66 <li>Loupe View: a magnified, pixel-grid view of the device window, on the right.</li>
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridQuadMesh.java 29 * modified from the original Grid.java (found in the SpriteText package in the
GridDrawManager.java 140 final GridQuad grid = GridDrawables.sGrid; local
141 grid.bindArrays(gl);
287 grid.unbindArrays(gl);
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDefs.py 162 #Grid defines
366 #Segment grid column definitions
378 #Clips grid column definitions
  /frameworks/base/awt/resources/org/apache/harmony/awt/internal/nls/
messages.properties 160 awt.8E=component is out of grid's range
175 awt.9D=relative grid size parameter goes after absolute grid coordinate
  /cts/tests/res/values/
strings.xml 90 <string name="animationutils_test_gridlayout">Grid layout animation</string>
  /external/freetype/src/base/
ftglyph.c 477 /* perform grid fitting if needed */
  /external/freetype/src/pshinter/
pshalgo.c 339 /***** HINTS GRID-FITTING AND OPTIMIZATION *****/
549 * and align it to the pixel grid.
565 * pixel grid, trying to find the minimal displacement.
606 /* the stem along a pixel grid integer coordinate */
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
az_lsp.cpp 438 xlow = grid[0];
448 xlow = grid[j];
632 xlow = *(grid);
642 xlow = *(grid + j);
  /frameworks/base/core/java/android/provider/
LiveFolders.java 230 * Displays a live folder's content in a grid.
  /frameworks/base/docs/html/resources/articles/
touch-mode.jd 52 list of in a grid becomes unselected as soon as the user enters touch
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 438 xlow = grid[0];
448 xlow = grid[j];
632 xlow = *(grid);
642 xlow = *(grid + j);

Completed in 1671 milliseconds

1 2 3 45 6 7 8