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

  /development/apps/Development/src/com/android/development/
ShowActivity.java 58 mClass = (TextView)findViewById(R.id.classView);
PackageSummary.java 71 mClass = (TextView)findViewById(R.id.classView);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java 153 IType classView = javaProject.findType(CLASS_VIEW);
154 if (classView != null) {
156 if (hierarchy.contains(classView)) {

Completed in 370 milliseconds