Home
last modified time | relevance | path

Searched defs:contentView (Results 1 – 25 of 97) sorted by relevance

1234

/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DFindViewByIdTest.java52 LinearLayout contentView = new LinearLayout(getContext()); in testFindViewById() local
69 LinearLayout contentView = new LinearLayout(getContext()); in testFindViewByIdReturnNullIfRemovedFromHierarchy() local
87 LinearLayout contentView = new LinearLayout(getContext()); in testFindViewByIdReturnNullIfNotImportant() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DFindViewByIdTest.java52 LinearLayout contentView = new LinearLayout(getContext()); in testFindViewById() local
69 LinearLayout contentView = new LinearLayout(getContext()); in testFindViewByIdReturnNullIfRemovedFromHierarchy() local
87 LinearLayout contentView = new LinearLayout(getContext()); in testFindViewByIdReturnNullIfNotImportant() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridGroupManager.java59 View contentView, ViewGroup parent) { in inflateHybridViewWithStyle()
92 View contentView, StatusBarNotification notification, in bindFromNotification()
99 HybridNotificationView reusableView, View contentView, in bindFromNotificationWithStyle()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/core/
H A DBaseLayoutController.java119 View contentView = in installBaseLayout() local
159 @NonNull View contentView) { in InsetsUpdater()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DLoadingViewController.java39 public LoadingViewController(View loadingView, View contentView) { in LoadingViewController()
43 public LoadingViewController(View loadingView, View contentView, @Nullable View emptyView) { in LoadingViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridGroupManager.java60 private HybridNotificationView inflateHybridView(View contentView, ViewGroup parent) { in inflateHybridView()
94 View contentView, StatusBarNotification notification, in bindFromNotification()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewAttachTest.java85 View contentView = activity.findViewById(R.id.view_attach_view); in testRoundScrollbars() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewAttachTest.java85 View contentView = activity.findViewById(R.id.view_attach_view); in testRoundScrollbars() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBtEnableActivity.java72 TextView contentView = (TextView) view.findViewById(R.id.content); in createView() local
H A DBluetoothOppBtErrorActivity.java69 TextView contentView = (TextView) view.findViewById(R.id.content); in createView() local
H A DBluetoothOppBtEnablingActivity.java96 TextView contentView = (TextView) view.findViewById(R.id.progress_info); in createView() local
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/appstyledview/
H A DAppStyledViewController.java61 View getAppStyledView(@Nullable View contentView); in getAppStyledView()
H A DAppStyledViewControllerAdapterV1.java43 public View getAppStyledView(@Nullable View contentView) { in getAppStyledView()
H A DAppStyledDialog.java101 void setContent(View contentView) { in setContent()
H A DAppStyledDialogController.java63 public void setContentView(@NonNull View contentView) { in setContentView()
/aosp12/packages/apps/Car/libs/car-ui-lib/oem-apis/src/main/java/com/android/car/ui/plugin/oemapis/
H A DPluginFactoryOEMV1.java77 View contentView, in installBaseLayoutAround()
H A DPluginFactoryOEMV2.java76 View contentView, in installBaseLayoutAround()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/pluginsupport/
H A DPluginFactory.java53 View contentView, in installBaseLayoutAround()
H A DPluginFactoryStub.java68 public ToolbarController installBaseLayoutAround(View contentView, in installBaseLayoutAround()
171 @NonNull View contentView) { in InsetsUpdater()
H A DPluginFactoryAdapterV1.java73 View contentView, in installBaseLayoutAround()
/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/toolbar/
H A DBaseLayoutInstaller.java53 View contentView, in installBaseLayoutAround()
164 View contentView) { in InsetsUpdater()
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/
H A DTemplateLayoutTest.java81 View contentView = layout.findViewById(R.id.test_view_id); in testTemplate() local
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DScrollViewCaptureHelper.java100 final View contentView = view.getChildAt(0); // returns null, does not throw IOOBE in onScrollRequested() local
/aosp12/frameworks/base/core/java/android/widget/
H A DPopupWindow.java372 public PopupWindow(View contentView) { in PopupWindow()
402 public PopupWindow(View contentView, int width, int height) { in PopupWindow()
418 public PopupWindow(View contentView, int width, int height, boolean focusable) { in PopupWindow()
672 public void setContentView(View contentView) { in setContentView()
1517 private PopupBackgroundView createBackgroundView(View contentView) { in createBackgroundView()
1540 private PopupDecorView createDecorView(View contentView) { in createDecorView()
2029 final View contentView = mContentView; in dismiss() local
2126 private void dismissImmediate(View decorView, ViewGroup contentHolder, View contentView) { in dismissImmediate()
/aosp14/frameworks/base/core/java/android/widget/
H A DPopupWindow.java376 public PopupWindow(View contentView) { in PopupWindow()
406 public PopupWindow(View contentView, int width, int height) { in PopupWindow()
422 public PopupWindow(View contentView, int width, int height, boolean focusable) { in PopupWindow()
676 public void setContentView(View contentView) { in setContentView()
1521 private PopupBackgroundView createBackgroundView(View contentView) { in createBackgroundView()
1544 private PopupDecorView createDecorView(View contentView) { in createDecorView()
2032 final View contentView = mContentView; in dismiss() local
2140 private void dismissImmediate(View decorView, ViewGroup contentHolder, View contentView) { in dismissImmediate()

1234