Home
last modified time | relevance | path

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

/packages/apps/DevCamera/src/com/android/devcamera/
DApi2Camera.java187 if (null != mCameraInfoCache.getDepthCloudSize()) { in Api2Camera()
218 mCameraInfoCache.getDepthCloudSize().getWidth(), in InitializeAllTheThings()
219 mCameraInfoCache.getDepthCloudSize().getHeight(), in InitializeAllTheThings()
DCameraInfoCache.java296 public Size getDepthCloudSize() { in getDepthCloudSize() method in CameraInfoCache