Lines Matching refs:pane
45 flow may be different. For example, if your application is in the dual-pane
46 mode, clicking on an item on the left pane will simply display the content on
47 the right pane; if it is in single-pane mode, the content should be displayed
56 pane" mode or "dual pane" mode. You can do that by querying if a given view
75 <p>Notice that this code queries whether the "article" pane is available or not,
98 headlines list opens the article in the right hand-side pane if the UI
99 is in dual pane mode, but will launch a separate activity if the UI is in
100 single-pane mode:</p>
107 /* display article on the right pane */
119 <p>Likewise, if the app is in dual-pane mode, it should set up the action bar
120 with tabs for navigation, whereas if the app is in single-pane mode, it should set
153 your interface that's implemented as a pane on some screen configurations and
155 sample, the news article text is presented in the right side pane on
161 is used in the dual-pane layout:</p>
232 but uses a two-pane layout when in landscape mode.</p>
237 display in the two-pane layout:</p>
249 // If should be in two-pane mode, finish to return to main activity