Home
last modified time | relevance | path

Searched defs:scale (Results 26 – 50 of 898) sorted by relevance

12345678910>>...36

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_effect.cpp33 … fadeController_->SetCallback([weakFade = AceType::WeakClaim(this)](double opacity, double scale) { in ResetFadeEffect()
142 … fadeController_->SetCallback([weakFade = AceType::WeakClaim(this)](double opacity, double scale) { in HandleOverScroll()
161 void ScrollFadeEffect::SetOpacityAndScale(float opacity, float scale) in SetOpacityAndScale()
/aosp12/frameworks/base/libs/hwui/jni/
H A DNinePatchPeeker.cpp51 static void scaleDivRange(int32_t* divs, int count, float scale, int maxValue) { in scaleDivRange()
75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale() function in NinePatchPeeker
/ohos5.0/foundation/arkui/ace_engine/test/mock/adapter/
H A Dmock_mmi_event_convertor.cpp20 const NG::VectorF& scale, int32_t udegree) in CalculatePointerEvent()
23 const NG::VectorF& scale, const int32_t udegree) in CalculateWindowCoordinate()
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/motion/
H A DLinearScale.java37 float scale = (mRangeB - mRangeA) / (mDomainB - mDomainA); in LinearScale() local
65 public float scale(float domainValue) { in scale() method in LinearScale
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dutil_modifier.cpp28 auto scale = 0.0; in GetFontScale() local
39 auto scale = 0.0; in GetDesignWidthScale() local
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationScaler.java97 public <T extends VibrationEffect> T scale(VibrationEffect effect, int usageHint) { in scale() method in VibrationScaler
102 ScaleLevel scale = mScaleLevels.get(currentIntensity - defaultIntensity); in scale() local
122 public PrebakedSegment scale(PrebakedSegment prebaked, int usageHint) { in scale() method in VibrationScaler
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dfill_types_persp.cpp60 float scale = param.scale; in ShowPath() local
78 void FillTypePersp::ShowFour(OH_Drawing_Canvas* canvas, float scale, bool aa) in ShowFour()
145 float scale = 5.0 / 4; // 5.0 / 4 ShowFour 参数 in OnTestFunction() local
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java97 public static int computeSampleSizeLarger(float scale) { in computeSampleSizeLarger()
107 public static int computeSampleSize(float scale) { in computeSampleSize()
116 Bitmap bitmap, float scale, boolean recycle) { in resizeBitmapByScale()
142 float scale = Math.min( in resizeDownBySideLength() local
155 float scale = (float) size / Math.min(w, h); in resizeAndCropCenter() local
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBitmapUtils.java97 public static int computeSampleSizeLarger(float scale) { in computeSampleSizeLarger()
107 public static int computeSampleSize(float scale) { in computeSampleSize()
116 Bitmap bitmap, float scale, boolean recycle) { in resizeBitmapByScale()
142 float scale = Math.min( in resizeDownBySideLength() local
155 float scale = (float) size / Math.min(w, h); in resizeAndCropCenter() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/
H A Daging_adapation_dialog_util.cpp45 float scale = context->GetFontScale(); in ShowLongPressDialog() local
97 float scale = context->GetFontScale(); in ShowLongPressDialog() local
136 float scale = context->GetFontScale(); in CreateCustomDialog() local
180 float scale = context->GetFontScale(); in CreateDialogTextNode() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dsub_quantized_different_scales.mod.py19 def dequantize(x, scale, offset): argument
22 def quantize(x, scale, offset): argument
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dscaling_tab.cpp50 const int32 scale[63] = {0, 262145, 131073, 87382, 65537, 52430, 43692, 37450, 32769, 29128, variable
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationConnectionImpl.java52 public void enableWindowMagnification(int displayId, float scale, float centerX, in enableWindowMagnification()
60 public void setScale(int displayId, float scale) { in setScale()
114 void onPerformScaleAction(int displayId, float scale) { in onPerformScaleAction()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp66 …Xform RSParticlesDrawable::MakeRSXform(Vector2f center, Vector2f position, float spin, float scale) in MakeRSXform()
76 … const std::shared_ptr<RSRenderParticle>& particle, Vector2f position, float opacity, float scale) in CaculatePointAtlsArry()
96 … const std::shared_ptr<RSRenderParticle>& particle, Vector2f position, float opacity, float scale) in CaculateImageAtlsArry()
139 Vector2f position, float opacity, float scale) in DrawImageFill()
179 float scale = particle->GetScale(); in Draw() local
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DBrightnessCorrection.java76 public static BrightnessCorrection createScaleAndTranslateLog(float scale, float translate) { in createScaleAndTranslateLog()
215 ScaleAndTranslateLog(float scale, float translate) { in ScaleAndTranslateLog()
269 float scale = in.readFloat(); in readFromParcel() local
276 final float scale = loadFloatFromXml(parser, ATTR_SCALE); in loadFromXml() local
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DIWindowMagnificationConnection.aidl43 void enableWindowMagnification(int displayId, float scale, float centerX, float centerY, in enableWindowMagnification()
52 void setScale(int displayId, float scale); in setScale()
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DAnimatorDurationScalePreferenceController.java80 float scale = newValue != null ? Float.parseFloat(newValue.toString()) : DEFAULT_VALUE; in writeAnimationScaleOption() local
90 final float scale = mWindowManager.getAnimationScale(ANIMATOR_DURATION_SCALE_SELECTOR); in updateAnimationScaleValue() local
H A DTransitionAnimationScalePreferenceController.java82 float scale = newValue != null ? Float.parseFloat(newValue.toString()) : DEFAULT_VALUE; in writeAnimationScaleOption() local
92 final float scale = mWindowManager.getAnimationScale( in updateAnimationScaleValue() local
H A DWindowAnimationScalePreferenceController.java81 float scale = newValue != null ? Float.parseFloat(newValue.toString()) : DEFAULT_VALUE; in writeAnimationScaleOption() local
91 final float scale = mWindowManager.getAnimationScale(WINDOW_ANIMATION_SCALE_SELECTOR); in updateAnimationScaleValue() local
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/
H A DImageToPdfTask.java89 float scale; in writeBitmapToPage() local
116 float scale; in drawDirect() local
141 private void drawOptimized(PdfDocument.Page page, RectF extent, float scale, boolean rotate) { in drawOptimized()
/aosp12/frameworks/base/core/java/android/view/
H A DMagnificationSpec.java31 public float scale = 1.0f; field in MagnificationSpec
45 public void initialize(float scale, float offsetX, float offsetY) { in initialize()
H A DIWindowSessionCallback.aidl26 void onAnimatorScaleChanged(float scale); in onAnimatorScaleChanged()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DIconFactory.java42 boolean scale) { in createIcon()
69 public static void drawIcon(Bitmap dest, Bitmap sourceImage, boolean scale) { in drawIcon()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/states/
H A DSpringLoadedState.java56 float scale = grid.workspaceSpringLoadShrinkFactor; in getWorkspaceScaleAndTranslation() local
60 float scale = grid.workspaceSpringLoadShrinkFactor; in getWorkspaceScaleAndTranslation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_utils.cpp52 auto scale = props->GetLayoutConstraint()->scaleProperty; in GetRowGap() local
58 auto scale = props->GetLayoutConstraint()->scaleProperty; in GetColumnGap() local

12345678910>>...36