Searched refs:placeholderBitmap (Results 1 – 3 of 3) 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()
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()