Searched refs:SCALE (Results 1 – 13 of 13) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | wb_vad_c.h | 31 #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/qs/ |
D | SlashDrawable.java | 50 private static final float SCALE = 24f; field in SlashDrawable 53 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()
|
/frameworks/native/libs/ui/ |
D | Transform.cpp | 153 H.mType = (FLIP_H << 8) | SCALE; in set() 161 V.mType = (FLIP_V << 8) | SCALE; in set() 318 mType ^= SCALE; in type() 320 mType ^= SCALE; in type() 322 mType |= SCALE; in type() 439 if (!(type & (SCALE | ROTATE | TRANSLATE))) out.append("IDENTITY "); in dump() 440 if (type & SCALE) out.append("SCALE "); in dump()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DessertCaseView.java | 121 public static final float SCALE = 0.25f; // natural display size will be SCALE*mCellSize field in DessertCaseView 259 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);
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/utilities/ |
D | AnimationProps.java | 43 @IntDef({ALL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, ALPHA, SCALE, BOUNDS}) 51 public static final int SCALE = 5; field in AnimationProps
|
/frameworks/base/telephony/java/android/telephony/ |
D | CbGeoUtils.java | 161 private static final double SCALE = 1000.0; field in CbGeoUtils.Polygon 270 return new Point(x * SCALE, y * SCALE); in convertAndScaleLatLng()
|
/frameworks/native/libs/ui/include/ui/ |
D | Transform.h | 58 SCALE = 0x4, enumerator
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Transform.h | 58 SCALE = 0x4, enumerator
|
/frameworks/native/services/surfaceflinger/ |
D | LayerProtoHelper.cpp | 101 if (type & (ui::Transform::SCALE | ui::Transform::UNKNOWN)) { in writeToProto()
|
D | DisplayDevice.cpp | 268 (!globalTransform.preserveRects() || (type >= ui::Transform::SCALE)); in setProjection()
|
D | Layer.cpp | 899 mNeedsFiltering = (!getActiveTransform(c).preserveRects() || type >= ui::Transform::SCALE); in doTransaction()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskViewTransform.java | 169 animators.add(animation.apply(AnimationProps.SCALE, anim)); in applyToTaskView()
|
/frameworks/base/services/core/java/com/android/server/ |
D | BatteryService.java | 1060 proto.write(BatteryServiceDumpProto.SCALE, BATTERY_SCALE); in dumpProto()
|