Home
last modified time | relevance | path

Searched refs:LayoutRes (Results 1 – 25 of 28) 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()
DRemoteViews.java22 import android.annotation.LayoutRes;
2225 public RemoteViews(String packageName, int userId, @LayoutRes int layoutId) {
2238 protected RemoteViews(ApplicationInfo application, @LayoutRes int layoutId) {
3325 public void setLightBackgroundLayoutId(@LayoutRes int layoutId) {
/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;
725 public MenuItem setActionView(@LayoutRes int resId); in setActionView()
DLayoutInflater.java19 import android.annotation.LayoutRes;
477 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root) { in inflate()
518 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) { in inflate()
538 View tryInflatePrecompiled(@LayoutRes int resource, Resources res, @Nullable ViewGroup root, in tryInflatePrecompiled()
DWindow.java24 import android.annotation.LayoutRes;
1426 public abstract void setContentView(@LayoutRes int layoutResID); in setContentView()
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DBaseDesignActivity.java19 import androidx.annotation.LayoutRes;
25 @LayoutRes
DBaseCompatActivity.java19 import androidx.annotation.LayoutRes;
25 @LayoutRes
DBaseSetupWizardActivity.java25 import androidx.annotation.LayoutRes;
236 protected View setContentLayout(@LayoutRes int id) { in setContentLayout()
496 @LayoutRes
DBaseActivity.java25 import androidx.annotation.LayoutRes;
229 protected View setContentLayout(@LayoutRes int id) { in setContentLayout()
/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/core/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()
DDialog.java22 import android.annotation.LayoutRes;
570 public void setContentView(@LayoutRes int layoutResID) { in setContentView()
DActivity.java28 import android.annotation.LayoutRes;
3330 public void setContentView(@LayoutRes int layoutResID) { in setContentView()
/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/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/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarFragmentTest.java30 import android.annotation.LayoutRes;
264 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, in inflate()
/frameworks/base/core/java/android/service/dreams/
DDreamService.java19 import android.annotation.LayoutRes;
406 public void setContentView(@LayoutRes int layoutResID) { in setContentView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java21 import android.annotation.LayoutRes;
681 public void setContentView(@LayoutRes int layoutResID) {
/frameworks/base/core/java/android/content/res/
DResources.java34 import android.annotation.LayoutRes;
1174 public XmlResourceParser getLayout(@LayoutRes int id) throws NotFoundException { in getLayout()
/frameworks/base/
DAndroid.bp69 "core/java/android/annotation/LayoutRes.java",

12