Searched refs:placeholderBitmap (Results 1 – 2 of 2) sorted by relevance
56 Bitmap placeholderBitmap = in getPlaceholderDrawable() local58 placeholderBitmap.eraseColor(placeholderColor); in getPlaceholderDrawable()59 return new BitmapDrawable(context.getResources(), placeholderBitmap); in getPlaceholderDrawable()
257 Optional<Bitmap> placeholderBitmap = in startSession() local259 if (placeholderBitmap.isPresent()) { in startSession()260 onCaptureIndicatorUpdate(placeholderBitmap.get(), 0); in startSession()