Home
last modified time | relevance | path

Searched defs:method (Results 1 – 17 of 17) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
DLayoutParamsParserTest.java143 … Method method = AndroidTargetParser.class.getDeclaredMethod("getLayoutClasses"); //$NON-NLS-1$ in _getLayoutClasses() local
151 Method method = LayoutParamsParser.class.getDeclaredMethod("addGroup", //$NON-NLS-1$ in _addGroup() local
160 … Method method = LayoutParamsParser.class.getDeclaredMethod("addLayoutParams", //$NON-NLS-1$ in _addLayoutParams() local
168 … Method method = LayoutParamsParser.class.getDeclaredMethod("getLayoutParamsInfo", //$NON-NLS-1$ in _getLayoutParamsInfo() local
176 … Method method = LayoutParamsParser.class.getDeclaredMethod("findLayoutParams", //$NON-NLS-1$ in _findLayoutParams() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
DFmEscapeXmlTextMethodTest.java30 FmEscapeXmlTextMethod method = new FmEscapeXmlTextMethod(); in check() local
DFmExtractLettersMethodTest.java30 FmExtractLettersMethod method = new FmExtractLettersMethod(); in check() local
DFmEscapeXmlAttributeMethodTest.java30 FmEscapeXmlAttributeMethod method = new FmEscapeXmlAttributeMethod(); in check() local
DFmSlashedPackageNameMethodTest.java30 FmSlashedPackageNameMethod method = new FmSlashedPackageNameMethod(); in check() local
DFmActivityToLayoutMethodTest.java30 FmActivityToLayoutMethod method = new FmActivityToLayoutMethod(); in check() local
DFmLayoutToActivityMethodTest.java30 FmLayoutToActivityMethod method = new FmLayoutToActivityMethod(); in check() local
DFmCamelCaseToUnderscoreMethodTest.java30 FmCamelCaseToUnderscoreMethod method = new FmCamelCaseToUnderscoreMethod(); in check() local
DFmUnderscoreToCamelCaseMethodTest.java30 FmUnderscoreToCamelCaseMethod method = new FmUnderscoreToCamelCaseMethod(); in check() local
DFmEscapeXmlStringMethodTest.java30 FmEscapeXmlStringMethod method = new FmEscapeXmlStringMethod(); in check() local
DFmClassNameToResourceMethodTest.java30 FmClassNameToResourceMethod method = new FmClassNameToResourceMethod(); in check() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DSourceRevealer.java131 IMethod method = (IMethod) methodMatches.get(0).getElement(); in revealMethod() local
252 private boolean displayMethod(IMethod method, String perspective) { in displayMethod()
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DSourceRevealer.java158 IMethod method = (IMethod) element; in acceptSearchMatch() local
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
DTraceviewEditor.java309 public void handleMethod(MethodData method) { in handleMethod()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinksTest.java265 Method method = xmlEditor.getClass().getMethod("getTextEditor", new Class[0]); in checkXmlNavigation() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestInfo.java813 IMethod method = activityType.getMethod( in guessActivityBySetContentView() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinks.java641 public static boolean openOnClickMethod(IProject project, String method) { in openOnClickMethod()