Home
last modified time | relevance | path

Searched refs:LayoutRes (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/core/java/android/widget/
DArrayAdapter.java21 import android.annotation.LayoutRes;
138 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource) { in ArrayAdapter()
150 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter()
164 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, @NonNull T[] objects) { in ArrayAdapter()
178 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter()
191 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter()
205 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter()
210 private ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter()
466 public void setDropDownViewResource(@LayoutRes int resource) { in setDropDownViewResource()
516 @ArrayRes int textArrayResId, @LayoutRes int textViewResId) { in createFromResource()
DSimpleAdapter.java20 import android.annotation.LayoutRes;
91 @LayoutRes int resource, String[] from, @IdRes int[] to) { in SimpleAdapter()
DDayPickerPagerAdapter.java20 import android.annotation.LayoutRes;
66 public DayPickerPagerAdapter(@NonNull Context context, @LayoutRes int layoutResId, in DayPickerPagerAdapter()
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DBaseCompatActivity.java19 import androidx.annotation.LayoutRes;
25 @LayoutRes
DBaseDesignActivity.java19 import androidx.annotation.LayoutRes;
25 @LayoutRes
DBaseSetupWizardActivity.java27 import androidx.annotation.LayoutRes;
246 protected View setContentLayout(@LayoutRes int id) { in setContentLayout()
575 @LayoutRes
DBaseActivity.java25 import androidx.annotation.LayoutRes;
229 protected View setContentLayout(@LayoutRes int id) { in setContentLayout()
/frameworks/base/core/java/android/view/
DViewStub.java20 import android.annotation.LayoutRes;
92 public ViewStub(Context context, @LayoutRes int layoutResource) { in ViewStub()
171 @LayoutRes
189 public void setLayoutResource(@LayoutRes int layoutResource) { in setLayoutResource()
194 public Runnable setLayoutResourceAsync(@LayoutRes int layoutResource) { in setLayoutResourceAsync()
DMenuItem.java20 import android.annotation.LayoutRes;
723 public @NonNull MenuItem setActionView(@LayoutRes int resId); in setActionView()
DLayoutInflater.java19 import android.annotation.LayoutRes;
412 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root) { in inflate()
453 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) { in inflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DOverflowMenuAdapter.kt22 import androidx.annotation.LayoutRes
26 @LayoutRes layoutId: Int,
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DTemplateLayout.java24 import androidx.annotation.LayoutRes;
166 LayoutInflater inflater, @StyleRes int fallbackTheme, @LayoutRes int template) { in inflateTemplate()
187 protected View onInflateTemplate(LayoutInflater inflater, @LayoutRes int template) { in onInflateTemplate()
DGlifLayout.java27 import androidx.annotation.LayoutRes;
155 protected View onInflateTemplate(LayoutInflater inflater, @LayoutRes int template) { in onInflateTemplate()
177 public View inflateFooter(@LayoutRes int footer) { in inflateFooter()
191 public View inflateStickyHeader(@LayoutRes int header) { in inflateStickyHeader()
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/
DConfigurationState.kt24 import androidx.annotation.LayoutRes
87 @LayoutRes id: Int, in inflateLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/permission/
DBaseMediaProjectionPermissionDialogDelegate.kt36 import androidx.annotation.LayoutRes in <lambda>()
157 @LayoutRes protected open fun getOptionsViewLayoutId(): Int? = null in <lambda>()
159 private fun createOptionsView(@LayoutRes layoutId: Int?) { in <lambda>()
/frameworks/libs/modules-utils/java/android/annotation/
DLayoutRes.java36 public @interface LayoutRes { annotation
/frameworks/base/core/java/android/app/
DActionBar.java21 import android.annotation.LayoutRes;
269 public abstract void setCustomView(@LayoutRes int resId); in setCustomView()
1239 public abstract Tab setCustomView(@LayoutRes int layoutResId); in setCustomView()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleEducationViewController.kt18 import android.annotation.LayoutRes
200 private fun createEducationView(@LayoutRes layout: Int, root: ViewGroup): BubblePopupView { in createEducationView()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DFloatingRotationButton.java21 import android.annotation.LayoutRes;
86 @LayoutRes int layout, @IdRes int keyButtonId, @DimenRes int minMargin, in FloatingRotationButton()
/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java14 import androidx.annotation.LayoutRes;
358 protected @LayoutRes int getItemLayoutResId(AdapterType type) { in getItemLayoutResId()
376 protected @LayoutRes int getAlternateItemLayoutResId(AdapterType type) { in getAlternateItemLayoutResId()
/frameworks/base/core/java/android/preference/
DPreference.java21 import android.annotation.LayoutRes;
521 public void setLayoutResource(@LayoutRes int layoutResId) { in setLayoutResource()
535 @LayoutRes
550 public void setWidgetLayoutResource(@LayoutRes int widgetLayoutResId) { in setWidgetLayoutResource()
563 @LayoutRes
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordPermissionDialogDelegate.kt37 import androidx.annotation.LayoutRes in <lambda>()
158 @LayoutRes override fun getOptionsViewLayoutId(): Int = R.layout.screen_record_options in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/
DTemporaryViewDisplayController.kt19 import android.annotation.LayoutRes in <lambda>()
79 @LayoutRes private val viewLayoutRes: Int, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowView.java26 import android.annotation.LayoutRes;
352 public void setContentView(@LayoutRes int layoutResID) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsControllerOverlay.kt45 import androidx.annotation.LayoutRes in <lambda>()
550 @LayoutRes id: Int, in <lambda>()

12