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

  /sdk/anttasks/src/com/android/ant/
AidlExecTask.java 42 private String mFramework;
63 task.createArg().setValue("-p" + mFramework);
117 mFramework = TaskHelper.checkSinglePath("framework", value);
135 if (mFramework == null) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PlayAnimationMenu.java 61 private boolean mFramework;
84 mFramework = framework;
99 Collection<String> animationNames = graphicalEditor.getResourceNames(mFramework,
108 IAction action = new PlayAnimationAction(title, animation, mFramework);
115 if (!mFramework) {

Completed in 1541 milliseconds