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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 310 if (isAndroidContext(var.getType())) {
328 return isAndroidContext(clazz.getSuperclassType());
379 if (isAndroidContext(mb.getReturnType())) {
412 if (isAndroidContext(var.getType())) {
449 private boolean isAndroidContext(Type type) {
451 return isAndroidContext(type.resolveBinding());
459 private boolean isAndroidContext(ITypeBinding type) {
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/compiler/SNAPSHOT/
compiler-SNAPSHOT.jar 

Completed in 686 milliseconds