HomeSort by relevance Sort by last modified time
    Searched refs:mLogShown (Results 26 - 44 of 44) sorted by null

12

  /development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
MainActivity.java 43 private boolean mLogShown;
68 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
77 mLogShown = !mLogShown;
79 if (mLogShown) {
  /development/samples/browseable/BasicTransition/src/com.example.android.basictransition/
MainActivity.java 46 private boolean mLogShown;
69 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
78 mLogShown = !mLogShown;
80 if (mLogShown) {
  /development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
MainActivity.java 46 private boolean mLogShown;
69 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
78 mLogShown = !mLogShown;
80 if (mLogShown) {
  /development/samples/browseable/CardReader/src/com.example.android.cardreader/
MainActivity.java 46 private boolean mLogShown;
69 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
78 mLogShown = !mLogShown;
80 if (mLogShown) {
  /development/samples/browseable/ClippingBasic/src/com.example.android.clippingbasic/
MainActivity.java 43 private boolean mLogShown;
68 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
77 mLogShown = !mLogShown;
79 if (mLogShown) {
  /development/samples/browseable/CustomTransition/src/com.example.android.customtransition/
MainActivity.java 46 private boolean mLogShown;
69 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
78 mLogShown = !mLogShown;
80 if (mLogShown) {
  /development/samples/browseable/DrawableTinting/src/com.example.android.drawabletinting/
MainActivity.java 43 private boolean mLogShown;
68 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
77 mLogShown = !mLogShown;
79 if (mLogShown) {
  /development/samples/browseable/ElevationBasic/src/com.example.android.elevationbasic/
MainActivity.java 43 private boolean mLogShown;
68 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
77 mLogShown = !mLogShown;
79 if (mLogShown) {
  /development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
MainActivity.java 43 private boolean mLogShown;
68 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
77 mLogShown = !mLogShown;
79 if (mLogShown) {
  /development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
MainActivity.java 43 private boolean mLogShown;
68 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
77 mLogShown = !mLogShown;
79 if (mLogShown) {
  /development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
MainActivity.java 46 private boolean mLogShown;
69 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
78 mLogShown = !mLogShown;
80 if (mLogShown) {
  /development/samples/browseable/Interpolator/src/com.example.android.interpolator/
MainActivity.java 43 private boolean mLogShown;
68 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
77 mLogShown = !mLogShown;
79 if (mLogShown) {
  /development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
MainActivity.java 43 private boolean mLogShown;
68 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
77 mLogShown = !mLogShown;
79 if (mLogShown) {
  /development/samples/browseable/RevealEffectBasic/src/com.example.android.revealeffectbasic/
MainActivity.java 43 private boolean mLogShown;
68 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
77 mLogShown = !mLogShown;
79 if (mLogShown) {
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.slidingtabsbasic/
MainActivity.java 46 private boolean mLogShown;
69 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
78 mLogShown = !mLogShown;
80 if (mLogShown) {
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
MainActivity.java 46 private boolean mLogShown;
69 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
78 mLogShown = !mLogShown;
80 if (mLogShown) {
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.swiperefreshlayoutbasic/
MainActivity.java 46 private boolean mLogShown;
69 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
78 mLogShown = !mLogShown;
80 if (mLogShown) {
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/
MainActivity.java 46 private boolean mLogShown;
69 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
78 mLogShown = !mLogShown;
80 if (mLogShown) {
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
MainActivity.java 46 private boolean mLogShown;
69 logToggle.setTitle(mLogShown ? R.string.sample_hide_log : R.string.sample_show_log);
78 mLogShown = !mLogShown;
80 if (mLogShown) {

Completed in 422 milliseconds

12