/frameworks/base/docs/html/training/multiscreen/ |
D | adaptui.jd | 99 is in dual pane mode, but will launch a separate activity if the UI is in 110 /* start a separate activity */ 154 as a separate activity on other configurations. For example, in the News Reader 156 large screens, but is a separate activity on smaller screens.</p> 225 <p>If you are using separate activities to implement separate parts of your interface, 231 separate activity to display the news article when running in portrait mode,
|
/frameworks/base/docs/downloads/ |
D | README | 7 Once saved here, the files must be uploaded to a separate
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | index.jd | 47 separate thread. 60 Learn how to write code to run on a separate {@link java.lang.Thread}, by
|
/frameworks/base/docs/html/training/tv/discovery/ |
D | in-app-search.jd | 143 The example code shown above is meant to be used with a separate {@code SearchRunnable} class 144 that runs the search query on a separate thread. This technique keeps potentially slow-running
|
/frameworks/base/docs/html/design/patterns/ |
D | swipe-views.jd | 21 detail contents in a separate screen.</p> 28 <p>On a phone, since the master and detail are on separate screens, this typically requires the use…
|
/frameworks/compile/slang/lit-tests/ |
D | README | 5 Each testcase is a separate .rs file, and comments inside the testcase are
|
/frameworks/base/docs/html/google/play/ |
D | dist.jd | 6 can download your app as well as deliver separate versions of your app based on certain
|
/frameworks/base/docs/html/guide/practices/ |
D | tablets-and-handsets.jd | 55 android.app.Fragment} APIs. Fragments allow you to separate distinct behavioral components of your 56 UI into separate parts, which you can then combine to create multi-pane layouts when running on a 57 tablet or place in separate activities when running on a handset. Android 3.0 also introduced 171 components should appear on separate screens—selecting an article from a list changes the 182 one activity; on a handset, use separate activities to host each fragment. For example, 203 <p>This guide focuses on the second option, in which you display each fragment in a separate 210 both handsets and tablets when using separate activities for the handset design:</p> 408 and the tabs appear in a separate row (the stacked action bar). On the tablet, more action items can 420 you enable split action bar, a separate bar appears at the bottom of the screen to
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 42 These applications should be installed on two separate Android
|
/frameworks/base/docs/html/training/run-background-service/ |
D | index.jd | 41 help you off-load operations onto a separate thread running in the background. The most useful
|
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConference.java | 183 public void separate(RemoteConnection connection) { in separate() method in RemoteConference
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | stopping.jd | 53 visible and the user's focus is in a separate activity (or an entirely separate app).</p> 91 separate thread but that's too complicated to show here. -->
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmConnection.java | 231 public void separate() throws CallStateException { in separate() method in GsmConnection 233 mOwner.separate(this); in separate()
|
/frameworks/base/docs/html/training/activity-testing/ |
D | activity-basic-testing.jd | 46 Make sure to put your tests in a separate package, distinct from the code under 76 the code for test initialization and clean up separate from the tests methods. 189 an underscore to separate what is being tested from the specific case being
|
/frameworks/base/docs/html/training/load-data-background/ |
D | index.jd | 46 separate thread, wait for it to finish, and then display the results.
|
/frameworks/base/docs/html/guide/faq/ |
D | framework.jd | 44 separate pool of transaction threads in each process to dispatch all 45 incoming IPC calls. The developer should create separate threads for any
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaConnection.java | 260 public void separate() throws CallStateException { in separate() method in CdmaConnection 262 mOwner.separate(this); in separate()
|
/frameworks/base/docs/html/guide/components/ |
D | fundamentals.jd | 72 <li>Resources that are separate from the app code and allow your app to 185 <p>Because the system runs each app in a separate process with file permissions that 224 <p>There are separate methods for activating each type of component:</p> 422 separate from the source code, such as images, audio files, and anything relating to the visual 436 <p>One of the most important aspects of providing resources separate from your source code 439 languages and save those strings in separate files. Then, based on a language <em>qualifier</em> 475 <dd>Information about how Android apps are structured to separate app resources from the
|
/frameworks/base/docs/html/training/basics/intents/ |
D | index.jd | 43 allows your app to start an activity that is contained in a separate app.</p>
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 60 # it really contains 4 separate values, each taking up a byte
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 325 public abstract void separate() throws CallStateException; in separate() method in Connection
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | accessing.jd | 66 Wear app</a> installed, use a separate <a
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/multiscreen/ |
D | adaptui.jd | 90 /* start a separate activity */
|
/frameworks/base/docs/html-intl/intl/ru/training/multiscreen/ |
D | adaptui.jd | 90 /* start a separate activity */
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 33 and a separate source is included for Linux with X11.
|