Searched refs:encodeAsBitmap (Results 1 – 1 of 1) sorted by relevance
52 Bitmap bitmap = (TextUtils.isEmpty(str)) ? null : encodeAsBitmap(str); in onCreate()65 private Bitmap encodeAsBitmap(String str) throws WriterException { in encodeAsBitmap() method in QrCodeDisplayActivity