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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
WidgetClassLoader.java 57 private boolean mIsInstantiable = false;
124 return mIsInstantiable;
128 mIsInstantiable = state;
LayoutParamsParser.java 62 private boolean mIsInstantiable;
67 mIsInstantiable = instantiable;
71 return mIsInstantiable;

Completed in 30 milliseconds