Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/view/accessibility/
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
/frameworks/base/core/tests/coretests/src/android/view/
DViewAttachTest.java85 View contentView = activity.findViewById(R.id.view_attach_view); in testRoundScrollbars() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridGroupManager.java59 private HybridNotificationView inflateHybridView(View contentView, ViewGroup parent) { in inflateHybridView()
91 View contentView, StatusBarNotification notification, in bindFromNotification()
DHybridConversationNotificationView.java88 @Nullable View contentView) { in bind()
DHybridNotificationView.java111 @Nullable View contentView) { in bind()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/
DTemplateLayoutTest.java81 View contentView = layout.findViewById(R.id.test_view_id); in testTemplate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardLongPressPopupViewBinder.kt38 val contentView: View = in createAndShow() constant
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DZenDurationDialog.java91 View contentView = getContentView(); in setupDialog() local
137 View contentView = mLayoutInflater.inflate(R.layout.zen_mode_duration_dialog, in getContentView() local
DEnableZenModeDialog.java158 View contentView = getContentView(); in createDialog() local
177 View contentView = mLayoutInflater.inflate(R.layout.zen_mode_turn_on_dialog_container, in getContentView() local
/frameworks/base/core/java/com/android/internal/view/
DScrollViewCaptureHelper.java108 final View contentView = view.getChildAt(0); // returns null, does not throw IOOBE in onScrollRequested() local
/frameworks/base/core/java/android/widget/
DPopupWindow.java377 public PopupWindow(View contentView) { in PopupWindow()
407 public PopupWindow(View contentView, int width, int height) { in PopupWindow()
423 public PopupWindow(View contentView, int width, int height, boolean focusable) { in PopupWindow()
677 public void setContentView(View contentView) { in setContentView()
1522 private PopupBackgroundView createBackgroundView(View contentView) { in createBackgroundView()
1545 private PopupDecorView createDecorView(View contentView) { in createDecorView()
2034 final View contentView = mContentView; in dismiss() local
2142 private void dismissImmediate(View decorView, ViewGroup contentHolder, View contentView) { in dismissImmediate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBatteryStatusChip.kt35 override val contentView: View constant
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DRelayoutPerfTest.java92 final ContentView contentView = new ContentView(activity); in testRelayout() local
/frameworks/base/core/java/android/app/
DNotification.java420 public RemoteViews contentView; field in Notification
4402 public Builder setCustomContentView(RemoteViews contentView) { in setCustomContentView()
4414 public Builder setCustomBigContentView(RemoteViews contentView) { in setCustomBigContentView()
4426 public Builder setCustomHeadsUpContentView(RemoteViews contentView) { in setCustomHeadsUpContentView()
5117 private void bindPhishingAlertIcon(RemoteViews contentView, StandardTemplateParams p) { in bindPhishingAlertIcon()
5163 private void bindProfileBadge(RemoteViews contentView, StandardTemplateParams p) { in bindProfileBadge()
5176 private void bindAlertedIcon(RemoteViews contentView, StandardTemplateParams p) { in bindAlertedIcon()
5203 private void resetStandardTemplate(RemoteViews contentView) { in resetStandardTemplate()
5215 private void resetNotificationHeader(RemoteViews contentView) { in resetNotificationHeader()
5241 RemoteViews contentView = new BuilderRemoteViews(mContext.getApplicationInfo(), resId); in applyStandardTemplate() local
[all …]
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DControllerActivity.java83 final View contentView = findViewById(R.id.content); in onCreate() local
/frameworks/base/packages/SettingsLib/CollapsingToolbarBaseActivity/src/com/android/settingslib/collapsingtoolbar/widget/
DCollapsingCoordinatorLayout.java91 final ViewGroup contentView = findViewById(R.id.content_frame); in addView() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DSetupWizardLayoutTest.java111 View contentView = layout.findViewById(R.id.test_view_id); in testCustomTemplate() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawer.java372 final SplashScreenView contentView = viewSupplier.get(); in addSplashScreenStartingWindow() local
393 final SplashScreenView contentView = viewSupplier.get(); in addSplashScreenStartingWindow() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayContainerViewController.java170 @Named(DreamOverlayModule.DREAM_OVERLAY_CONTENT_VIEW) ViewGroup contentView, in DreamOverlayContainerViewController()
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java69 LinearLayout contentView = new LinearLayout(this); in onCreate() local
/frameworks/base/packages/SystemUI/screenshot/src/com/android/systemui/testing/screenshot/
DViewScreenshotTestRule.kt89 var contentView: View? = null in <lambda>() variable
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DAppCompatActionBar.java70 View contentView = getDecorContent().findViewById(contentRootId); in AppCompatActionBar() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DBaseTooltipView.java152 final View contentView = in initViews() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogLaunchAnimatorTest.kt349 val contentView = View(context) constant
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java355 public void setContentView(View contentView) { in setContentView()

12