Home
last modified time | relevance | path

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

12345678

/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()
DTwoWayBindingAdapterTest.java564 makeVisible(mBinder.included.editText1, mBinder.textView); in testIncludedTwoWay1()
570 assertEquals("", mBinder.included.editText1.getText().toString()); in testIncludedTwoWay1()
571 mBinder.included.editText1.setText("Hello World"); in testIncludedTwoWay1()
583 assertEquals("Hello World", mBinder.included.editText1.getText().toString()); in testIncludedTwoWay1()
591 makeVisible(mBinder.included.editText2, mBinder.textView); in testIncludedTwoWay2()
597 assertEquals("", mBinder.included.editText2.getText().toString()); in testIncludedTwoWay2()
598 mBinder.included.editText2.setText("Hello World"); in testIncludedTwoWay2()
610 assertEquals("Hello World", mBinder.included.editText2.getText().toString()); in testIncludedTwoWay2()
796 mBinder.included.editText1.setVisibility(View.GONE); in makeVisible()
797 mBinder.included.editText2.setVisibility(View.GONE); in makeVisible()
/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/support/
Dinclude-composite-deps.gradle19 // including this Support Library build as an included build. See include-support-library.gradle
24 // Add included builds. This only works if this is currently the root build, so this script should
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h19 #error wrap_gles.h should only be used as an auto-included header, don't directly #include it
/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/native/services/vr/hardware_composer/
DAndroid.bp123 // NOTE: This needs to be included after the *-impl lib otherwise the
156 // NOTE: This needs to be included after the *-impl lib otherwise the
/frameworks/support/v7/appcompat/src/androidTest/
Dfonts_readme.txt1 All fonts included in this project follow the below copyright and licensing:
/frameworks/av/services/audioflinger/
DMmapTracks.h19 #error This header file should only be included from AudioFlinger.h
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
/frameworks/support/compat/src/androidTest/
Dfonts_readme.txt1 All fonts included in this project follow the below copyright and licensing:
/frameworks/base/core/tests/coretests/
Dfonts_readme.txt1 All fonts included in this project follow the below copyright and licensing:
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationManagerTest.java249 List<String> included = Collections.EMPTY_LIST; in testGenerateLinks_exclude() local
252 .setEntityConfig(TextClassifier.EntityConfig.create(hints, included, excluded)) in testGenerateLinks_exclude()
278 List<String> included = Arrays.asList(TextClassifier.TYPE_PHONE); in testGenerateLinks_exclude_override() local
281 .setEntityConfig(TextClassifier.EntityConfig.create(hints, included, excluded)) in testGenerateLinks_exclude_override()
/frameworks/rs/script_api/
Drs_core.spec25 included for you.
/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java409 ArraySet<View> included = new ArraySet<>(); in removeExcludedViews() local
410 findIncludedViews(transition, views, included); in removeExcludedViews()
412 views.addAll(included); in removeExcludedViews()
426 ArraySet<View> included) { in findIncludedViews() argument
439 findIncludedViews(set.getTransitionAt(i), includedViews, included); in findIncludedViews() local
446 included.add(view); in findIncludedViews()
/frameworks/native/opengl/include/EGL/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/wilhelm/include/OMXAL/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/wilhelm/include/SLES/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/native/opengl/include/KHR/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/base/core/proto/android/app/
Dnotification.proto27 * Deprecated fields are not included in the proto.
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DViewDataBinding.java1054 final View[] included = new View[includeCount]; in mapBindings() local
1056 included[j] = viewGroup.getChildAt(i + j); in mapBindings()
1058 bindings[index] = DataBindingUtil.bind(bindingComponent, included, in mapBindings()
1073 IncludedLayouts included, int includedIndex) { in findIncludeIndex() argument
1077 final String[] layouts = included.layouts[includedIndex]; in findIncludeIndex()
/frameworks/opt/setupwizard/library/
Drules.gradle3 * included in scripts like build.gradle or standalone.gradle using 'apply from'.
/frameworks/native/opengl/include/GLES/
DNOTICE25 The above copyright notice and this permission notice shall be included
/frameworks/native/opengl/include/GLES2/
DNOTICE25 The above copyright notice and this permission notice shall be included

12345678