OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScreenRotation
(Results
1 - 3
of
3
) 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
();
59
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) {
125
ScreenRotation
::GetProperties()
[
all
...]
/external/chromium_org/ash/accelerators/
accelerator_controller.cc
366
new ash::
ScreenRotation
(360, active_window->layer())));
[
all
...]
Completed in 1996 milliseconds