Searched refs:mThumbController (Results 1 – 2 of 2) sorted by relevance
141 private ThumbnailController mThumbController; field in VideoCamera351 mThumbController = new ThumbnailController( in onCreate()354 mThumbController.loadData(ImageManager.getLastVideoThumbPath()); in onCreate()747 mThumbController.storeData(ImageManager.getLastVideoThumbPath()); in onPause()1329 if (mThumbController.isUriValid()) { in viewLastVideo()1330 intent = new Intent(Util.REVIEW_ACTION, mThumbController.getUri()); in viewLastVideo()1335 intent = new Intent(Intent.ACTION_VIEW, mThumbController.getUri()); in viewLastVideo()1395 mThumbController.setData(mCurrentVideoUri, videoFrame); in acquireVideoThumb()1396 mThumbController.updateDisplayIfNeeded(); in acquireVideoThumb()1406 if (!mThumbController.isUriValid()) { in updateThumbnailButton()[all …]
169 private ThumbnailController mThumbController; field in Camera329 mThumbController = new ThumbnailController( in initializeFirstTime()331 mThumbController.loadData(ImageManager.getLastImageThumbPath()); in initializeFirstTime()368 if (!mThumbController.isUriValid() && mPicturesRemaining >= 0) { in updateThumbnailButton()371 mThumbController.updateDisplayIfNeeded(); in updateThumbnailButton()750 mThumbController.updateDisplayIfNeeded(); in storeImage()872 mThumbController.setData(uri, lastPictureThumb); in setLastPictureThumb()1345 mThumbController.storeData( in onPause()1624 mThumbController.setData(uri, image.miniThumbBitmap()); in updateLastImage()1626 mThumbController.setData(null, null); in updateLastImage()[all …]