[go: nahoru, domu]

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

/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;
172 * @param layoutResource A valid layout resource identifier (different from 0.)
180 public void setLayoutResource(@LayoutRes int layoutResource) { argument
181 mLayoutResource = layoutResource;
284 throw new IllegalArgumentException("ViewStub must have a valid layoutResource");
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItem.java86 public void setLayoutResource(int layoutResource) { argument
87 mLayoutRes = layoutResource;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DViewStubCompat.java115 * @param layoutResource A valid layout resource identifier (different from 0.)
122 public void setLayoutResource(int layoutResource) { argument
123 mLayoutResource = layoutResource;
225 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.java141 public ILayoutPullParser getParser(ResourceValue layoutResource) { argument
142 return new LayoutPullParser(new File(layoutResource.getValue()));
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1764 void onResourcesLoaded(LayoutInflater inflater, int layoutResource) { argument
1776 final View root = inflater.inflate(layoutResource, null);

Completed in 345 milliseconds