HomeSort by relevance Sort by last modified time
    Searched full:dimension (Results 1 - 25 of 335) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/FixedGridLayout/res/values/
attrs.xml 3 <attr name="cellWidth" format="dimension" />
4 <attr name="cellHeight" format="dimension" />
  /sdk/layoutopt/libs/uix/src/resources/rules/
InefficientWeight.rule 13 def dimension = parent.'@android:orientation' == "vertical" ?
15 if (node."@${dimension}"[0] != '0') {
16 analysis << "Use an ${dimension} of 0dip instead of ${node."@${dimension}"} " +
IncorrectHeightInScrollView.rule 3 // Description: Checks whether a scrollview's child has the wrong dimension.
IncorrectWidthInHorizontalScrollView.rule 3 // Description: Checks whether a scrollview's child has the wrong dimension.
  /development/samples/Home/res/values/
attrs.xml 25 <attr name="marginLeft" format="dimension" />
26 <attr name="marginTop" format="dimension" />
27 <attr name="marginRight" format="dimension" />
28 <attr name="marginBottom" format="dimension" />
  /packages/inputmethods/LatinIME/java/res/values/
attrs.xml 29 <attr name="keyTextSize" format="dimension" />
32 <attr name="labelTextSize" format="dimension" />
41 <attr name="keyPreviewOffset" format="dimension" />
44 <attr name="keyPreviewHeight" format="dimension" />
47 <attr name="keyHysteresisDistance" format="dimension" />
50 <attr name="verticalCorrection" format="dimension" />
  /external/junit/src/junit/swingui/
StatusLine.java 4 import java.awt.Dimension;
23 Dimension d= getPreferredSize();
  /frameworks/base/graphics/java/android/renderscript/
Dimension.java 22 public enum Dimension {
31 Dimension(int id) {
Type.java 114 b.add(Dimension.X, size);
163 Dimension mDim;
177 public void add(Dimension d, int value) {
207 if(mEntries[ct].mDim == Dimension.X) {
210 if(mEntries[ct].mDim == Dimension.Y) {
213 if(mEntries[ct].mDim == Dimension.Z) {
216 if(mEntries[ct].mDim == Dimension.LOD) {
219 if(mEntries[ct].mDim == Dimension.FACE) {
  /external/clearsilver/util/test/
hdf_copy_test.hdf 26 Bucket.Dimension = Y
33 Bucket.Dimension = Y
40 Bucket.Dimension = X
  /external/freetype/src/pshinter/
pshrec.c 534 /* finalize a given dimension */
536 ps_dimension_done( PS_Dimension dimension,
539 ps_mask_table_done( &dimension->counters, memory );
540 ps_mask_table_done( &dimension->masks, memory );
541 ps_hint_table_done( &dimension->hints, memory );
545 /* initialize a given dimension */
547 ps_dimension_init( PS_Dimension dimension )
549 dimension->hints.num_hints = 0;
550 dimension->masks.num_masks = 0;
551 dimension->counters.num_masks = 0
    [all...]
pshalgo.c 403 FT_Int dimension )
417 ps_debug_hint_func( hint, dimension );
442 FT_Int dimension,
445 PSH_Dimension dim = &globals->dimension[dimension];
461 if ( ( dimension == 0 && !glyph->do_horz_hints ) ||
462 ( dimension == 1 && !glyph->do_vert_hints ) )
474 do_snapping = ( dimension == 0 && glyph->do_horz_snapping ) ||
475 ( dimension == 1 && glyph->do_vert_snapping );
483 if ( dimension == 1
2194 FT_Int dimension; local
    [all...]
pshglob.h 133 /* dimension 0 => X coordinates + vertical hints/stems */
134 /* dimension 1 => Y coordinates + horizontal hints/stems */
138 PSH_DimensionRec dimension[2]; member in struct:PSH_GlobalsRec_
166 psh_dimension_snap_width( PSH_Dimension dimension,
pshrec.h 118 /* dimension-specific hints descriptor */
129 /* dimension 0 => X coordinates + vertical hints/stems */
130 /* dimension 1 => Y coordinates + horizontal hints/stems */
137 PS_DimensionRec dimension[2]; member in struct:PS_HintsRec_
pshglob.c 44 PSH_Dimension dim = &globals->dimension[direction];
85 psh_dimension_snap_width( PSH_Dimension dimension,
89 FT_Pos width = FT_MulFix( org_width, dimension->scale_mult );
94 for ( n = 0; n < dimension->stdw.count; n++ )
100 w = dimension->stdw.widths[n].cur;
605 globals->dimension[0].stdw.count = 0;
606 globals->dimension[1].stdw.count = 0;
641 PSH_Dimension dim = &globals->dimension[1];
661 PSH_Dimension dim = &globals->dimension[0];
691 globals->dimension[0].scale_mult = 0
    [all...]
  /packages/apps/Launcher2/res/values/
attrs.xml 41 <attr name="cellWidth" format="dimension" />
43 <attr name="cellHeight" format="dimension" />
45 <attr name="longAxisStartPadding" format="dimension" />
47 <attr name="longAxisEndPadding" format="dimension" />
49 <attr name="shortAxisStartPadding" format="dimension" />
51 <attr name="shortAxisEndPadding" format="dimension" />
87 <attr name="ignoreZone" format="dimension" />
  /frameworks/base/docs/html/guide/topics/resources/
layout-resource.jd 39 android:layout_height=["<em>dimension</em>" | "fill_parent" | "wrap_content"]
40 android:layout_width=["<em>dimension</em>" | "fill_parent" | "wrap_content"]
44 android:layout_height=["<em>dimension</em>" | "fill_parent" | "wrap_content"]
45 android:layout_width=["<em>dimension</em>" | "fill_parent" | "wrap_content"]
84 <dd><em>Dimension or keyword</em>. <strong>Required</strong>. The height for the group, as a
85 dimension value (or <a
86 href="more-resources.html#Dimension">dimension resource</a>) or a keyword ({@code "fill_parent"}
90 <dd><em>Dimension or keyword</em>. <strong>Required</strong>. The width for the group, as a
91 dimension value (or <
    [all...]
drawable-resource.jd 303 typically assign this type of image as the background of a View that has at least one dimension set
473 android:top="<em>dimension</em>"
474 android:right="<em>dimension</em>"
475 android:bottom="<em>dimension</em>"
476 android:left="<em>dimension</em>" /&gt;
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
LoadingLayer.java 151 int dimension = 10000 * 0x10000; local
152 int[] vertices = { -dimension, -dimension, 0, dimension, -dimension, 0, -dimension, dimension, 0, dimension, dimension, 0 };
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
gslice.h 52 * dimension of the slice. Size is the number of elements in that
53 * dimension, and stride is the distance in the array between successive
54 * elements in that dimension. Each dimension's size and stride is taken
55 * to begin at an array element described by the previous dimension. The
76 * @param l Array of dimension lengths.
77 * @param s Array of dimension strides between array elements.
100 /// Return array of array strides for each dimension.
  /sdk/files/
devices.xml 17 <d:screen-dimension>
20 </d:screen-dimension>
43 <d:screen-dimension>
46 </d:screen-dimension>
75 <d:screen-dimension>
78 </d:screen-dimension>
108 <d:screen-dimension>
111 </d:screen-dimension>
135 <d:screen-dimension>
138 </d:screen-dimension>
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
ZeroSizedTest.java 28 * Builds the drawing cache of Views of various dimension. The assumption is that
29 * a View with a 0-sized dimension (width or height) will always have a null
47 mWithDimension = activity.findViewById(R.id.dimension);
  /external/oprofile/libop/
op_hw_config.h 16 * use of this variable is for static/local array dimension. Never use it in
  /frameworks/base/media/libeffects/testlibs/
AudioCoefInterpolator.h 40 // respective dimension.
66 // The offset between two consecutive indexes of each dimension. This is in
76 // At each step, we fetch two interpolated values of the current dimension,
78 // linearly interpolate these values over the current dimension.
  /build/tools/droiddoc/src/
TypeInfo.java 24 public TypeInfo(boolean isPrimitive, String dimension,
29 mDimension = dimension;
45 public String dimension() method in class:TypeInfo
153 label += (isLastVararg) ? "..." : dimension();
256 mIsTypeVariable + " Wildcard?: " + mIsWildcard + " Dimension: " + mDimension

Completed in 451 milliseconds

1 2 3 4 5 6 7 8 91011>>