Searched refs:layoutResId (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/preference/ |
D | SeekBarPreference.java | 50 final int layoutResId = a.getResourceId( in SeekBarPreference() local 55 setLayoutResource(layoutResId); in SeekBarPreference()
|
D | Preference.java | 427 public void setLayoutResource(int layoutResId) { in setLayoutResource() argument 428 if (layoutResId != mLayoutResId) { in setLayoutResource() 433 mLayoutResId = layoutResId; in setLayoutResource()
|
D | PreferenceActivity.java | 267 public HeaderAdapter(Context context, List<Header> objects, int layoutResId, in HeaderAdapter() argument 271 mLayoutResId = layoutResId; in HeaderAdapter() 537 final int layoutResId = sa.getResourceId( in onCreate() local 550 setContentView(layoutResId); in onCreate()
|
/frameworks/base/core/java/android/app/ |
D | AlertDialog.java | 882 public Builder setView(int layoutResId) { in setView() argument 884 P.mViewLayoutResId = layoutResId; in setView()
|
D | ActionBar.java | 1193 public abstract Tab setCustomView(int layoutResId); in setCustomView() argument
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | ActionBar.java | 1198 public abstract Tab setCustomView(int layoutResId); in setCustomView() argument
|
/frameworks/base/core/java/com/android/internal/app/ |
D | AlertController.java | 273 public void setView(int layoutResId) { in setView() argument 275 mViewLayoutResId = layoutResId; in setView()
|
D | WindowDecorActionBar.java | 1146 public Tab setCustomView(int layoutResId) { in setCustomView() argument 1148 .inflate(layoutResId, null)); in setCustomView()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/ |
D | WindowDecorActionBar.java | 1154 public Tab setCustomView(int layoutResId) { in setCustomView() argument 1156 .inflate(layoutResId, null)); in setCustomView()
|
/frameworks/base/core/java/android/widget/ |
D | NumberPicker.java | 601 final int layoutResId = attributesArray.getResourceId( in NumberPicker() local 604 mHasSelectorWheel = (layoutResId != DEFAULT_LAYOUT_RESOURCE_ID); in NumberPicker() 663 inflater.inflate(layoutResId, this, true); in NumberPicker()
|
D | SearchView.java | 265 … final int layoutResId = a.getResourceId(R.styleable.SearchView_layout, R.layout.search_view); in SearchView() local 266 inflater.inflate(layoutResId, this, true); in SearchView()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SearchView.java | 281 final int layoutResId = a.getResourceId(R.styleable.SearchView_layout, 0); in SearchView() local 282 inflater.inflate(layoutResId, this, true); in SearchView()
|