Home
last modified time | relevance | path

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

1234567

/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/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/services/vr/hardware_composer/
DAndroid.bp104 // NOTE: This needs to be included after the *-impl lib otherwise the
135 // NOTE: This needs to be included after the *-impl lib otherwise the
/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/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/base/core/tests/coretests/
Dfonts_readme.txt1 All fonts included in this project follow the below copyright and licensing:
/frameworks/support/compat/tests/
Dfonts_readme.txt1 All fonts included in this project follow the below copyright and licensing:
/frameworks/support/v7/appcompat/tests/
Dfonts_readme.txt1 All fonts included in this project follow the below copyright and licensing:
/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/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/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/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/KHR/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/native/opengl/include/EGL/
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/wilhelm/include/OMXAL/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/native/opengl/include/GLES2/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/native/opengl/include/GLES3/
DNOTICE11 The above copyright notice and this permission notice shall be included
/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'.

1234567