MCPcopy Create free account
hub / github.com/buggins/coolreader / showView

Method showView

android/src/org/coolreader/CoolReader.java:1175–1178  ·  view source on GitHub ↗
( View view )

Source from the content-addressed store, hash-verified

1173
1174 private View currentView;
1175 public void showView( View view )
1176 {
1177 showView( view, true );
1178 }
1179 public void showView( View view, boolean hideProgress )
1180 {
1181 if ( mBackgroundThread==null )

Callers 3

onCreateMethod · 0.95
showReaderMethod · 0.95
runMethod · 0.95

Calls 4

postGUIMethod · 0.80
getClassMethod · 0.80
vMethod · 0.65
getChildCountMethod · 0.45

Tested by

no test coverage detected