OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_rotation
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/wm/maximize_mode/
maximize_mode_controller.cc
291
gfx::Display::Rotation
current_rotation
= display_manager->GetDisplayInfo(
local
313
if (
current_rotation
== gfx::Display::ROTATE_0)
315
else if (
current_rotation
== gfx::Display::ROTATE_90)
317
else if (
current_rotation
== gfx::Display::ROTATE_180)
339
if (new_rotation !=
current_rotation
)
367
gfx::Display::Rotation
current_rotation
= display_manager->
local
369
if (
current_rotation
!= user_rotation_)
/frameworks/base/tools/orientationplot/
orientationplot.py
137
self.
current_rotation
= self._make_timeseries()
322
self._append(self.
current_rotation
, timeindex, self.parse_current_rotation)
352
self._scroll(self.
current_rotation
, bottom)
372
self.current_rotation_line.set_data(self.
current_rotation
)
/hardware/intel/img/psb_video/src/x11/
psb_xvva.c
308
Rotation
current_rotation
;
311
XRRConfigCurrentConfiguration(scrn_cfg, &
current_rotation
);
313
return (
current_rotation
& 0x0f);
Completed in 196 milliseconds