Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java376 Button btnLicense = new Button(this); in showOpenCVLibaryLicenseDisplayButton() local
377 btnLicense.setText("View OpenCV Library BSD License Agreement"); in showOpenCVLibaryLicenseDisplayButton()
379 btnLicense.setTransformationMethod(null); in showOpenCVLibaryLicenseDisplayButton()
380 btnLicense.setLayoutParams(new LayoutParams( in showOpenCVLibaryLicenseDisplayButton()
397 btnLicense.setOnClickListener(new OnClickListener() { in showOpenCVLibaryLicenseDisplayButton()
414 getTestLogger().logCustomView(btnLicense); in showOpenCVLibaryLicenseDisplayButton()