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
132
int8_t
proposed_rotation
;
member in struct:WindowOrientationTask
280
mTask.
proposed_rotation
= -1;
396
int8_t old_proposed_rotation,
proposed_rotation
;
local
532
old_proposed_rotation = mTask.
proposed_rotation
;
536
mTask.
proposed_rotation
= mTask.predicted_rotation;
538
proposed_rotation
= mTask.
proposed_rotation
;
540
if ((
proposed_rotation
!= old_proposed_rotation)
541
&& (
proposed_rotation
>= 0)) {
542
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 51 milliseconds