Home
last modified time | relevance | path

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

1234

/frameworks/base/libs/rs/scriptc/
Drs_types.rsh172 * Vector version of the basic float type.
178 * Vector version of the basic float type. Provides three float fields packed
183 * Vector version of the basic float type.
190 * Vector version of the basic double type. Provides two double fields packed
195 * Vector version of the basic double type. Provides three double fields packed
200 * Vector version of the basic double type. Provides four double fields packed
206 * Vector version of the basic uchar type. Provides two uchar fields packed
211 * Vector version of the basic uchar type. Provides three uchar fields packed
216 * Vector version of the basic uchar type. Provides four uchar fields packed
222 * Vector version of the basic ushort type. Provides two ushort fields packed
[all …]
/frameworks/support/v4/java/android/support/v4/view/
DKeyEventCompat.java48 int modifiers, int basic, int left, int right) { in metaStateFilterDirectionalModifiers() argument
49 final boolean wantBasic = (modifiers & basic) != 0; in metaStateFilterDirectionalModifiers()
59 return metaState & ~basic; in metaStateFilterDirectionalModifiers()
/frameworks/base/docs/html/guide/basics/
Dfixme-gs-core-packages.jd23 and delete notes, and covers many of the basic concepts with practical
44 <p> These are the basic packages that make up the Android SDK for writing
53 <dd> provides basic operating system services, message
80 platform. They are not necessary for basic application development.</p>
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_crashed.txt1 /sdcard/android/layout_tests/http/tests/xmlhttprequest/basic-auth.html
Dlayout_tests_failed.txt138 /sdcard/android/layout_tests/editing/text-iterator/basic-iteration.html
255 /sdcard/android/layout_tests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html
257 /sdcard/android/layout_tests/fast/dom/HTMLDataGridElement/DataGridDataSource-basic.html
570 /sdcard/android/layout_tests/http/tests/navigation/timerredirect-basic.html
580 /sdcard/android/layout_tests/http/tests/navigation/metaredirect-basic.html
585 /sdcard/android/layout_tests/http/tests/navigation/redirect302-basic.html
590 /sdcard/android/layout_tests/http/tests/navigation/slowmetaredirect-basic.html
593 /sdcard/android/layout_tests/http/tests/navigation/relativeanchor-basic.html
600 /sdcard/android/layout_tests/http/tests/navigation/success200-basic.html
604 /sdcard/android/layout_tests/http/tests/navigation/anchor-basic.html
[all …]
Dlayout_tests_nontext.txt61 /sdcard/android/layout_tests/css1/basic/containment.html
62 /sdcard/android/layout_tests/css1/basic/id_as_selector.html
63 /sdcard/android/layout_tests/css1/basic/comments.html
64 /sdcard/android/layout_tests/css1/basic/class_as_selector.html
65 /sdcard/android/layout_tests/css1/basic/contextual_selectors.html
66 /sdcard/android/layout_tests/css1/basic/inheritance.html
67 /sdcard/android/layout_tests/css1/basic/grouping.html
1614 /sdcard/android/layout_tests/fast/text/basic/001.html
1615 /sdcard/android/layout_tests/fast/text/basic/002.html
1616 /sdcard/android/layout_tests/fast/text/basic/011.html
[all …]
/frameworks/base/docs/html/resources/tutorials/views/
Dindex.jd16 World</a> tutorial&mdash;it will teach you several things about basic
20 <li>The basic structure of an Android project (resource files, layout files, etc.)</li>
21 <li>The basic components of an {@link android.app.Activity}</li>
Dhello-tablelayout.jd96 basic {@link android.view.View}, which is used to draw a horizontal line.</p>
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestBasic.java40 currentView = inflater.inflate(R.layout.basic, container, false); in onCreateView()
DBiDiTestActivity.java102 addItem(result, "Basic", BiDiTestBasic.class, R.id.basic); in getTests()
/frameworks/base/docs/html/guide/topics/views/
Dintro.jd6basic functional unit of an Android application is the <em>activity</em> &mdash; an object of the …
/frameworks/base/docs/html/guide/webapps/
Dbest-practices.jd38 href="http://www.w3.org/TR/2008/REC-xhtml-basic-20080729/">XHTML Basic</a>. This standard
47 "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd"&gt;
/frameworks/base/docs/html/guide/developing/testing/
Dindex.jd15 tutorial, which introduces basic testing concepts and procedures.
/frameworks/base/docs/html/guide/topics/nfc/
Dindex.jd21 NDEF data in your applications and gives an overview of the framework APIs that support the basic
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dindex.jd33 <dd>Activities are the basic, independent building blocks of applications.
Dicon_design_dialog.jd155 <li>Create the basic shapes using a tool like Adobe Illustrator.</li>
/frameworks/base/core/java/android/view/
DKeyEvent.java2046 int modifiers, int basic, int left, int right) { in metaStateFilterDirectionalModifiers() argument
2047 final boolean wantBasic = (modifiers & basic) != 0; in metaStateFilterDirectionalModifiers()
2054 + metaStateToString(basic) + " combined with " in metaStateFilterDirectionalModifiers()
2059 return metaState & ~basic; in metaStateFilterDirectionalModifiers()
/frameworks/base/docs/html/guide/topics/drawing/
Dopengl.jd51 <p>Finally, note that though Android does include some basic support for
/frameworks/base/docs/html/resources/articles/
Dlayout-tricks-efficiency.jd7 rather easy to use and, most of the time, you only need the basic
10 <p>Sticking to the basic features is unfortunately not the most efficient
/frameworks/base/docs/html/guide/topics/testing/
Dindex.jd54 Hello, Testing</a> tutorial introduces basic testing concepts and procedures.
/frameworks/base/docs/html/guide/developing/debugging/
Ddebugging-projects-cmdline.jd22 the Android SDK provides for debugging. A basic debugging environment consists of:</p>
/frameworks/base/opengl/tests/angeles/
DREADME.txt37 * How to use the basic features of OpenGL ES 1.0/1.1
/frameworks/base/opengl/specs/
DEGL_ANDROID_recordable.txt112 RESPONSE: There are two basic approaches to implementing this extension
/frameworks/base/docs/html/guide/tutorials/views/
Dhello-gallery.jd108 <p>The next three methods are required for basic member queries.
/frameworks/base/docs/html/guide/developing/tools/
Dmonkey.jd52 <p>The basic syntax is: </p>
125 <td>Adjust percentage of "basic" navigation events.

1234