Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppQrCodeScannerFragment.java97 private QrDecorateView mDecorateView; field in WifiDppQrCodeScannerFragment
140 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/dpp/
DWifiDppQrCodeScannerFragment.java97 private QrDecorateView mDecorateView; field in WifiDppQrCodeScannerFragment
140 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()
/packages/apps/Settings/src/com/android/settings/development/
DAdbQrcodeScannerFragment.java76 private QrDecorateView mDecorateView; field in AdbQrcodeScannerFragment
167 mDecorateView = (QrDecorateView) view.findViewById(R.id.decorate_view); in onViewCreated()
292 mDecorateView.setFocused(true); in handleSuccessfulResult()