Home
last modified time | relevance | path

Searched refs:mActiveArea (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DevCamera/src/com/android/devcamera/
DCameraInfoCache.java47 private Rect mActiveArea; field in CameraInfoCache
105mActiveArea = mCameraCharacteristics.get(CameraCharacteristics.SENSOR_INFO_ACTIVE_ARRAY_SIZE); in CameraInfoCache()
232 return (mActiveArea.width() - mLargestYuvSize.getWidth()) / 2; in faceOffsetX()
236 return (mActiveArea.height() - mLargestYuvSize.getHeight()) / 2; in faceOffsetY()
240 return mActiveArea.width(); in activeAreaWidth()
244 return mActiveArea.height(); in activeAreaHeight()
248 return mActiveArea; in getActiveAreaRect()