Searched refs:mDecorateView (Results 1 – 3 of 3) sorted by relevance
97 private QrDecorateView mDecorateView; field in WifiDppQrCodeScannerFragment140 mDecorateView.setFocused(false);221 mDecorateView.setFocused(true); in notifyUserForQrCodeRecognition()377 mDecorateView = (QrDecorateView) view.findViewById(R.id.decorate_view); in onViewCreated()519 if (mDecorateView != null) { in initCamera()520 mDecorateView.setFocused(true); in initCamera()
97 private QrDecorateView mDecorateView; field in WifiDppQrCodeScannerFragment140 mDecorateView.setFocused(false);211 mDecorateView.setFocused(true); in notifyUserForQrCodeRecognition()367 mDecorateView = (QrDecorateView) view.findViewById(R.id.decorate_view); in onViewCreated()509 if (mDecorateView != null) { in initCamera()510 mDecorateView.setFocused(true); in initCamera()
76 private QrDecorateView mDecorateView; field in AdbQrcodeScannerFragment167 mDecorateView = (QrDecorateView) view.findViewById(R.id.decorate_view); in onViewCreated()292 mDecorateView.setFocused(true); in handleSuccessfulResult()