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

  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 41 private boolean mShowInvisible;
60 mShowInvisible = false;
61 mShowInvisibleControl.setChecked(mShowInvisible);
73 mShowInvisible = isChecked;
110 (mShowInvisible ? "0" : "1") + "'";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 148 private boolean mShowInvisible;
    [all...]

Completed in 117 milliseconds