Searched refs:SCALE (Results 1 – 11 of 11) sorted by relevance
31 #define SCALE 128 /* (UNITY*UNITY)/512 */ macro57 #define THR_MIN (Word16)(1.6*SCALE) /* Minimum threshold */58 #define THR_HIGH (Word16)(6*SCALE) /* Highest threshold */59 #define THR_LOW (Word16)(1.7*SCALE) /* Lowest threshold */64 #define SP_CH_MIN (Word16)(-0.75*SCALE)65 #define SP_CH_MAX (Word16)(0.75*SCALE)74 #define HANG_P2 (Word16)(4*SCALE) /* threshold for shortest hangover */
50 private static final float SCALE = 24f; field in SlashDrawable53 private static final float LEFT = (CENTER_X - (SLASH_WIDTH / 2)) / SCALE;54 private static final float TOP = (CENTER_Y - (SLASH_HEIGHT / 2)) / SCALE;55 private static final float RIGHT = (CENTER_X + (SLASH_WIDTH / 2)) / SCALE;125 final float end = mSlashed ? SLASH_HEIGHT / SCALE : 0f; in setSlashed()126 final float start = mSlashed ? 0f : SLASH_HEIGHT / SCALE; in setSlashed()
144 H.mType = (FLIP_H << 8) | SCALE; in set()152 V.mType = (FLIP_V << 8) | SCALE; in set()309 mType ^= SCALE; in type()311 mType ^= SCALE; in type()313 mType |= SCALE; in type()397 if (!(mType&(SCALE|ROTATE|TRANSLATE))) in dump()399 if (mType&SCALE) in dump()
62 SCALE = 0x4, enumerator
626 (type >= Transform::SCALE)); in setProjection()
1081 mNeedsFiltering = (!c.active.transform.preserveRects() || (type >= Transform::SCALE)); in doTransaction()
121 public static final float SCALE = 0.25f; // natural display size will be SCALE*mCellSize field in DessertCaseView259 setScaleX(SCALE); in onSizeChanged()260 setScaleY(SCALE); in onSizeChanged()261 setTranslationX(0.5f * (mWidth - mCellSize * mColumns) * SCALE); in onSizeChanged()262 setTranslationY(0.5f * (mHeight - mCellSize * mRows) * SCALE); in onSizeChanged()530 final int w2 = (int) (w / mView.SCALE / 2);531 final int h2 = (int) (h / mView.SCALE / 2);
466 private static final float SCALE = 24f; field in SignalDrawable.SlashArtist469 private static final float LEFT = (CENTER_X - (SLASH_WIDTH / 2)) / SCALE;470 private static final float TOP = (CENTER_Y - (SLASH_HEIGHT / 2)) / SCALE;471 private static final float RIGHT = (CENTER_X + (SLASH_WIDTH / 2)) / SCALE;472 private static final float BOTTOM = (CENTER_Y + (SLASH_HEIGHT / 2)) / SCALE;
43 @IntDef({ALL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, ALPHA, SCALE, BOUNDS})51 public static final int SCALE = 5; field in AnimationProps
169 animators.add(animation.apply(AnimationProps.SCALE, anim)); in applyToTaskView()
1025 proto.write(BatteryServiceDumpProto.SCALE, BATTERY_SCALE); in dumpProto()