Home | History | Annotate | Download | only in documentsui

Lines Matching refs:showSize

260             mState.showSize = true;
262 mState.showSize = LocalPreferences.getDisplayFileSize(this);
576 sortSize.setVisible(mState.showSize);
665 mState.showSize = display;
1206 public boolean showSize = false;
1248 out.writeInt(showSize ? 1 : 0);
1268 state.showSize = in.readInt() != 0;