HomeSort by relevance Sort by last modified time
    Searched refs:ScreenRotation (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ash/rotator/
screen_rotation.h 29 class ASH_EXPORT ScreenRotation : public ui::LayerAnimationElement {
33 ScreenRotation(int degrees, ui::Layer* layer);
34 virtual ~ScreenRotation();
56 DISALLOW_COPY_AND_ASSIGN(ScreenRotation);
screen_rotation.cc 33 ScreenRotation::ScreenRotation(int degrees, ui::Layer* layer)
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/platform/android/
tcuAndroidUtil.hpp 49 ScreenOrientation mapScreenRotation (ScreenRotation rotation);
tcuAndroidUtil.cpp 80 ScreenOrientation mapScreenRotation (ScreenRotation rotation)
  /external/deqp/framework/common/
tcuCommandLine.hpp 77 enum ScreenRotation
141 ScreenRotation getScreenRotation (void) const;
tcuCommandLine.cpp 70 DE_DECLARE_COMMAND_LINE_OPT(ScreenRotation, tcu::ScreenRotation);
126 static const NamedValue<tcu::ScreenRotation> s_screenRotations[] =
150 << Option<ScreenRotation> (DE_NULL, "deqp-screen-rotation", "Screen rotation for platforms that support it", s_screenRotations, "0")
590 ScreenRotation CommandLine::getScreenRotation (void) const { return m_cmdLine.getOption<opt::ScreenRotation>(); }
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 320 new ash::ScreenRotation(360, active_window->layer())));
    [all...]

Completed in 73 milliseconds