Home
last modified time | relevance | path

Searched defs:effect (Results 126 – 150 of 207) sorted by relevance

123456789

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_model_impl.cpp120 const std::pair<bool, Dimension>& width, EdgeEffect effect) in InitScrollBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp235 auto effect = Rosen::RSTransitionEffect::Create(); in OnRSTransition() local
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dvibrator_thread.cpp105 std::string effect = info.effect; in PlayEffect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_page_transition.cpp84 auto effect = info[0]->ToNumber<int32_t>(); in Slide() local
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_haptic.c187 uint32_t effect; in ProcessHapticEffect() local
H A Dvibrator_driver.c165 const char *effect = NULL; in StartEffect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_transition_effect.cpp85 void RosenTransitionEffect::CombineWith(const RefPtr<RosenTransitionEffect>& effect) in CombineWith()
109 const RefPtr<NG::ChainedTransitionEffect>& effect) in ConvertToRosenTransitionEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp381 const std::shared_ptr<ShaderEffect> effect = ShaderEffect::CreateColorShader(0); variable
398 const std::shared_ptr<PathEffect> effect = PathEffect::CreateCornerPathEffect(10); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.h141 void SetStateEffect(bool effect) in SetStateEffect()
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp153 int32_t VibratorInterfaceImpl::EnableCompositeEffect(const HdfCompositeEffectVdi &effect) in EnableCompositeEffect()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp179 aidl::CompositeEffect effect; in effectFromJavaPrimitive() local
266 static jlong vibratorPerformEffect(JNIEnv* env, jclass /* clazz */, jlong ptr, jlong effect, in vibratorPerformEffect()
340 jlong effect, jlong strength) { in vibratorAlwaysOnEnable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_transitioneffect.h141 RefPtr<NG::ChainedTransitionEffect> effect; variable
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp231 HdfCompositeEffect effect; in BENCHMARK_F() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Daudio_service_unit_test.cpp197 Effect effect = {}; variable
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp235 int32_t VibratorIfService::EnableCompositeEffect(const HdfCompositeEffect &effect) in EnableCompositeEffect()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Drender_resource_cache.h85 void AddEffect(std::string name, RenderEffectBasePtr effect) in AddEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene.cpp297 auto effect = AceType::MakeRefPtr<ChainedOpacityEffect>(config.opacityEnd_); in BufferAvailableCallback() local
346 auto effect = AceType::MakeRefPtr<ChainedOpacityEffect>(0); in BufferAvailableCallbackForBlank() local
/aosp14/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp268 const auto& effect = in findNearestStretchEffect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_transition_effect.cpp40 RefPtr<SharedTransitionEffect> effect; in GetSharedTransitionEffect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_implicit_animator_test.cpp106 auto effect = std::make_shared<RSTransitionEffect>(); in HWTEST_F() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_text_blob.cpp166 const std::shared_ptr<PathEffect> effect = drawingPaint->GetPathEffect(); in ConvertSkPaint() local
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationManager.java2257 final int effect = ALL_SUPPRESSED_EFFECTS[i]; in areAllVisualEffectsSuppressed() local
2267 final int effect = effects[i]; in toggleEffects() local
2281 final int effect = ALL_SUPPRESSED_EFFECTS[i]; in suppressedEffectsToString() local
2313 private static String effectToString(int effect) { in effectToString()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DVolumeDialogController.java48 void vibrate(VibrationEffect effect); in vibrate()
/aosp14/frameworks/base/libs/hwui/effects/
H A DGainmapRenderer.cpp149 static const SkRuntimeEffect* effect = []() -> SkRuntimeEffect* { in gainmap_apply_effect() local
/aosp14/frameworks/base/core/proto/android/server/vibrator/
H A Dvibratormanagerservice.proto94 optional CombinedVibrationEffectProto effect = 3; field

123456789