Searched defs:ScreenRotation (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/rotator/
H A Dscreen_rotation.h29 class ASH_EXPORT ScreenRotation : public ui::LayerAnimationElement { class in namespace:ash
33 ScreenRotation(int degrees, ui::Layer* layer);
34 virtual ~ScreenRotation();
56 DISALLOW_COPY_AND_ASSIGN(ScreenRotation);
H A Dscreen_rotation.cc33 ScreenRotation::ScreenRotation(int degrees, ui::Layer* layer) function in class:ash::ScreenRotation
40 ScreenRotation::~ScreenRotation() {
43 void ScreenRotation::InitTransform(ui::Layer* layer) {
107 void ScreenRotation::OnStart(ui::LayerAnimationDelegate* delegate) {
110 bool ScreenRotation::OnProgress(double t,
116 void ScreenRotation::OnGetTarget(TargetValue* target) const {
120 void ScreenRotation::OnAbort(ui::LayerAnimationDelegate* delegate) {
/external/deqp/framework/common/
H A DtcuCommandLine.hpp77 enum ScreenRotation enum in namespace:tcu
141 ScreenRotation getScreenRotation (void) const;

Completed in 103 milliseconds