Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/appstyledview/
DAppStyledDialogControllerTest.java78 View appStyledTestView = inflator.inflate(R.layout.app_styled_view_sample, null, in show_shouldDisplayDialog() local
82 mAppStyledDialogController.setContentView(appStyledTestView); in show_shouldDisplayDialog()
98 View appStyledTestView = inflator.inflate(R.layout.app_styled_view_sample, null, in setNavIcon_showCloseIcon() local
102 mAppStyledDialogController.setContentView(appStyledTestView); in setNavIcon_showCloseIcon()
118 View appStyledTestView = inflator.inflate(R.layout.app_styled_view_sample, null, in setOnCloseClickListener_shouldInvokeCallback() local
124 mAppStyledDialogController.setContentView(appStyledTestView); in setOnCloseClickListener_shouldInvokeCallback()
143 View appStyledTestView = inflator.inflate(R.layout.app_styled_view_sample, null, in setOnDismissListener_shouldInvokeCallback() local
149 mAppStyledDialogController.setContentView(appStyledTestView); in setOnDismissListener_shouldInvokeCallback()
/packages/apps/Car/libs/car-ui-lib/paintbooth/src/main/java/com/android/car/ui/paintbooth/appstyledview/
DAppStyledViewSampleActivity.java68 View appStyledTestView = LayoutInflater.from(contextThemeWrapper) in onCreate() local
73 controller.setContentView(appStyledTestView); in onCreate()