public BaseViewAdapter getMainAdapter() { return BaseViewAdapter.getMainAdapter(mView); }
public void createDummyView(Context context, int width, int height) { final StdGraphView view = new StdGraphView(context, (BaseGraphView) null); view.layout(0, 0, width, height); mView = view; mView.coreView().onSize(BaseViewAdapter.getMainAdapter(mView), width, height); }