HomeSort by relevance Sort by last modified time
    Searched refs:attachToRoot (Results 1 - 19 of 19) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLayoutInflater.java 42 public View inflate(int resource, ViewGroup root, boolean attachToRoot) {
43 return getResourceLoader().inflateView(context, resource, attachToRoot ? root : null);
  /frameworks/base/core/java/android/preference/
GenericInflater.java 251 * <em>attachToRoot</em> is true), or else simply an object that
253 * hierarchy (if <em>attachToRoot</em> is false.)
254 * @param attachToRoot Whether the inflated hierarchy should be attached to
257 * attachToRoot is true, this is root; otherwise it is the root of
260 public T inflate(@XmlRes int resource, P root, boolean attachToRoot) {
264 return inflate(parser, root, attachToRoot);
282 * <em>attachToRoot</em> is true), or else simply an object that
284 * hierarchy (if <em>attachToRoot</em> is false.)
285 * @param attachToRoot Whether the inflated hierarchy should be attached to
288 * attachToRoot is true, this is root; otherwise it is the root o
    [all...]
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
GenericInflater.java 251 * <em>attachToRoot</em> is true), or else simply an object that
253 * hierarchy (if <em>attachToRoot</em> is false.)
254 * @param attachToRoot Whether the inflated hierarchy should be attached to
257 * attachToRoot is true, this is root; otherwise it is the root of
260 public T inflate(int resource, T root, boolean attachToRoot) {
264 return inflate(parser, root, attachToRoot);
282 * <em>attachToRoot</em> is true), or else simply an object that
284 * hierarchy (if <em>attachToRoot</em> is false.)
285 * @param attachToRoot Whether the inflated hierarchy should be attached to
288 * attachToRoot is true, this is root; otherwise it is the root o
    [all...]
  /frameworks/base/core/java/android/view/
LayoutInflater.java 407 * <em>attachToRoot</em> is true), or else simply an object that
409 * hierarchy (if <em>attachToRoot</em> is false.)
410 * @param attachToRoot Whether the inflated hierarchy should be attached to
414 * attachToRoot is true, this is root; otherwise it is the root of
417 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) {
426 return inflate(parser, root, attachToRoot);
444 * <em>attachToRoot</em> is true), or else simply an object that
446 * hierarchy (if <em>attachToRoot</em> is false.)
447 * @param attachToRoot Whether the inflated hierarchy should be attached to
451 * attachToRoot is true, this is root; otherwise it is the root o
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 173 content.attachToRoot(this);
GLView.java 115 public void attachToRoot(GLRoot root) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 404 boolean attachToRoot, boolean skipCallbackParser) {
417 mBridgeInflater.inflate(blockParser, parent, attachToRoot),
455 mBridgeInflater.inflate(blockParser, parent, attachToRoot),
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 4488 milliseconds