Home | History | Annotate | Download | only in documentsui

Lines Matching refs:showAdvanced

256         mState.showAdvanced = mState.forceAdvanced
658 mState.showAdvanced = mState.forceAdvanced | display;
1209 public boolean showAdvanced = false;
1251 out.writeInt(showAdvanced ? 1 : 0);
1271 state.showAdvanced = in.readInt() != 0;