Searched refs:placeholderBitmap (Results 1 – 3 of 3) sorted by relevance
257 Optional<Bitmap> placeholderBitmap = in startSession() local259 if (placeholderBitmap.isPresent()) { in startSession()260 onCaptureIndicatorUpdate(placeholderBitmap.get(), 0); in startSession()
64 Bitmap placeholderBitmap = in getPlaceholderDrawable() local66 placeholderBitmap.eraseColor(placeholderColor); in getPlaceholderDrawable()67 return new BitmapDrawable(context.getResources(), placeholderBitmap); in getPlaceholderDrawable()
139 Bitmap placeholderBitmap = Bitmap.createBitmap(mIconBitmapSize, mIconBitmapSize, in createIconBitmap()142 Canvas canvas = new Canvas(placeholderBitmap); in createIconBitmap()146 new BitmapDrawable(mContext.getResources(), placeholderBitmap)); in createIconBitmap()