OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newRotation
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java
305
int
newRotation
= ((WindowManager) getSystemService(WINDOW_SERVICE)).
309
boolean redrawNeeded = surfaceDimensionsChanged ||
newRotation
!= mLastRotation;
317
mLastRotation =
newRotation
;
/hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp
942
int
newRotation
= params.getInt(CameraParameters::KEY_ROTATION);
943
ALOGV("DEBUG(%s):
newRotation
%d", __func__,
newRotation
);
944
if (0 <=
newRotation
) {
945
ALOGV("DEBUG(%s):set orientation:%d", __func__,
newRotation
);
946
if (m_secCamera->setRotation(
newRotation
) == false) {
947
ALOGE("ERR(%s):Fail on m_secCamera->setRotation(%d)", __func__,
newRotation
);
950
m_params.set(CameraParameters::KEY_ROTATION,
newRotation
);
[
all
...]
/frameworks/base/media/java/android/media/
AudioService.java
[
all
...]
Completed in 3357 milliseconds