/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
D | NoVariableIncludeTest.java | 31 assertNotNull(mBinder.included); in testInclude() 32 assertNotNull(mBinder.included.textView); in testInclude() 34 assertEquals(expectedValue, mBinder.included.textView.getText().toString()); in testInclude()
|
D | TwoWayBindingAdapterTest.java | 564 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/ |
D | license.txt | 11 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/ |
D | include-composite-deps.gradle | 19 // 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/ |
D | wrap_gles.h | 19 #error wrap_gles.h should only be used as an auto-included header, don't directly #include it
|
/frameworks/native/vulkan/api/ |
D | platform.api | 11 // 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/ |
D | Android.bp | 123 // 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/ |
D | fonts_readme.txt | 1 All fonts included in this project follow the below copyright and licensing:
|
/frameworks/av/services/audioflinger/ |
D | MmapTracks.h | 19 #error This header file should only be included from AudioFlinger.h
|
D | PatchPanel.h | 19 #error This header file should only be included from AudioFlinger.h
|
D | RecordTracks.h | 19 #error This header file should only be included from AudioFlinger.h
|
/frameworks/support/compat/src/androidTest/ |
D | fonts_readme.txt | 1 All fonts included in this project follow the below copyright and licensing:
|
/frameworks/base/core/tests/coretests/ |
D | fonts_readme.txt | 1 All fonts included in this project follow the below copyright and licensing:
|
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
D | TextClassificationManagerTest.java | 249 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/ |
D | rs_core.spec | 25 included for you.
|
/frameworks/base/core/java/android/app/ |
D | ActivityTransitionCoordinator.java | 409 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/ |
D | NOTICE | 11 The above copyright notice and this permission notice shall be included
|
/frameworks/wilhelm/include/OMXAL/ |
D | NOTICE | 11 The above copyright notice and this permission notice shall be included
|
/frameworks/wilhelm/include/SLES/ |
D | NOTICE | 11 The above copyright notice and this permission notice shall be included
|
/frameworks/native/opengl/include/KHR/ |
D | NOTICE | 11 The above copyright notice and this permission notice shall be included
|
/frameworks/base/core/proto/android/app/ |
D | notification.proto | 27 * Deprecated fields are not included in the proto.
|
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/ |
D | ViewDataBinding.java | 1054 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/ |
D | rules.gradle | 3 * included in scripts like build.gradle or standalone.gradle using 'apply from'.
|
/frameworks/native/opengl/include/GLES/ |
D | NOTICE | 25 The above copyright notice and this permission notice shall be included
|
/frameworks/native/opengl/include/GLES2/ |
D | NOTICE | 25 The above copyright notice and this permission notice shall be included
|