Searched defs:SCALE (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DTransform.h58 SCALE = 0x4, enumerator in enum:android::Transform::type_mask
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dwb_vad_c.h31 #define SCALE 128 /* (UNITY*UNITY)/512 */ macro
57 #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 */
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DAnimationProps.java43 @IntDef({ALL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, ALPHA, SCALE, BOUNDS})
51 public static final int SCALE = 5; field in class:AnimationProps
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java121 public static final float SCALE = 0.25f; // natural display size will be SCALE*mCellSize field in class:DessertCaseView
259 setScaleX(SCALE);
260 setScaleY(SCALE);
261 setTranslationX(0.5f * (mWidth - mCellSize * mColumns) * SCALE);
262 setTranslationY(0.5f * (mHeight - mCellSize * mRows) * SCALE);
530 final int w2 = (int) (w / mView.SCALE / 2);
531 final int h2 = (int) (h / mView.SCALE / 2);

Completed in 1032 milliseconds