Home
last modified time | relevance | path

Searched refs:cachedRotation_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/dock/
H A Drotate_input_device.cpp33 : rotateStart_(false), threshold_(ROTATE_INPUT_THRESHOLD), cachedRotation_(0), zeroCount_(0) in RotateInputDevice()
41 cachedRotation_ = 0; in DispatchEvent()
43 cachedRotation_ += data.rotate; in DispatchEvent()
44 if (MATH_ABS(cachedRotation_) >= threshold_) { in DispatchEvent()
/foundation/arkui/ui_lite/interfaces/innerkits/dock/
H A Drotate_input_device.h41 int16_t cachedRotation_; member in OHOS::RotateInputDevice
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_slider.cpp38 cachedRotation_ = 0; in UISlider()
365 cachedRotation_ += event.GetRotate() * rotateFactor_; in OnRotateEvent()
366 realRotation = static_cast<int32_t>(cachedRotation_); in OnRotateEvent()
370 cachedRotation_ = 0; in OnRotateEvent()
398 cachedRotation_ = 0; in OnRotateEndEvent()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_slider.h351 float cachedRotation_; member in OHOS::UISlider

Completed in 2 milliseconds