OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defaultorientation
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/jni/
android_hardware_Camera.cpp
583
int
defaultOrientation
= 0;
589
defaultOrientation
= 180;
593
defaultOrientation
= 180;
597
defaultOrientation
= 180;
604
if (
defaultOrientation
!= 0) {
605
ALOGV("Setting default display orientation to %d",
defaultOrientation
);
607
defaultOrientation
, 0);
[
all
...]
Completed in 376 milliseconds