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

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
BaseActivity.java 149 sortSize.setVisible(state.showSize);
320 public boolean showSize = false;
372 out.writeInt(showSize ? 1 : 0);
394 state.showSize = in.readInt() != 0;
425 getDisplayState().showSize = display;
DirectoryFragment.java 440 if (mLastMode == state.derivedMode && mLastShowSize == state.showSize) return;
442 mLastShowSize = state.showSize;
    [all...]
DocumentsActivity.java 254 state.showSize = true;
256 state.showSize = LocalPreferences.getDisplayFileSize(this);
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 732 milliseconds