Searched refs:mSupportedPictureSizes (Results 1 – 2 of 2) sorted by relevance
874 Size currentPictureSize = mSupportedPictureSizes.itemAt( in postData()1726 mParams.getSupportedPictureSizes(mSupportedPictureSizes); in openCamera()1729 mCurrentPictureSizeIdx = mSupportedPictureSizes.size() / 2; in openCamera()1846 Size currentPictureSize = mSupportedPictureSizes.itemAt( in startPreview()2576 mCurrentPictureSizeIdx %= mSupportedPictureSizes.size(); in nextPictureSize()2577 Size pictureSize = mSupportedPictureSizes.itemAt( in nextPictureSize()2607 for (i = 0; i < mSupportedPictureSizes.size(); ++i) { in setPictureSize()2608 Size PictureSize = mSupportedPictureSizes.itemAt(i); in setPictureSize()2616 if ( i == mSupportedPictureSizes.size()) in setPictureSize()2744 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in getCurrentPictureSize()
185 Vector<Size> mSupportedPictureSizes; variable