Searched refs:thousand (Results 1 – 7 of 7) sorted by relevance
121 /**< 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. */
123 /**< 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. */
226 /**< 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. */
98 | long | 123 thousand | 113 let formattedNumber2 = numberFormat2.format(123400); // formattedNumber2: 120 thousand
98 | long | 123 thousand |
2133 constexpr int32_t thousand = 1000; in SwipeActionEvent() local2137 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()