/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ValueCompleter.java | 26 import static com.android.ide.common.api.IAttributeInfo.Format.DIMENSION; 53 * values, as well as dimension units. 72 // TODO: If the user is typing in a number, or a number plus a prefix of a dimension unit, 73 // then propose that number plus the completed dimension unit (using sp for text, dp 85 && (formats.contains(DIMENSION) 99 if (formats.contains(Format.DIMENSION)) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
ShaderUniformDetailsProvider.java | 128 private String formatMatrix(int dimension, Object value) { 131 if (list.size() != dimension * dimension) { 140 for (int i = 0; i < dimension; i++) { 142 JOINER.appendTo(sb, list.subList(i * dimension, (i + 1) * dimension));
|
/sdk/files/ |
devices.xml | 16 <d:x-dimension>480</d:x-dimension> 17 <d:y-dimension>800</d:y-dimension> 91 <d:x-dimension>480</d:x-dimension> 92 <d:y-dimension>800</d:y-dimension> 204 <d:x-dimension>720</d:x-dimension> [all...] |
/external/freetype/src/pshinter/ |
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; 627 globals->dimension[0].stdw.count = 0; 628 globals->dimension[1].stdw.count = 0; 663 PSH_Dimension dim = &globals->dimension[1]; 683 PSH_Dimension dim = &globals->dimension[0]; 738 globals->dimension[0].scale_mult = 0 [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
drawable-resource.jd | 310 typically assign this type of image as the background of a View that has at least one dimension set 480 android:top="<em>dimension</em>" 481 android:right="<em>dimension</em>" 482 android:bottom="<em>dimension</em>" 483 android:left="<em>dimension</em>" /> [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_omx_jpeg_encoder.c | 360 format_cam2jpeg(encode_params->dimension->main_img_format); 362 format_cam2jpeg(encode_params->dimension->thumb_format); 454 bufferoffset.width = encode_params->dimension->orig_picture_dx; 455 bufferoffset.height = encode_params->dimension->orig_picture_dy; 486 inputPort->format.image.nFrameWidth = encode_params->dimension->orig_picture_dx; 487 inputPort->format.image.nFrameHeight = encode_params->dimension->orig_picture_dy; 488 inputPort->format.image.nStride = encode_params->dimension->orig_picture_dx; 489 inputPort->format.image.nSliceHeight = encode_params->dimension->orig_picture_dy; 493 encode_params->dimension->thumbnail_width; 495 encode_params->dimension->thumbnail_height [all...] |
/external/chromium_org/third_party/freetype/src/autofit/ |
afhints.c | 252 FT_Int dimension; local 255 for ( dimension = 1; dimension >= 0; dimension-- ) 257 AF_AxisHints axis = &hints->axis[dimension]; 266 dimension == AF_DIMENSION_HORZ ? "vertical" 280 dimension == AF_DIMENSION_HORZ 307 FT_Int dimension, 314 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT; 333 FT_Int dimension, 371 FT_Int dimension; local [all...] |
/frameworks/support/v17/leanback/res/values/ |
attrs.xml | 26 <attr name="horizontalMargin" format="dimension" /> 28 <attr name="verticalMargin" format="dimension" /> 35 <attr name="rowHeight" format="dimension" > 44 <attr name="columnWidth" format="dimension" > 179 <attr name="resizedTextSize" format="dimension" /> 183 <attr name="resizedPaddingAdjustmentTop" format="dimension" /> 185 <attr name="resizedPaddingAdjustmentBottom" format="dimension" /> 191 <attr name="browsePaddingStart" format="dimension" /> 193 <attr name="browsePaddingEnd" format="dimension" /> 195 <attr name="browsePaddingTop" format="dimension" /> [all...] |
/frameworks/support/v7/palette/src/android/support/v7/graphics/ |
ColorCutQuantizer.java | 35 * The color space is represented as a 3-dimensional cube with each dimension being an RGB 244 * Split this color box at the mid-point along it's longest dimension 253 // find median along the longest dimension 266 * @return the dimension which this box is largest in 285 * This is calculated by finding the longest color dimension, and then sorting the 286 * sub-array based on that dimension value in each color. The colors are then iterated over 287 * until a color is found with at least the midpoint of the whole box's dimension midpoint. 294 // We need to sort the colors in this box based on the longest color dimension. 296 // it's most significant is the desired dimension 359 * @return the midpoint of this box in the given {@code dimension} [all...] |
/prebuilts/sdk/current/support/v17/leanback/res/values/ |
attrs.xml | 26 <attr name="horizontalMargin" format="dimension" /> 28 <attr name="verticalMargin" format="dimension" /> 35 <attr name="rowHeight" format="dimension" > 44 <attr name="columnWidth" format="dimension" > 179 <attr name="resizedTextSize" format="dimension" /> 183 <attr name="resizedPaddingAdjustmentTop" format="dimension" /> 185 <attr name="resizedPaddingAdjustmentBottom" format="dimension" /> 191 <attr name="browsePaddingStart" format="dimension" /> 193 <attr name="browsePaddingEnd" format="dimension" /> 195 <attr name="browsePaddingTop" format="dimension" /> [all...] |
/external/eigen/Eigen/src/Geometry/ |
Umeyama.h | 73 * \f$d\f$ is corresponding to the dimension (which is typically small). 77 * the input point sets have dimension \f$d \times m\f$. 106 enum { Dimension = EIGEN_SIZE_MIN_PREFER_DYNAMIC(Derived::RowsAtCompileTime, OtherDerived::RowsAtCompileTime) }; 108 typedef Matrix<Scalar, Dimension, 1> VectorType; 109 typedef Matrix<Scalar, Dimension, Dimension> MatrixType; 112 const Index m = src.rows(); // dimension
|
/frameworks/volley/src/com/android/volley/toolbox/ |
ImageRequest.java | 55 * its natural size. If one of the two is nonzero, that dimension will be 88 * @param maxPrimary Maximum size of the primary dimension (i.e. width for 90 * dimension 91 * @param maxSecondary Maximum size of the secondary dimension, or zero to 92 * maintain aspect ratio with primary dimension 93 * @param actualPrimary Actual size of the primary dimension 94 * @param actualSecondary Actual size of the secondary dimension
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
BuildResults.java | 128 * Return the number of stored values for the default dimension 130 * @return the number of stored values for the default dimension 140 * Return the number of stored values for the given dimension. 142 * @param dim_id The id of the dimension (see {@link Dim#getId()}) 143 * @return the number of stored values for the given dimension 187 * Returns the standard deviation of the default dimension computed 200 * Returns the standard deviation of the given dimension computed 203 * @param dim_id The id of the dimension (see {@link Dim#getId()}) 240 * Return the index of the dimension corresponding to the given 241 * dimension id (see {@link Dim#getId()} 460 Dim dimension = (Dim) PerformanceTestPlugin.getDimension(dim_id); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_dump.c | 102 if (src->Register.Dimension) { 103 if (src->Dimension.Indirect) { 110 if (src->Dimension.Index != 0) { 111 if (src->Dimension.Index > 0) 113 SID( src->Dimension.Index ); 118 SID(src->Dimension.Index); 149 if (dst->Register.Dimension) { 150 if (dst->Dimension.Indirect) { 157 if (dst->Dimension.Index != 0) { 158 if (dst->Dimension.Index > 0 [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_dump.c | 102 if (src->Register.Dimension) { 103 if (src->Dimension.Indirect) { 110 if (src->Dimension.Index != 0) { 111 if (src->Dimension.Index > 0) 113 SID( src->Dimension.Index ); 118 SID(src->Dimension.Index); 149 if (dst->Register.Dimension) { 150 if (dst->Dimension.Indirect) { 157 if (dst->Dimension.Index != 0) { 158 if (dst->Dimension.Index > 0 [all...] |
/cts/tests/app/res/values/ |
attrs.xml | 39 <attr name="type5" format="dimension"/> 40 <attr name="type6" format="dimension"/> 41 <attr name="type7" format="dimension"/> 89 <!-- Size of text. Recommended dimension type for text is "sp" for scaled-pixels (example: 15sp). 98 <attr name="textSize" format="dimension" />
|
/cts/tests/tests/content/res/values/ |
attrs.xml | 39 <attr name="type5" format="dimension"/> 40 <attr name="type6" format="dimension"/> 41 <attr name="type7" format="dimension"/> 89 <!-- Size of text. Recommended dimension type for text is "sp" for scaled-pixels (example: 15sp). 98 <attr name="textSize" format="dimension" />
|
/cts/tests/tests/graphics/res/values/ |
attrs.xml | 39 <attr name="type5" format="dimension"/> 40 <attr name="type6" format="dimension"/> 41 <attr name="type7" format="dimension"/> 89 <!-- Size of text. Recommended dimension type for text is "sp" for scaled-pixels (example: 15sp). 98 <attr name="textSize" format="dimension" />
|
/cts/tests/tests/text/res/values/ |
attrs.xml | 39 <attr name="type5" format="dimension"/> 40 <attr name="type6" format="dimension"/> 41 <attr name="type7" format="dimension"/> 89 <!-- Size of text. Recommended dimension type for text is "sp" for scaled-pixels (example: 15sp). 98 <attr name="textSize" format="dimension" />
|
/cts/tests/tests/view/res/values/ |
attrs.xml | 39 <attr name="type5" format="dimension"/> 40 <attr name="type6" format="dimension"/> 41 <attr name="type7" format="dimension"/> 89 <!-- Size of text. Recommended dimension type for text is "sp" for scaled-pixels (example: 15sp). 98 <attr name="textSize" format="dimension" />
|
/cts/tests/tests/widget/res/values/ |
attrs.xml | 39 <attr name="type5" format="dimension"/> 40 <attr name="type6" format="dimension"/> 41 <attr name="type7" format="dimension"/> 89 <!-- Size of text. Recommended dimension type for text is "sp" for scaled-pixels (example: 15sp). 98 <attr name="textSize" format="dimension" />
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
mm_jpeg_interface.h | 95 /* src img dimension */ 98 /* jpeg output dimension */ 148 /* thumbnail dimension */ 157 /* main image dimension */ 201 /* main image dimension */
|
/frameworks/rs/cpp/ |
Type.cpp | 130 ALOGE("Values of less than 1 for Dimension X are not valid."); 137 ALOGE("Values of less than 1 for Dimension Y are not valid."); 144 ALOGE("Values of less than 1 for Dimension Z are not valid."); 174 ALOGE("Both X and Y dimension required when Z is present."); 182 ALOGE("X dimension required when Y is present.");
|
/device/asus/flo/camera/QCamera2/stack/common/ |
mm_jpeg_interface.h | 87 /* src img dimension */ 90 /* jpeg output dimension */ 143 /* main image dimension */
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
entropy.h | 62 /* Outside dimension. 0 = Y no DC, 1 = Y2, 2 = UV, 3 = Y with DC */ 66 /* Middle dimension is a coarsening of the coefficient's 72 /* Inside dimension is 3-valued measure of nearby complexity, that is,
|