Searched defs:layoutResource (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItem.java88 public void setLayoutResource(int layoutResource) { argument
89 mLayoutRes = layoutResource;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DViewStubCompat.java119 * @param layoutResource A valid layout resource identifier (different from 0.)
126 public void setLayoutResource(int layoutResource) { argument
127 mLayoutResource = layoutResource;
229 throw new IllegalArgumentException("ViewStub must have a valid layoutResource");
/frameworks/base/core/java/android/view/
H A DViewStub.java90 * @param layoutResource The reference to a layout resource that will be inflated.
92 public ViewStub(Context context, @LayoutRes int layoutResource) { argument
95 mLayoutResource = layoutResource;
178 * @param layoutResource A valid layout resource identifier (different from 0.)
186 public void setLayoutResource(@LayoutRes int layoutResource) { argument
187 mLayoutResource = layoutResource;
191 public Runnable setLayoutResourceAsync(@LayoutRes int layoutResource) { argument
192 mLayoutResource = layoutResource;
312 throw new IllegalArgumentException("ViewStub must have a valid layoutResource");
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DLayoutLibTestCallback.java149 public ILayoutPullParser getParser(ResourceValue layoutResource) { argument
150 return new LayoutPullParser(new File(layoutResource.getValue()));
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1889 void onResourcesLoaded(LayoutInflater inflater, int layoutResource) { argument
1901 final View root = inflater.inflate(layoutResource, null);

Completed in 145 milliseconds