Searched refs:splitPaneView (Results 1 – 1 of 1) sorted by relevance
30 private LinearLayout splitPaneView; field in CanvasProofActivity113 this.splitPaneView.addView(this.ganeshPictureView); in nextView()115 this.splitPaneView.addView(this.hwuiPictureView); in nextView()116 this.currentView = this.splitPaneView; in nextView()118 } else if (this.currentView == this.splitPaneView) { in nextView()119 this.splitPaneView.removeAllViews(); in nextView()166 this.splitPaneView = new LinearLayout(this); in onCreate()167 this.splitPaneView.setOrientation(LinearLayout.VERTICAL); in onCreate()168 this.splitPaneView.setGravity(Gravity.FILL); in onCreate()