Searched refs:mSupportedPictureSizes (Results 1 – 2 of 2) sorted by relevance
885 Size currentPictureSize = mSupportedPictureSizes.itemAt( in postData()1738 mParams.getSupportedPictureSizes(mSupportedPictureSizes); in openCamera()1741 mCurrentPictureSizeIdx = mSupportedPictureSizes.size() / 2; in openCamera()1858 Size currentPictureSize = mSupportedPictureSizes.itemAt( in startPreview()2588 mCurrentPictureSizeIdx %= mSupportedPictureSizes.size(); in nextPictureSize()2589 Size pictureSize = mSupportedPictureSizes.itemAt( in nextPictureSize()2619 for (i = 0; i < mSupportedPictureSizes.size(); ++i) { in setPictureSize()2620 Size PictureSize = mSupportedPictureSizes.itemAt(i); in setPictureSize()2628 if ( i == mSupportedPictureSizes.size()) in setPictureSize()2756 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in getCurrentPictureSize()
186 Vector<Size> mSupportedPictureSizes; variable