Lines Matching refs:on
44 <p>Depending on the layout that your application is currently showing, the UI
46 mode, clicking on an item on the left pane will simply display the content on
48 on its own (in a different activity).</p>
79 components is to check whether they are available before performing an operation on
81 menu, but that button only exists when running on versions older than Android 3.0 (because it's
82 function is taken over by the {@link android.app.ActionBar} on API level 11+). So, to add the event
96 <p>Some actions may have a different result depending on the current layout.
97 For example, in the News Reader sample, clicking on a headline from the
107 /* display article on the right pane */
153 your interface that's implemented as a pane on some screen configurations and
154 as a separate activity on other configurations. For example, in the News Reader
155 sample, the news article text is presented in the right side pane on
156 large screens, but is a separate activity on smaller screens.</p>
230 <p>For example, on a typical 7" tablet running Android 3.0 or higher, the News Reader sample uses a