Home
last modified time | relevance | path

Searched refs:thousand (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/interface/fingerprint_auth/v1_1/
H A DFingerprintAuthTypes.idl121 /**< Indicates that highlight circle center x-coordinate per thousand to screen width. */
123 /**< Indicates that highlight circle center y-coordinate per thousand to screen height. */
/ohos5.0/drivers/interface/fingerprint_auth/v1_2/
H A DFingerprintAuthTypes.idl123 /**< Indicates that highlight circle center x-coordinate per thousand to screen width. */
125 /**< Indicates that highlight circle center y-coordinate per thousand to screen height. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/foo/fingerprint_auth/v1_1/
H A DFingerprintAuthTypes.idl121 /**< Indicates that highlight circle center x-coordinate per thousand to screen width. */
123 /**< Indicates that highlight circle center y-coordinate per thousand to screen height. */
/ohos5.0/drivers/interface/fingerprint_auth/v2_0/
H A DFingerprintAuthTypes.idl226 /**< Indicates that highlight circle center x-coordinate per thousand to screen width. */
228 /**< Indicates that highlight circle center y-coordinate per thousand to screen height. */
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-numbers-weights-measures.md98 | long | 123 thousand |
113 let formattedNumber2 = numberFormat2.format(123400); // formattedNumber2: 120 thousand
/ohos5.0/docs/zh-cn/application-dev/internationalization/
H A Di18n-numbers-weights-measures.md98 | long | 123 thousand |
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp2133 constexpr int32_t thousand = 1000; in SwipeActionEvent() local
2137 int64_t actionTimeBase = GetSysClockTime() - times * thousand * thousand; in SwipeActionEvent()
2138 int64_t actionTimeStartTimeDis = fingerCount * thousand; in SwipeActionEvent()
2143 actionStartTime[0] = (actionTimeBase - actionTimeStartTimeDis) / thousand; in SwipeActionEvent()