/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/ |
H A D | DreamSmartspaceControllerTest.kt | 218 val customView = Mockito.mock(TestView::class.java) in testConnectOnWeatherViewCreate() constant 239 val customView = Mockito.mock(TestView::class.java) in testAddListenerInController_registersListenerForWeatherPlugin() constant 265 val customView = Mockito.mock(TestView::class.java) in testDisconnect_emitsEmptyListAndRemovesNotifier() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/dreams/smartspace/ |
D | DreamSmartspaceController.java | 123 android.view.ViewGroup parent, @org.jetbrains.annotations.Nullable() in buildAndConnectWeatherView() 137 …droid.systemui.plugins.BcSmartspaceDataPlugin smartspaceDataPlugin, android.view.View customView) { in buildAndConnectViewWithPlugin() 141 …droid.systemui.plugins.BcSmartspaceDataPlugin smartspaceDataPlugin, android.view.View customView) { in buildView()
|
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/ |
H A D | RemoteViewsTest.java | 1409 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetByte() local 1423 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetChar() local 1436 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetDouble() local 1449 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetShort() local 1463 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetBundle() local 1481 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetIntent() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/WifiDialog/WifiDialog/android_common_apex30/javac/ |
D | WifiDialog.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
H A D | CustomViewActivityTest.java | 112 CustomViewActivity.setCustomViewDelegate((customView, structure) -> { in testSessionLifecycleEvents() argument 167 CustomViewActivity.setCustomViewDelegate((customView, structure) -> { in testVirtualView_wrongWay() argument
|
/aosp_15_r20/packages/services/DeviceAsWebcam/impl/src/com/android/deviceaswebcam/view/ |
D | CameraPickerDialog.kt | 55 val customView = in <lambda>() constant
|
/aosp_15_r20/packages/modules/Wifi/WifiDialog/src/com/android/wifi/dialog/ |
D | WifiDialogActivity.java | 555 final View customView; in createP2pInvitationSentDialog2() local 799 final View customView; in createP2pInvitationReceivedDialog2() local
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ |
D | DialogUtils.java | 38 View customView = in showDialog() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | ProgressDialogFragment.java | 122 View customView = inflater.inflate( in onCreateDialog() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AccessibilityDialogUtils.java | 122 View customView, CharSequence positiveButtonText, in createCustomDialog()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingProgressDialogFragment.java | 139 View customView = inflater.inflate(R.layout.dialog_audio_sharing_progress, /* root= */ in onCreateDialog() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/biometrics/ |
D | IdentityCheckBiometricErrorDialog.java | 68 final View customView = inflater.inflate(R.layout.biometric_lockout_error_dialog, in onCreateDialog() local
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
D | FullScreenDialogFragment.java | 142 View customView = createCustomView(customViewContainer); in onCreateView() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/ |
H A D | MediaRouteControllerDialog.java | 155 View customView = getLayoutInflater().inflate(R.layout.media_route_controller_dialog, null); in onCreate() local
|
H A D | AlertController.java | 693 final View customView; in setupCustomContent() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ActionBarView.java | 1006 View customView = null; in onMeasure() local 1161 View customView = null; in onLayout() local
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | ActionModeHandler.java | 134 View customView = LayoutInflater.from(a).inflate( in startActionMode() local
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
H A D | DialogTestListActivity.java | 184 View customView = test.getCustomView(); in showManualTestDialog() local
|
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/view/ |
H A D | BridgeInflater.java | 425 Object customView = silent ? in loadCustomView() local
|
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | AlertController.java | 464 final View customView; in setupCustomContent() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
D | SpecialCharSequenceMgr.java | 324 View customView = LayoutInflater.from(context).inflate(R.layout.dialog_deviceids, null); in handleDeviceIdDisplay() local
|
/aosp_15_r20/packages/services/DeviceAsWebcam/impl/src/com/android/deviceaswebcam/ |
D | DeviceAsWebcamPreview.java | 502 View customView = alertDialog.getLayoutInflater().inflate( in toggleHQWithWarningIfNeeded() local
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationFragment.java | 1562 View customView = actionBar.getCustomView(); in updateActionBar() local
|
/aosp_15_r20/out/soong/.intermediates/packages/services/DeviceAsWebcam/impl/DeviceAsWebcam/android_common/repackaged-jarjar/kotlinc/ |
D | DeviceAsWebcam.jar | com/android/deviceaswebcam/view/CameraPickerDialog.class
CameraPickerDialog.kt
package com.android. ... |
/aosp_15_r20/out/soong/.intermediates/packages/services/DeviceAsWebcam/impl/DeviceAsWebcam/android_common/kotlin/ |
D | DeviceAsWebcam.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/packages__services__DeviceAsWebcam__impl__android_common__DeviceAsWebcam.kotlin_module
com ... |