Searched refs:CONSTANT (Results 1 – 13 of 13) sorted by relevance
/aosp12/system/teeui/libteeui/example/layout/ |
H A D | touch_button_layout.h | 36 CONSTANT(IconShieldDistanceFromTop, 100_dp); 37 CONSTANT(LabelBorderZone, 4_dp); 38 CONSTANT(RightLabelEdge, RightEdgeOfScreen() - BorderWidth); 39 CONSTANT(LabelWidth, RightLabelEdge - BorderWidth); 40 CONSTANT(ButtonHeight, 72_dp); 41 CONSTANT(ButtonPositionX, 0); 42 CONSTANT(ButtonPositionY, BottomOfScreen() - ButtonHeight); 43 CONSTANT(ButtonWidth, 130_dp); 44 CONSTANT(ButtonLabelDistance, 12_dp);
|
H A D | phys_button_layout.h | 40 CONSTANT(PowerButtonCenter, (PowerButtonTop() + PowerButtonBottom()) / 2_px); 41 CONSTANT(VolUpButtonCenter, (VolUpButtonTop() + VolUpButtonBottom()) / 2.0_px); 42 CONSTANT(GrayZone, 12_dp); 43 CONSTANT(RightLabelEdge, RightEdgeOfScreen() - BorderWidth - GrayZone); 44 CONSTANT(LabelWidth, RightLabelEdge - BorderWidth); 46 CONSTANT(SQRT2, 1.4142135623_dp); 47 CONSTANT(SQRT8, 2.828427125_dp); 49 CONSTANT(ARROW_SHAPE,
|
H A D | common_layout_params.h | 18 CONSTANT(BorderWidth, 24_dp); 24 CONSTANT(DefaultFont, FONT(RobotoRegular));
|
/aosp12/system/chre/build/sys_support/qcom/ |
H A D | uimage.lcs.toolv80 | 127 …GN (CONSTANT (MAXPAGESIZE)) - ((CONSTANT (MAXPAGESIZE) - .) & (CONSTANT (MAXPAGESIZE) - 1)); . = D… 128 . = ALIGN (DEFINED (DATAALIGN) ? (DATAALIGN * 1K) : CONSTANT (MAXPAGESIZE));*/
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | ProgramFragment.java | 83 tmp[idx++] = ProgramParam.CONSTANT.mID; in create()
|
H A D | ProgramVertex.java | 143 tmp[idx++] = ProgramParam.CONSTANT.mID; in create()
|
H A D | ProgramFragmentFixedFunction.java | 68 tmp[idx++] = ProgramParam.CONSTANT.mID; in create()
|
H A D | ProgramVertexFixedFunction.java | 95 tmp[idx++] = ProgramParam.CONSTANT.mID; in create()
|
H A D | Program.java | 66 CONSTANT (2), enumConstant
|
/aosp12/frameworks/compile/mclinker/lib/Script/ |
H A D | ScriptParser.yy | 140 %token CONSTANT 903 | CONSTANT '(' MAXPAGESIZE ')' 909 | CONSTANT '(' COMMONPAGESIZE')'
|
H A D | ScriptScanner.ll | 129 <EXPRESSION>"CONSTANT" { return token::CONSTANT; }
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | utils.h | 1006 #define CONSTANT(name, value) static constexpr const auto name = value
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 49403 Landroid/renderscript/Program$ProgramParam;->CONSTANT:Landroid/renderscript/Program$ProgramParam;
|