Home
last modified time | relevance | path

Searched refs:WIDTH (Results 1 – 1 of 1) sorted by relevance

/hostap-3.6.0/wpadebug/src/w1/fi/wpadebug/
DQrCodeDisplayActivity.java39 private final static int WIDTH = 400; field in QrCodeDisplayActivity
68 … result = new MultiFormatWriter().encode(str, BarcodeFormat.QR_CODE, WIDTH, HEIGHT, null); in encodeAsBitmap()