OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proposed_rotation
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/src/drivers/window_orientation/
window_orientation.c
103
int8_t
proposed_rotation
;
member in struct:WindowOrientationTask
227
mTask.
proposed_rotation
= -1;
341
int8_t old_proposed_rotation,
proposed_rotation
;
local
469
old_proposed_rotation = mTask.
proposed_rotation
;
473
mTask.
proposed_rotation
= mTask.predicted_rotation;
475
proposed_rotation
= mTask.
proposed_rotation
;
477
if ((
proposed_rotation
!= old_proposed_rotation)
478
&& (
proposed_rotation
>= 0)) {
479
mTask.current_rotation =
proposed_rotation
;
[
all
...]
/frameworks/base/tools/orientationplot/
orientationplot.py
138
self.
proposed_rotation
= self._make_timeseries()
324
self._append(self.
proposed_rotation
, timeindex, self.parse_proposed_rotation)
326
self._append(self.
proposed_rotation
, timeindex, None)
353
self._scroll(self.
proposed_rotation
, bottom)
373
self.proposed_rotation_line.set_data(self.
proposed_rotation
)
Completed in 595 milliseconds