Searched refs:invoke (Results 1 – 14 of 14) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/ |
D | LayoutParamsParserTest.java | 145 method.invoke(mParser); in _getLayoutClasses() 154 return (ViewClassInfo) method.invoke(mParser, new ClassWrapper(groupClass)); in _addGroup() 163 return (LayoutParamsInfo) method.invoke(mParser, new ClassWrapper(groupClass)); in _addLayoutParams() 171 return (LayoutParamsInfo) method.invoke(mParser, new ClassWrapper(layoutParamsClass)); in _getLayoutParamsInfo() 179 return (IClassDescriptor) method.invoke(mParser, new ClassWrapper(groupClass)); in _findLayoutParams()
|
D | AndroidJarLoaderTest.java | 92 return (Class<?>)findClassMethod.invoke(jarLoader, name); in _findClass()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
D | ReplaceStringsVisitor.java | 201 MethodInvocation invoke = findParentClass(node, MethodInvocation.class); in examineMethodInvocation() local 202 if (invoke != null) { in examineMethodInvocation() 203 parent = invoke; in examineMethodInvocation() 204 arguments = invoke.arguments(); in examineMethodInvocation() 205 methodBinding = invoke.resolveMethodBinding(); in examineMethodInvocation()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/ |
D | AddNativeWizard.java | 99 m.invoke(null, mProject, false); in performFinish()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | DexWrapper.java | 188 Object res = mRunMethod.invoke(null /* obj: static method */, args); in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | ProjectCallback.java | 234 m.invoke(view, label); in loadView() 251 m.invoke(view, Integer.valueOf(center)); in loadView()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
D | SectionHelper.java | 176 reflow.invoke(section); in layoutChanged()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
D | HyperlinksTest.java | 266 ste = (StructuredTextEditor) method.invoke(newEditor, new Object[0]); in checkXmlNavigation()
|
/sdk/docs/ |
D | howto_build_SDK.txt | 181 Instead you just change directories to your git repository and invoke the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion12-expected-completion75.txt | 53 android:onClick : Name of the method in this View's context to invoke when the view is clicked. […
|
D | completion1-expected-completion39.txt | 128 android:onClick : Name of the method in this View's context to invoke when the view is clicked. […
|
D | completion5-expected-completion40.txt | 128 android:onClick : Name of the method in this View's context to invoke when the view is clicked. […
|
D | completionvalues1-expected-completion32.txt | 184 android:onClick : Name of the method in this View's context to invoke when the view is clicked. […
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridModel.java | 616 Object layoutParams = getLayoutParams.invoke(child); in assignRowsAndColumnsFromViews()
|