Home
last modified time | relevance | path

Searched refs:included (Results 1 – 25 of 271) sorted by relevance

1234567891011

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DNoVariableIncludeTest.java31 assertNotNull(mBinder.included); in testInclude()
32 assertNotNull(mBinder.included.textView); in testInclude()
34 assertEquals(expectedValue, mBinder.included.textView.getText().toString()); in testInclude()
/frameworks/native/opengl/tests/angeles/
Dlicense.txt11 General Public License is included with this source in the
13 (2) The BSD-style license that is included with this source in
/frameworks/native/vulkan/api/
Dplatform.api11 // The above copyright notice and this permission notice shall be included
22 // Platform types, as defined or included in vk_platform.h
/frameworks/base/docs/html/topic/libraries/
Dindex.jd6 included with the Android Framework.</p>
/frameworks/support/v7/appcompat/
DREADME.txt9 The accompanying resources must also be included in the application.
/frameworks/support/v7/mediarouter/
DREADME.txt9 The accompanying resources must also be included in the application.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
DARM_DELIVERY.TXT27 consistent across its included aspects and be ready for general deployment.
54 files included in this transaction, together with their checksums.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
DARM_DELIVERY.TXT27 consistent across its included aspects and be ready for general deployment.
54 files included in this transaction, together with their checksums.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
DARM_DELIVERY.TXT27 consistent across its included aspects and be ready for general deployment.
54 files included in this transaction, together with their checksums.
/frameworks/base/docs/html/guide/appendix/
Dindex.jd6 <dd>A list of media codecs included in the Android platform.</dd>
/frameworks/av/services/audioflinger/
DPatchPanel.h19 #error This header file should only be included from AudioFlinger.h
DRecordTracks.h19 #error This header file should only be included from AudioFlinger.h
DTrackBase.h19 #error This header file should only be included from AudioFlinger.h
/frameworks/base/docs/html/training/improving-layouts/
Dreusing-layouts.jd46 extracted, managed separately, then included in each layout. So while
55 included in each activity (<code>titlebar.xml</code>):</p>
102 included layout's root view by specifying them in the {@code <include/>} tag. For
/frameworks/rs/api/
Drs_core.spec25 included for you.
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DViewDataBinding.java983 final View[] included = new View[includeCount]; in mapBindings() local
985 included[j] = viewGroup.getChildAt(i + j); in mapBindings()
987 bindings[index] = DataBindingUtil.bind(bindingComponent, included, in mapBindings()
1002 IncludedLayouts included, int includedIndex) { in findIncludeIndex() argument
1006 final String[] layouts = included.layouts[includedIndex]; in findIncludeIndex()
/frameworks/base/docs/html/sdk/
DRELEASENOTES.jd79 <p>For details about the Android platforms included in the SDK &mdash; including
127 environment that were not included in the SDK package.</p>
197 driver included in previous Android SDKs, although installing the new driver is
212 <p>The Android 1.6 platform included in the SDK provides a new set of emulator
245 text input. Also provides the same set of developer tools included in the
256 against the new Android 1.5 system image included in this SDK, to ensure
299 Windows versions of the SDK, a custom USB driver is included that supports the
330 <li>Multiple versions of the Android platform are included (Android 1.1,
354 <p>For details about the Android platforms included in the SDK &mdash; including
382 is similar to any of the Android platform targets included in the SDK &mdash; it
[all …]
/frameworks/base/docs/html/training/wearables/ui/
Dlayouts.jd63 <li>Use a special layout included in the library for both square and round devices. This layout
77 the Android SDK manager and that the following dependency is included in the
99 class included in the Wearable UI Library lets you specify different layout definitions for square
181 class included in the Wearable UI Library extends
/frameworks/base/docs/html/
Dlicense.jd36 <p>Third-party components of this site such as JavaScript libraries are included in the Android
67 included in that license.</li>
71 style="margin:0;padding:0 2px;vertical-align:baseline" /> stylized typeface logo) are not included
222 exist, the W3C Software and Document Short Notice should be included.
/frameworks/native/docs/
DDoxyfile44 # included in the documentation. The maximum height of the logo should not
317 # unions are shown inside the group in which they are included (e.g. using
381 # will be included in the documentation.
386 # scope will be included in the documentation.
391 # will be included in the documentation.
396 # defined locally in source files will be included in the documentation.
397 # If set to NO only classes defined in header files are included.
403 # the interface are included in the documentation.
404 # If set to NO (the default) only methods in the interface are included.
418 # If set to NO (the default) these members will be included in the
[all …]
/frameworks/wilhelm/doc/
DDoxyfile304 # will be included in the documentation.
309 # will be included in the documentation.
314 # defined locally in source files will be included in the documentation.
315 # If set to NO only classes defined in header files are included.
321 # the interface are included in the documentation.
322 # If set to NO (the default) only methods in the interface are included.
336 # If set to NO (the default) these members will be included in the
344 # If set to NO (the default) these classes will be included in the various
351 # If set to NO (the default) these declarations will be included in the
364 # that is typed after a \internal command is included. If the tag is set
[all …]
/frameworks/support/v7/gridlayout/
DREADME.txt9 The accompanying resources must also be included in the application.
/frameworks/rs/scriptc/
Drs_core.rsh27 * included for you.
/frameworks/base/docs/html/tv/adt-1/
Dindex.jd54 <p>Plug the included power cable into the back of ADT-1. The device does not have an on/off
60 <p>Unplug the included power cable from the back of ADT-1. The device does not have an on/off
78 small, female power connector that the included power supply plugs into.</p>
249 included power cable from the back of ADT-1 to reboot it.
/frameworks/base/docs/html/guide/topics/resources/
Dlayout-resource.jd149 <dd><em>Resource ID</em>. Overrides the ID given to the root view in the included layout.
153 included layout. Only effective if <code>android:layout_width</code> is also declared.
157 included layout. Only effective if <code>android:layout_height</code> is also declared.
161 supported by the root element in the included layout and they will override those defined in the

1234567891011