Home
last modified time | relevance | path

Searched refs:separate (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/frameworks/base/docs/html/training/multiscreen/
Dadaptui.jd99 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/
DREADME7 Once saved here, the files must be uploaded to a separate
/frameworks/base/docs/html/training/multiple-threads/
Dindex.jd47 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/
Din-app-search.jd143 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/
Dswipe-views.jd21 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/
DREADME5 Each testcase is a separate .rs file, and comments inside the testcase are
/frameworks/base/docs/html/google/play/
Ddist.jd6 can download your app as well as deliver separate versions of your app based on certain
/frameworks/base/docs/html/training/swipe/
Drespond-refresh-request.jd53 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/
Dtablets-and-handsets.jd55 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&mdash;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/
Dtvinput.jd68 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/
DREADME42 These applications should be installed on two separate Android
/frameworks/base/docs/html/training/run-background-service/
Dindex.jd41 help you off-load operations onto a separate thread running in the background. The most useful
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstopping.jd53 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/
DGsmConnection.java232 public void separate() throws CallStateException { in separate() method in GsmConnection
234 mOwner.separate(this); in separate()
/frameworks/base/docs/html/training/activity-testing/
Dactivity-basic-testing.jd46 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/
Dindex.jd46 separate thread, wait for it to finish, and then display the results.
/frameworks/base/docs/html/guide/components/
Dfundamentals.jd72 <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/
Dindex.jd43 allows your app to start an activity that is contained in a separate app.</p>
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags60 # it really contains 4 separate values, each taking up a byte
/frameworks/base/docs/html-intl/intl/zh-cn/training/multiscreen/
Dadaptui.jd90 /* start a separate activity */
/frameworks/base/telecomm/java/android/telecom/
DRemoteConference.java350 public void separate(RemoteConnection connection) { in separate() method in RemoteConference
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaConnection.java262 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/
Dresult.jd138 // CAUTION: The query() method should be called from a separate thread to avoid blocking
/frameworks/base/docs/html-intl/intl/ru/training/multiscreen/
Dadaptui.jd90 /* start a separate activity */
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dresult.jd138 // CAUTION: The query() method should be called from a separate thread to avoid blocking

12345678910>>...14