/frameworks/base/core/java/android/widget/ |
D | ArrayAdapter.java | 21 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()
|
D | SimpleAdapter.java | 20 import android.annotation.LayoutRes; 91 @LayoutRes int resource, String[] from, @IdRes int[] to) { in SimpleAdapter()
|
D | DayPickerPagerAdapter.java | 20 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/ |
D | BaseCompatActivity.java | 19 import androidx.annotation.LayoutRes; 25 @LayoutRes
|
D | BaseDesignActivity.java | 19 import androidx.annotation.LayoutRes; 25 @LayoutRes
|
D | BaseSetupWizardActivity.java | 27 import androidx.annotation.LayoutRes; 246 protected View setContentLayout(@LayoutRes int id) { in setContentLayout() 575 @LayoutRes
|
D | BaseActivity.java | 25 import androidx.annotation.LayoutRes; 229 protected View setContentLayout(@LayoutRes int id) { in setContentLayout()
|
/frameworks/base/core/java/android/view/ |
D | ViewStub.java | 20 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()
|
D | MenuItem.java | 20 import android.annotation.LayoutRes; 723 public @NonNull MenuItem setActionView(@LayoutRes int resId); in setActionView()
|
D | LayoutInflater.java | 19 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/ |
D | OverflowMenuAdapter.kt | 22 import androidx.annotation.LayoutRes 26 @LayoutRes layoutId: Int,
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
D | TemplateLayout.java | 24 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()
|
D | GlifLayout.java | 27 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/ |
D | ConfigurationState.kt | 24 import androidx.annotation.LayoutRes 87 @LayoutRes id: Int, in inflateLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/permission/ |
D | BaseMediaProjectionPermissionDialogDelegate.kt | 36 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/ |
D | LayoutRes.java | 36 public @interface LayoutRes { annotation
|
/frameworks/base/core/java/android/app/ |
D | ActionBar.java | 21 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/ |
D | BubbleEducationViewController.kt | 18 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/ |
D | FloatingRotationButton.java | 21 import android.annotation.LayoutRes; 86 @LayoutRes int layout, @IdRes int keyButtonId, @DimenRes int minMargin, in FloatingRotationButton()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | DropdownChipLayouter.java | 14 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/ |
D | Preference.java | 21 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/ |
D | ScreenRecordPermissionDialogDelegate.kt | 37 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/ |
D | TemporaryViewDisplayController.kt | 19 import android.annotation.LayoutRes in <lambda>() 79 @LayoutRes private val viewLayoutRes: Int, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowView.java | 26 import android.annotation.LayoutRes; 352 public void setContentView(@LayoutRes int layoutResID) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsControllerOverlay.kt | 45 import androidx.annotation.LayoutRes in <lambda>() 550 @LayoutRes id: Int, in <lambda>()
|