Home
last modified time | relevance | path

Searched refs:getTypes (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsAnimationThreadControlRunner.java68 "InsetsAsyncAnimation: " + WindowInsets.Type.toString(runner.getTypes()),
69 runner.getTypes());
128 public int getTypes() { in getTypes() method in InsetsAnimationThreadControlRunner
129 return mControl.getTypes(); in getTypes()
DInsetsAnimationControlRunner.java33 @InsetsType int getTypes(); in getTypes() method
49 return InsetsState.toInternalType(getTypes()).contains(type); in controlsInternalType()
DWindowInsetsAnimationController.java104 @InsetsType int getTypes(); in getTypes() method
DInsetsController.java1084 if ((control.getTypes() & types) != 0) { in cancelExistingControllers()
1111 showDirectly(runner.getTypes()); in notifyFinished()
1113 hideDirectly(runner.getTypes(), true /* animationFinished */, in notifyFinished()
1126 if ((control.getTypes() & toPublicType(consumer.getType())) != 0) { in notifyControlRevoked()
1137 control.getTypes(), control.getAnimationType())); in cancelAnimation()
1146 ArraySet<Integer> types = toInternalType(control.getTypes()); in cancelAnimation()
DInsetsAnimationControlImpl.java159 @InsetsType public int getTypes() { in getTypes() method in InsetsAnimationControlImpl
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnConfigTypeRepository.java51 public Collection<ApnConfigType> getTypes() { in getTypes() method in ApnConfigTypeRepository
DDcTracker.java1019 new ApnConfigTypeRepository(carrierConfig).getTypes(); in initApnContexts()
1054 new ApnConfigTypeRepository(carrierConfig).getTypes(); in sortApnContextByPriority()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h155 const TypeList &getTypes() const { return Types; } in getTypes() function
DBitcodeWriter.cpp161 const llvm_2_9::ValueEnumerator::TypeList &TypeList = VE.getTypes(); in WriteTypeSymbolTable()
168 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteTypeSymbolTable()
214 const llvm_2_9::ValueEnumerator::TypeList &TypeList = VE.getTypes(); in WriteTypeTable()
219 uint64_t NumBits = Log2_32_Ceil(VE.getTypes().size()+1); in WriteTypeTable()
1480 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1500 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1553 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h155 const TypeList &getTypes() const { return Types; } in getTypes() function
DBitcodeWriter.cpp185 const llvm_2_9_func::ValueEnumerator::TypeList &TypeList = VE.getTypes(); in WriteTypeTable()
190 uint64_t NumBits = Log2_32_Ceil(VE.getTypes().size()+1); in WriteTypeTable()
1544 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1564 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1617 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h158 const TypeList &getTypes() const { return Types; } in getTypes() function
DBitcodeWriter.cpp185 const llvm_3_2::ValueEnumerator::TypeList &TypeList = VE.getTypes(); in WriteTypeTable()
190 uint64_t NumBits = Log2_32_Ceil(VE.getTypes().size()+1); in WriteTypeTable()
1613 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1633 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1686 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
/frameworks/rs/script_api/
DGenerateDocumentation.cpp461 writeSummaryTables(&file, systemSpecification.getConstants(), systemSpecification.getTypes(), in generateAlphabeticalIndex()
464 writeSummaryTables(&file, systemSpecification.getConstants(), systemSpecification.getTypes(), in generateAlphabeticalIndex()
DGenerateStubsWhiteList.cpp63 const auto& types = systemSpecification.getTypes(); in findSubstitute()
DSpecification.h604 const std::map<std::string, Type*>& getTypes() const { return mTypes; } in getTypes() function
/frameworks/base/tools/aapt/
DResourceTable.cpp1915 sp<Type> t = p->getTypes().valueFor(type); in startBag()
2008 sp<Type> t = p->getTypes().valueFor(type); in hasBagOrEntry()
2034 sp<Type> t = p->getTypes().valueFor(type); in hasBagOrEntry()
2073 sp<Type> t = p->getTypes().valueFor(type); in appendComment()
2096 sp<Type> t = p->getTypes().valueFor(type); in appendTypeComment()
2228 sp<Type> t = p->getTypes().valueFor(type); in getResId()
2235 t = p->getTypes().valueFor(String16(kAttrPrivateType)); in getResId()
2375 sp<Type> t = p->getTypes().valueFor(type); in getCustomResource()
2382 t = p->getTypes().valueFor(String16(kAttrPrivateType)); in getCustomResource()
2585 if (p == NULL || p->getTypes().size() == 0) { in assignResourceIds()
[all …]
DResourceTable.h557 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; } in getTypes() function
DResource.cpp789 sp<ResourceTable::Type> type = pkg->getTypes().valueFor(typeStr); in findEntry()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsAnimationControlImplTest.java134 assertEquals(systemBars(), mController.getTypes()); in testGetters()
/frameworks/base/config/
Dboot-image-profile.txt21570 HSPLandroid/view/InsetsAnimationControlImpl;->getTypes()I
21598 HSPLandroid/view/InsetsAnimationThreadControlRunner;->getTypes()I
/frameworks/base/api/
Dcurrent.txt55553 method public int getTypes();
/frameworks/base/non-updatable-api/
Dcurrent.txt53714 method public int getTypes();