Home
last modified time | relevance | path

Searched refs:creates (Results 1 – 25 of 131) sorted by relevance

123456

/frameworks/base/libs/hwui/tests/
Dhow_to_run.txt13 shadowgrid: creates a grid of rounded rects that cast shadows, high CPU & GPU load
15 rectgrid: creates a grid of 1x1 rects
/frameworks/base/docs/html/guide/topics/ui/
Doverview.jd34 <code>&lt;TextView&gt;</code> element creates a {@link android.widget.TextView} widget in your UI,
35 and a <code>&lt;LinearLayout&gt;</code> element creates a {@link android.widget.LinearLayout} view
/frameworks/base/docs/html/tools/testing/
Dcontentprovider_testing.jd120 feature of this class is its initialization, which creates the isolated test environment.
125 constructor creates an {@link android.test.IsolatedContext} object that allows file and
131 The constructor then creates a {@link android.test.mock.MockContentResolver} to use as the
138 Lastly, the constructor creates an instance of the provider under test. This is a normal
Dtesting_otheride.jd125 The <code>android</code> tool creates the test project files and directory structure
126 in this directory. If the directory does not exist, <code>android</code> creates it.
135 This creates a new test project with the appropriate directories and build files. The directory
141 The operation also creates an <code>AndroidManifest.xml</code> file with instrumentation
156 This creates a directory called <code>~/src/HelloAndroidTest</code>. In the new directory you
/frameworks/base/docs/html/tools/projects/
Dtemplates.jd96 None</strong> option creates a simple application that follows the
115 Tabs</strong> or <strong>Tabs + Swipe</strong> option creates an application with
137 Swipe Views + Title Strip</strong> option creates an application with three
159 Dropdown</strong> option creates an application that extends
218 <td><p>This template creates an adaptive layout for a set of items and associated details. On a
Dprojects-eclipse.jd65 <li>Enter a <strong>Package Name</strong>. This class package namespace creates the initial
115 <li>Click <strong>Finish</strong> and the wizard creates a new project according to the options
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds-cmdline.jd118 target ID as the <code>-t</code> argument. Here's an example that creates an
133 The <code>android</code> tool creates the AVD with name and system image mapping you
183 <p>When you create an AVD, the <code>android</code> tool creates a dedicated directory for it
190 <p>The <code>android</code> tool also creates an <code>&lt;AVD_name&gt;.ini</code> file for the AVD…
195 <p>By default, the <code>android</code> tool creates the AVD directory inside
/frameworks/base/docs/html/guide/components/
Drecents.jd83 the new document, the system always creates a new task with the target activity as the root.
122 The new activity gets the intent and creates a new document in the overview screen, as in the
166 …<dd>The activity creates a new task for the document, even if the document is already opened. Using
208 <p>In the activity that creates a new task in the overview screen, you can
/frameworks/base/docs/html/tools/help/
Dmksdcard.jd9 This tool creates an SD card that is not bundled with an AVD, so it is useful for situations
Djobb.jd24 existing OBB. The following example command creates an OBB file from source files.</p>
/frameworks/base/docs/html/training/multiple-threads/
Dcommunicate-ui.jd55 creates your thread pools, and store the object in a global variable. Connect it to the UI
159 // Gets a handle to the object that creates the thread pools
192 <code>TASK_COMPLETE</code>, creates a {@link android.os.Message} containing the state and task
Dcreate-threadpool.jd219 This creates and manages a constrained group of threads. Because the initial pool size and
220 the maximum pool size are the same, {@link java.util.concurrent.ThreadPoolExecutor} creates
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMTestHandler.java.broken32 * This class creates a HandlerThread which waits for the various messages.
/frameworks/base/docs/html/guide/topics/media/
Dindex.jd16 <p>If your media playback application creates a media playback service, just like Music, that
/frameworks/base/docs/html/sdk/installing/
Dcreate-project.jd119 <p>Android Studio creates the default structure for your project and opens the development
120 environment. If your app supports more than one form factor, Android Studio creates a module folder
156 package namespace creates the initial
211 …<p>The wizard creates a new Android application module according to the options you have chosen.</…
274 the build system creates an AAR package for it that you could reuse in other projects.</p>
Dmigrate.jd156 <p>Android Studio provides a function for importing Eclipse ADT projects, which creates a new
163 <p>After selecting an Eclipse ADT project to import, Android Studio creates the Android
254 re-starting the import process. Importing an Eclipse ADT project to Android Studio creates a new
/frameworks/rs/api/
Drs_matrix.spec322 …This function creates a rotation matrix. The axis of rotation is the <code>(x, y, z)</code> vecto… function
338 This function creates a scaling matrix, where each component of a vector is multiplied function
353 This function creates a translation matrix, where a number is added to each element of function
/frameworks/base/docs/html/training/tv/tif/
Dindex.jd44 displays them to a user. When a user selects a specific channel, the live TV app creates a
/frameworks/native/opengl/libs/GLES_trace/
DDESIGN.txt49 it may not know of. In such a case, it creates a context matching the version that it is now
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstarting.jd44 handle the first lifecycle callback that creates a new instance of your activity.</p>
52 activity lifecycle is a separate step on the pyramid. As the system creates a new activity instance,
182 different activity that your app starts in response to a user action, the system creates
/frameworks/rs/scriptc/
Drs_matrix.rsh352 * This function creates a rotation matrix. The axis of rotation is the (x, y, z) vector.
371 * This function creates a scaling matrix, where each component of a vector is multiplied
388 * This function creates a translation matrix, where a number is added to each element of
/frameworks/opt/net/ims/
DREADME.txt22 of the local device. ImsCallProfile can creates by ImsManager
/frameworks/base/docs/html/tools/building/
Dbuilding-cmdline.jd85 <p>This creates your debug <code>.apk</code> file inside the module <code>build/</code>
155 <p>This creates your Android application .apk file inside the project <code>bin/</code>
223 <p>This creates your Android application .apk file inside the module <code>build/</code>
Dplugin-for-gradle.jd72 <li><em>Testing</em>. For most templates, the build system creates a test directory,
175 manifest properties, creates two build types: release and debug, and declares several dependencies.
329 the build.gradle file, and two build types (<em>debug</em> and <em>release</em>). This creates two
/frameworks/base/docs/html/training/wearables/notifications/
Dstacks.jd23 notifications into a single summary notification. For example, if your app creates notifications

123456