Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DZoomView.java67 InputStream isForDimensions = getInputStream(); in doInBackground() local
68 if (isForDimensions == null) { in doInBackground()
72 Point imageSize = FilmstripItemUtils.decodeBitmapDimension(isForDimensions); in doInBackground()
74 isForDimensions.close(); in doInBackground()