/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_adapt_font_sizer.cpp | 37 double stepSize = 0.0; in AdaptMaxFontSize() local 82 double stepSize = 0.0; in AdaptMinFontSize() local 108 void TextAdaptFontSizer::GetAdaptFontSizeStep(const TextStyle& textStyle, double& stepSize, const D… in GetAdaptFontSizeStep()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
H A D | probability_utils.h | 47 const float stepSize = static_cast<float>(MAX_PROBABILITY - unigramProbability) in computeProbabilityForBigram() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_model_ng.h | 26 …RatingConfiguration(int32_t starNum, bool isIndicator, double rating, double stepSize, bool enable… in RatingConfiguration()
|
H A D | rating_pattern.cpp | 274 const double stepSize = ratingRenderProperty->GetStepSize().value_or(themeStepSize_); in ConstrainsRatingScore() local 313 const double stepSize = ratingRenderProperty->GetStepSizeValue(themeStepSize_); in RecalculatedRatingScoreBasedOnEventPoint() local 555 const double stepSize = ratingRenderProperty->GetStepSizeValue(themeStepSize_); in OnKeyEvent() local 918 auto stepSize = renderProperty->GetStepSizeValue(themeStepSize_); in BuildContentModifierNode() local
|
H A D | rating_modifier.h | 134 void SetStepSize(double stepSize) in SetStepSize()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-rating.md | 52 ### stepSize subsection
|
/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/interfaces/ |
H A D | slide_window_processor.h | 57 size_t stepSize; member
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-rating.md | 51 ### stepSize subsection
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RatingBar.java | 101 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1); in RatingBar() local 227 public void setStepSize(float stepSize) { in setStepSize()
|
/aosp12/frameworks/wilhelm/tests/mimeUri/ |
H A D | slesTestSlowDownUri.cpp | 71 SLpermille minRate, maxRate, stepSize, rate = 1000; in PlayEventCallback() local 306 SLpermille minRate, maxRate, stepSize; in TestSlowDownUri() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_paint_method.cpp | 52 auto stepSize = paintProperty->GetStepSizeValue(sliderTheme->GetMarkerSize()); in UpdateContentModifier() local
|
H A D | slider_content_modifier.cpp | 208 auto stepSize = stepSize_->Get(); in DrawStep() local 509 auto stepSize = stepSize_->Get(); in GetTrackRect() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | fillp_buf_item.c | 55 int FillpAskMoreBufItem(void *pool, int stepSize, int throttleGrow) in FillpAskMoreBufItem()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_rating_ffi.cpp | 49 double stepSize = LessNotEqual(value, stepSizeMin) ? STEPS_DEFAULT : value; in FfiOHOSAceFrameworkRatingSetStepSize() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | property.h | 95 std::shared_ptr<Value> stepSize; variable
|
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/ |
H A D | pcm_iterator.cpp | 48 int32_t PCMIterator::Init(size_t stepSize, size_t windowSize) in Init()
|
H A D | kws_sdk_impl.cpp | 221 size_t stepSize = (DEFAULT_SLIDE_STEP_SIZE / DEFAULT_MFCC_NUM_CHANNELS) * mfccConfig.slideSize; in InitComponents() local
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
H A D | Camera2CaptureRequestTest.java | 333 double stepSize = range / (double)DEFAULT_NUM_EXPOSURE_TIME_STEPS; in getExposureTimeTestValues() local 358 int stepSize = DEFAULT_SENSITIVITY_STEP_SIZE; in getSensitivityTestValues() local
|
/aosp12/frameworks/wilhelm/src/itf/ |
H A D | IPlaybackRate.cpp | 166 SLpermille stepSize = thiz->mStepSize; in IPlaybackRate_GetRateRange() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | dympool.c | 176 int DympAskMoreMemory(DympoolType *pool, int stepSize, int throttleGrow) in DympAskMoreMemory()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | EffectLayer_test.cpp | 159 const auto stepSize = 1; in TEST_F() local
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
H A D | BinaryDictIOUtils.java | 287 final float stepSize = (FormatSpec.MAX_TERMINAL_FREQUENCY - unigramFrequency) in reconstructBigramFrequency() local
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
H A D | CarAudioDeviceInfoTest.java | 271 GainBuilder setStepSize(int stepSize) { in setStepSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | rating_component.h | 79 void SetStepSize(double stepSize) in SetStepSize()
|
/aosp12/packages/services/Car/service/src/com/android/car/audio/ |
H A D | CarVolumeGroup.java | 76 private CarVolumeGroup(int zoneId, int id, CarAudioSettings settingsManager, int stepSize, in CarVolumeGroup()
|