/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/training/swipe/ |
D | respond-refresh-request.jd | 53 operation in a separate method, and call that update method from your {@link 107 operation. Once again, you should be doing the actual update in a separate
|
/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/docs/html/training/tv/tif/ |
D | tvinput.jd | 68 meta data in a separate XML resource. The service declaration, the intent filter and the service 83 <p>Define the service meta data in separate XML file, as shown in the following example. The service 113 {@link android.os.HandlerThread} which provides a process thread separate from the UI thread 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/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 | 232 public void separate() throws CallStateException { in separate() method in GsmConnection 234 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/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/base/docs/html-intl/intl/zh-cn/training/multiscreen/ |
D | adaptui.jd | 90 /* start a separate activity */
|
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConference.java | 350 public void separate(RemoteConnection connection) { in separate() method in RemoteConference
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaConnection.java | 262 public void separate() throws CallStateException { in separate() method in CdmaConnection 264 mOwner.separate(this); in separate()
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/ |
D | result.jd | 138 // CAUTION: The query() method should be called from a separate thread to avoid blocking
|
/frameworks/base/docs/html-intl/intl/ru/training/multiscreen/ |
D | adaptui.jd | 90 /* start a separate activity */
|
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/ |
D | result.jd | 138 // CAUTION: The query() method should be called from a separate thread to avoid blocking
|