Searched refs:LayoutRes (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/core/java/android/annotation/
H A DLayoutRes.java36 public @interface LayoutRes { interface
/frameworks/support/annotations/src/android/support/annotation/
H A DLayoutRes.java35 public @interface LayoutRes { interface
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java21 import android.annotation.LayoutRes;
112 public ArrayAdapter(Context context, @LayoutRes int resource) {
124 public ArrayAdapter(Context context, @LayoutRes int resource, @IdRes int textViewResourceId) {
136 public ArrayAdapter(Context context, @LayoutRes int resource, @NonNull T[] objects) {
149 public ArrayAdapter(Context context, @LayoutRes int resource, @IdRes int textViewResourceId,
162 public ArrayAdapter(Context context, @LayoutRes int resource, @NonNull List<T> objects) {
175 public ArrayAdapter(Context context, @LayoutRes int resource, @IdRes int textViewResourceId,
413 public void setDropDownViewResource(@LayoutRes int resource) {
462 @ArrayRes int textArrayResId, @LayoutRes int textViewResId) {
H A DSimpleAdapter.java20 import android.annotation.LayoutRes;
88 @LayoutRes int resource, String[] from, @IdRes int[] to) {
H A DDayPickerPagerAdapter.java22 import android.annotation.LayoutRes;
66 public DayPickerPagerAdapter(@NonNull Context context, @LayoutRes int layoutResId,
/frameworks/base/core/java/android/view/
H A DViewStub.java20 import android.annotation.LayoutRes;
92 public ViewStub(Context context, @LayoutRes int layoutResource) {
162 @LayoutRes
180 public void setLayoutResource(@LayoutRes int layoutResource) {
H A DMenuItem.java20 import android.annotation.LayoutRes;
517 public MenuItem setActionView(@LayoutRes int resId);
H A DWindow.java22 import android.annotation.LayoutRes;
1032 public abstract void setContentView(@LayoutRes int layoutResID);
H A DLayoutInflater.java24 import android.annotation.LayoutRes;
373 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root) {
414 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) {
H A DView.java27 import android.annotation.LayoutRes;
19782 public static View inflate(Context context, @LayoutRes int resource, ViewGroup root) {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegate.java26 import android.support.annotation.LayoutRes;
211 public abstract void setContentView(@LayoutRes int resId);
H A DAppCompatDialog.java22 import android.support.annotation.LayoutRes;
75 public void setContentView(@LayoutRes int layoutResID) {
H A DAppCompatActivity.java23 import android.support.annotation.LayoutRes;
108 public void setContentView(@LayoutRes int layoutResID) {
/frameworks/base/core/java/android/app/
H A DActionBar.java21 import android.annotation.LayoutRes;
259 public abstract void setCustomView(@LayoutRes int resId);
1198 public abstract Tab setCustomView(@LayoutRes int layoutResId);
H A DDialog.java22 import android.annotation.LayoutRes;
511 public void setContentView(@LayoutRes int layoutResID) {
H A DActivity.java23 import android.annotation.LayoutRes;
2165 public void setContentView(@LayoutRes int layoutResID) {
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java11 import android.support.annotation.LayoutRes;
279 protected @LayoutRes int getItemLayoutResId(AdapterType type) {
297 protected @LayoutRes int getAlternateItemLayoutResId(AdapterType type) {
/frameworks/support/design/src/android/support/design/widget/
H A DNavigationView.java28 import android.support.annotation.LayoutRes;
245 public View inflateHeaderView(@LayoutRes int res) {
H A DTabLayout.java30 import android.support.annotation.LayoutRes;
980 public Tab setCustomView(@LayoutRes int layoutResId) {
/frameworks/base/core/java/android/preference/
H A DPreference.java23 import android.annotation.LayoutRes;
431 public void setLayoutResource(@LayoutRes int layoutResId) {
445 @LayoutRes
460 public void setWidgetLayoutResource(@LayoutRes int widgetLayoutResId) {
473 @LayoutRes
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java26 import android.support.annotation.LayoutRes;
206 public View inflateHeaderView(@LayoutRes int res) {
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java22 import android.annotation.LayoutRes;
402 public void setContentView(@LayoutRes int layoutResID) {
/frameworks/base/core/java/android/content/res/
H A DResources.java40 import android.annotation.LayoutRes;
1164 public XmlResourceParser getLayout(@LayoutRes int id) throws NotFoundException {

Completed in 655 milliseconds