Searched refs:mSupportedPictureSizes (Results 1 – 2 of 2) sorted by relevance
836 Size currentPictureSize = mSupportedPictureSizes.itemAt( in postData()1663 mParams.getSupportedPictureSizes(mSupportedPictureSizes); in openCamera()1666 mCurrentPictureSizeIdx = mSupportedPictureSizes.size() / 2; in openCamera()1769 Size currentPictureSize = mSupportedPictureSizes.itemAt( in startPreview()2500 mCurrentPictureSizeIdx %= mSupportedPictureSizes.size(); in nextPictureSize()2501 Size pictureSize = mSupportedPictureSizes.itemAt( in nextPictureSize()2531 for (i = 0; i < mSupportedPictureSizes.size(); ++i) { in setPictureSize()2532 Size PictureSize = mSupportedPictureSizes.itemAt(i); in setPictureSize()2540 if ( i == mSupportedPictureSizes.size()) in setPictureSize()2668 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in getCurrentPictureSize()
191 Vector<Size> mSupportedPictureSizes; variable