Home
last modified time | relevance | path

Searched refs:ViewStub (Results 1 – 25 of 28) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewStubTest.java49 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStub); in testInflated()
60 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); in testInflatedId()
73 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); in testInflatedLayoutParams()
/aosp14/frameworks/base/core/java/android/view/
H A DViewStub.java73 public final class ViewStub extends View { class
82 public ViewStub(Context context) { in ViewStub() method in ViewStub
92 public ViewStub(Context context, @LayoutRes int layoutResource) { in ViewStub() method in ViewStub
98 public ViewStub(Context context, AttributeSet attrs) { in ViewStub() method in ViewStub
102 public ViewStub(Context context, AttributeSet attrs, int defStyleAttr) { in ViewStub() method in ViewStub
106 public ViewStub(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ViewStub() method in ViewStub
110 R.styleable.ViewStub, defStyleAttr, defStyleRes); in ViewStub()
111 saveAttributeDataForStyleable(context, R.styleable.ViewStub, attrs, a, defStyleAttr, in ViewStub()
349 void onInflate(ViewStub stub, View inflated); in onInflate()
H A DLayoutInflater.java867 if (view instanceof ViewStub) { in createView()
869 final ViewStub viewStub = (ViewStub) view; in createView()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DAlertController.java34 import android.view.ViewStub;
346 if (defaultPanel instanceof ViewStub) { in resolvePanel()
347 defaultPanel = ((ViewStub) defaultPanel).inflate(); in resolvePanel()
362 if (customPanel instanceof ViewStub) { in resolvePanel()
363 customPanel = ((ViewStub) customPanel).inflate(); in resolvePanel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DBaseScreenSharePermissionDialog.kt24 import android.view.ViewStub
124 val stub = findViewById<View>(R.id.options_stub) as ViewStub
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsProviderSelectorActivity.kt29 import android.view.ViewStub
102 requireViewById<ViewStub>(R.id.stub).apply {
H A DControlsEditingActivity.kt27 import android.view.ViewStub
160 requireViewById<ViewStub>(R.id.stub).apply {
H A DControlsFavoritingActivity.kt32 import android.view.ViewStub
256 requireViewById<ViewStub>(R.id.stub).apply {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewProviderModule.kt23 import android.view.ViewStub
246 val stub = notificationShadeWindowView.requireViewById<ViewStub>(R.id.qs_header_stub)
H A DNotificationPanelViewController.java84 import android.view.ViewStub;
1043 ViewStub stub = mView.findViewById(R.id.keyguard_qs_user_switch_stub); in onFinishInflate()
1046 ViewStub stub = mView.findViewById(R.id.keyguard_user_switcher_stub); in onFinishInflate()
1343 ViewStub stub = new ViewStub(mView.getContext(), layoutId); in reInflateStub()
1350 ViewStub stub = mView.findViewById(stubId); in reInflateStub()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerWithCoroutinesTest.kt24 import android.view.ViewStub
86 assertThat(userSwitcherStub).isInstanceOf(ViewStub::class.java)
H A DNotificationPanelViewControllerBaseTest.java58 import android.view.ViewStub;
212 @Mock protected ViewStub mUserSwitcherStubView;
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java44 import android.view.ViewStub;
507 if (defaultPanel instanceof ViewStub) { in resolvePanel()
508 defaultPanel = ((ViewStub) defaultPanel).inflate(); in resolvePanel()
523 if (customPanel instanceof ViewStub) { in resolvePanel()
524 customPanel = ((ViewStub) customPanel).inflate(); in resolvePanel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBroadcastDialog.java34 import android.view.ViewStub;
73 private ViewStub mBroadcastInfoArea;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java32 import android.view.ViewStub;
734 ViewStub stub = mStatusBar.findViewById(R.id.operator_name); in initOperatorName()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialog.java41 import android.view.ViewStub;
431 ViewStub stub = mDialogView.findViewById(R.id.secondary_mobile_network_stub); in setMobileDataLayout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java57 import android.view.ViewStub;
256 private ViewStub mChildrenContainerStub;
263 private ViewStub mGutsStub;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java94 import android.view.ViewStub;
286 private ViewStub mODICaptionsTooltipViewStub;
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java90 import android.view.ViewStub;
2016 ViewStub stub = findViewById(R.id.action_mode_bar_stub); in createStandaloneActionMode()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java101 import android.view.ViewStub;
2025 if (endAction instanceof ViewStub.ViewReplaceRunnable) { in initActionAsync()
2029 ((ViewStub.ViewReplaceRunnable) endAction).view); in initActionAsync()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-q.txt681 Lcom/android/internal/R$styleable;->ViewStub:[I
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt18602 HSPLandroid/view/ViewStub;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
18603 HSPLandroid/view/ViewStub;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
18604ViewStub;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V+]Landroid/content/Conte…
18605 HSPLandroid/view/ViewStub;->inflate()Landroid/view/View;
18606 HSPLandroid/view/ViewStub;->setLayoutInflater(Landroid/view/LayoutInflater;)V
18607 HSPLandroid/view/ViewStub;->setLayoutResource(I)V
18608 HSPLandroid/view/ViewStub;->setOnInflateListener(Landroid/view/ViewStub$OnInflateListener;)V
18609 HSPLandroid/view/ViewStub;->setVisibility(I)V
31706 Landroid/view/ViewStub$OnInflateListener;
31707 Landroid/view/ViewStub$ViewReplaceRunnable;
[all …]
H A Dpreloaded-classes8908 android.view.ViewStub$OnInflateListener
8909 android.view.ViewStub$ViewReplaceRunnable
8910 android.view.ViewStub
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt18666 HSPLandroid/view/ViewStub;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
18667 HSPLandroid/view/ViewStub;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
18668ViewStub;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V+]Landroid/content/Conte…
18669 HSPLandroid/view/ViewStub;->inflate()Landroid/view/View;
18670 HSPLandroid/view/ViewStub;->setLayoutInflater(Landroid/view/LayoutInflater;)V
18671 HSPLandroid/view/ViewStub;->setLayoutResource(I)V
18672 HSPLandroid/view/ViewStub;->setOnInflateListener(Landroid/view/ViewStub$OnInflateListener;)V
18673 HSPLandroid/view/ViewStub;->setVisibility(I)V
41840 Landroid/view/ViewStub$OnInflateListener;
41841 Landroid/view/ViewStub$ViewReplaceRunnable;
[all …]
H A Dpreloaded-classes8939 android.view.ViewStub$OnInflateListener
8940 android.view.ViewStub$ViewReplaceRunnable
8941 android.view.ViewStub

12