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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutParamsParser.java 82 protected IClassDescriptor mTopLayoutParamsClass;
164 mTopLayoutParamsClass = mClassLoader.getClass(paramsClassName);
172 if (mTopLayoutParamsClass != null) {
277 if (mTopLayoutParamsClass != null) {
326 if (layoutParamsClass.equals(mTopLayoutParamsClass) == false) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
LayoutParamsParserTest.java 69 mTopLayoutParamsClass = new ClassWrapper(mock_android.view.ViewGroup.LayoutParams.class);

Completed in 148 milliseconds