Home
last modified time | relevance | path

Searched refs:level2 (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/
H A DArkShapesImpl.ts18 level2: Length;
37 this.level2 = corners?.level2 ?? baselineCorners.level2;
55 level2: Length;
77 this.level2 = paddings?.level2 ?? baselinePaddings.level2;
H A DArkThemeInternal.d.ts61 level2: Length;
87 level2: Length;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/system/
H A DArkSystemShapes.ts18 level2: Length;
34 this.level2 = ArkResourcesHelper.$r('sys.float.corner_radius_level2');
52 level2: Length;
71 this.level2 = ArkResourcesHelper.$r('sys.float.padding_level2');
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/
H A Dimport.ts100 level2: Length;
126 level2: Length;
293 level2?: Length;
309 level2?: Length;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/test/example/
H A Daudio_opensles_player_test.cpp260 SLmillibel level2 = 0; in OpenSlTestConcurrent() local
261 (*volumeItf2)->GetMaxVolumeLevel(volumeItf2, &level2); in OpenSlTestConcurrent()
263 level2 = (SLmillibel) (level2 / temp); in OpenSlTestConcurrent()
264 (*volumeItf2)->SetVolumeLevel(volumeItf2, level2); in OpenSlTestConcurrent()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_rule.cpp319 int level2 = GetLevel(key2); in CompareLevel() local
320 if (level1 > level2) { in CompareLevel()
322 } else if (level1 < level2) { in CompareLevel()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_v20.md351 | CODEC_HEVC_MAIN_TIER_LEVEL2 | main tier level2 |
352 | CODEC_HEVC_HIGH_TIER_LEVEL2 | high tier level2 |
353 | CODEC_HEVC_MAIN_TIER_LEVEL21 | main tier level2.1 |
354 | CODEC_HEVC_HIGH_TIER_LEVEL21 | high tier level2.1 |
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkTheme.js204 this.level2 = ArkResourcesHelper.$r('sys.float.corner_radius_level2');
222 this.level2 = ArkResourcesHelper.$r('sys.float.padding_level2');
486 …this.level2 = (_c = corners === null || corners === void 0 ? void 0 : corners.level2) !== null && …
505 …this.level2 = (_c = paddings === null || paddings === void 0 ? void 0 : paddings.level2) !== null …
/ohos5.0/base/security/code_signature/services/key_enable/
H A DBUILD.gn107 source = "cfg/enable_xpm/level2/key_enable.cfg"
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp212 …GAP_LeSecMode2Level level2 = static_cast<GAP_LeSecMode2Level>(BleConfig::GetInstance().GetBleModel… in InitBtmAndGap() local
213 ret = GAPIF_LeSetSecurityMode(level1, level2); in InitBtmAndGap()
215 ret = GAPIF_LeSetSecurityMode(LE_MODE_1_LEVEL_3, level2); in InitBtmAndGap()