Home
last modified time | relevance | path

Searched defs:contentView (Results 1 – 25 of 31) 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/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridGroupManager.java59 View contentView, ViewGroup parent) { in inflateHybridViewWithStyle()
92 View contentView, StatusBarNotification notification, in bindFromNotification()
99 HybridNotificationView reusableView, View contentView, in bindFromNotificationWithStyle()
DHybridConversationNotificationView.java83 @Nullable View contentView) { in bind()
DHybridNotificationView.java108 @Nullable View contentView) { in bind()
DNotificationGuts.java432 final View contentView = mGutsContent.getContentView(); in setExposed() local
/frameworks/base/core/tests/coretests/src/android/view/
DViewAttachTest.java85 View contentView = activity.findViewById(R.id.view_attach_view); in testRoundScrollbars() local
/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/core/java/com/android/internal/view/
DScrollViewCaptureHelper.java100 final View contentView = view.getChildAt(0); // returns null, does not throw IOOBE in onScrollRequested() local
/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.java143 View contentView = getContentView(); in createDialog() local
162 View contentView = mLayoutInflater.inflate(R.layout.zen_mode_turn_on_dialog_container, in getContentView() local
/frameworks/base/core/java/android/widget/
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()
/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.java414 public RemoteViews contentView; field in Notification
4323 public Builder setCustomContentView(RemoteViews contentView) { in setCustomContentView()
4335 public Builder setCustomBigContentView(RemoteViews contentView) { in setCustomBigContentView()
4347 public Builder setCustomHeadsUpContentView(RemoteViews contentView) { in setCustomHeadsUpContentView()
5025 private void bindPhishingAlertIcon(RemoteViews contentView, StandardTemplateParams p) { in bindPhishingAlertIcon()
5059 private void bindProfileBadge(RemoteViews contentView, StandardTemplateParams p) { in bindProfileBadge()
5072 private void bindAlertedIcon(RemoteViews contentView, StandardTemplateParams p) { in bindAlertedIcon()
5099 private void resetStandardTemplate(RemoteViews contentView) { in resetStandardTemplate()
5111 private void resetNotificationHeader(RemoteViews contentView) { in resetNotificationHeader()
5137 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/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/core/java/com/android/internal/view/inline/
DInlineTooltipUi.java288 public void setContentView(View contentView) { in setContentView()
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java69 LinearLayout contentView = new LinearLayout(this); in onCreate() local
/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/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/
DBaseCompatActivityTest.java96 View contentView = mBaseCompatActivity.findViewById(R.id.car_setup_wizard_layout); in testContentViewIsCarSetupWizardLayout() local
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java355 public void setContentView(View contentView) { in setContentView()
/frameworks/base/core/java/android/preference/
DDialogPreference.java321 View contentView = onCreateDialogView(); in showDialog() local
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java201 RemoteViews contentView = new RemoteViews(mContext.getPackageName(), 0 /* layoutId */); in allPendingIntents_containsCustomRemoteViews() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawer.java347 final SplashScreenView contentView = viewSupplier.get(); in addSplashScreenStartingWindow() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java683 AnchoredWindow(View contentView, @NonNull OverlayControl overlayControl) { in AnchoredWindow()

12