Home
last modified time | relevance | path

Searched refs:basic (Results 1 – 25 of 196) sorted by relevance

12345678

/frameworks/base/libs/androidfw/tests/data/basic/
Dbuild22 mv resources.arsc basic.arsc && \
23 xxd -i basic.arsc > basic_arsc.h && \
/frameworks/support/v4/java/android/support/v4/view/
DKeyEventCompat.java54 int modifiers, int basic, int left, int right) { in metaStateFilterDirectionalModifiers() argument
55 final boolean wantBasic = (modifiers & basic) != 0; in metaStateFilterDirectionalModifiers()
65 return metaState & ~basic; in metaStateFilterDirectionalModifiers()
/frameworks/base/libs/hwui/tests/unit/
DDeviceInfoTests.cpp24 TEST(DeviceInfo, basic) { in TEST() argument
/frameworks/base/libs/androidfw/tests/data/feature/
Dbuild18 aapt package -M AndroidManifest.xml -S res --feature-of ../basic/bundle.apk -F bundle.apk -f && \
/frameworks/base/docs/html/training/
Dbuilding-graphics.jd10 If you want to go beyond the basic user interface to create a beautiful visual experience,
/frameworks/base/docs/html/distribute/monetize/
Dsubscriptions.jd31 At a basic level you can offer use of your apps or access to their content on
39 subscriptions within your apps. This way you can offer users basic or core
/frameworks/base/docs/html/ndk/samples/
Dwalkthroughs.jd7 <li><a href="{@docRoot}ndk/samples/sample_hellojni.html">hello-jni</a>: A very basic app that
/frameworks/rs/api/
Drs_object_types.spec152 summary: Element basic data type
154 rs_data_type is used to encode the type information of a basic element.
/frameworks/base/docs/html/training/graphics/opengl/
Dindex.jd70 <dd>Learn how to do basic movement and animation of drawn objects with OpenGL.</dd>
73 <dd>Learn how to do basic interaction with OpenGL graphics.</dd>
/frameworks/base/docs/html/training/gestures/
Dindex.jd43 <p>Although your app should not depend on touch gestures for basic behaviors (since the gestures
63 … Learn how to detect basic touch gestures such as scrolling, flinging, and double-tapping, using
/frameworks/base/docs/html/ndk/guides/
Dsample.jd8 <li><a href="./md_2__samples_sample--hellojni.html">hello-jni</a>: A very basic app that illustrate…
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/
Dbuild.gradle30 compile 'org.eclipse.aether:aether-connector-basic:1.0.2.v20150114'
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestBasic.java40 currentView = inflater.inflate(R.layout.basic, container, false); in onCreateView()
/frameworks/base/docs/html-intl/intl/ru/training/basics/activity-lifecycle/
Dstarting.jd62 <img src="{@docRoot}images/training/basics/basic-lifecycle.png" />
238 <img src="{@docRoot}images/training/basics/basic-lifecycle-create.png" />
/frameworks/base/docs/html-intl/intl/ja/training/basics/activity-lifecycle/
Dstarting.jd62 <img src="{@docRoot}images/training/basics/basic-lifecycle.png" />
238 <img src="{@docRoot}images/training/basics/basic-lifecycle-create.png" />
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/activity-lifecycle/
Dstarting.jd62 <img src="{@docRoot}images/training/basics/basic-lifecycle.png" />
238 <img src="{@docRoot}images/training/basics/basic-lifecycle-create.png" />
/frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/
Dstarting.jd62 <img src="{@docRoot}images/training/basics/basic-lifecycle.png" />
238 <img src="{@docRoot}images/training/basics/basic-lifecycle-create.png" />
/frameworks/base/docs/html/ndk/guides/audio/
Dindex.jd12 <a href="{@docRoot}ndk/guides/audio/basics.html">basic information</a> about the API, including
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
DMavenDependencyCollectorTask.groovy25 import org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
/frameworks/base/docs/html/training/basics/supporting-devices/
Dindex.jd33 <p>This class teaches you how to use basic platform features that leverage alternative
/frameworks/base/docs/html/training/basics/data-storage/
Dindex.jd51 <dd>Learn to save a basic file, such as to store long sequences of data that
/frameworks/base/docs/html/guide/topics/ui/controls/
Dtogglebutton.jd24 <p>You can add a basic toggle button to your layout with the {@link android.widget.ToggleButton}
/frameworks/base/docs/html/wear/preview/
Dstart.jd31 If you want an environment for basic compatibility
34 full development environment to do basic testing. To simply test your
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/activity-lifecycle/
Dstarting.jd62 <img src="{@docRoot}images/training/basics/basic-lifecycle.png" />
238 <img src="{@docRoot}images/training/basics/basic-lifecycle-create.png" />
/frameworks/rs/scriptc/
Drs_object_types.rsh128 * rs_data_type: Element basic data type
130 * rs_data_type is used to encode the type information of a basic element.

12345678