HomeSort by relevance Sort by last modified time
    Searched defs:newRotation (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 306 int newRotation = ((WindowManager) getSystemService(WINDOW_SERVICE)).
310 boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation;
318 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 360 milliseconds