Searched refs:screen_rotation_ (Results 1 – 4 of 4) sorted by relevance
504 uint32_t screen_rotation = screen_rotation_; in RequestProcessorLoop()658 processor->screen_rotation_ = 270; in onEvent()660 processor->screen_rotation_ = 90; in onEvent()662 processor->screen_rotation_ = 180; in onEvent()664 processor->screen_rotation_ = 0; in onEvent()
100 uint32_t screen_rotation_; variable
87 : screen_rotation_(0), in EmulatedScene()159 screen_rotation_ = screen_rotation; in SetScreenRotation()356 int32_t scene_rotation = ((screen_rotation_ + 360) + sensor_orientation) % 360; in CalculateScene()
103 std::atomic_uint32_t screen_rotation_; variable