Home
last modified time | relevance | path

Searched defs:types (Results 76 – 100 of 394) sorted by relevance

12345678910>>...16

/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java71 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
76 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java139 boolean hasHiddenSources(@InsetsType int types) { in hasHiddenSources()
153 void showTransient(@InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
322 int types = WindowInsets.Type.captionBar(); in enforceInsetsPolicyForTarget() local
579 boolean areTypesForciblyShowing(@InsetsType int types) { in areTypesForciblyShowing()
780 public void updateRequestedVisibleTypes(int types) { } in updateRequestedVisibleTypes()
H A DInsetsStateController.java148 void setForcedConsumingTypes(@InsetsType int types) { in setForcedConsumingTypes()
233 @InsetsType int types = 0; in getFakeControllingTypes() local
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParserTest.java95 String[] types = { in dump() local
/aosp12/packages/services/Telephony/ecc/conversion_toolset_v1/proto/
H A Dprotobuf_ecc_data.proto26 repeated Type types = 2 [packed=true]; field
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialogFragment.java59 public void setRouteTypes(int types) { in setRouteTypes()
/aosp12/bionic/tools/versioner/src/
H A DSymbolDatabase.cpp105 std::optional<NdkSymbolDatabase> parsePlatforms(const std::set<CompilationType>& types, in parsePlatforms()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialogFragment.java59 public void setRouteTypes(int types) { in setRouteTypes()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java78 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets()
82 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
/aosp12/art/test/1980-obsolete-object-cleared/src/
H A DMain.java178 Class<?>[] types = m.getParameterTypes(); in CollectParameterValues() local
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestIWindow.java132 public void showInsets(int types, boolean fromIme) throws RemoteException { in showInsets()
136 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets()
/aosp12/system/tools/sysprop/
H A DTypeChecker.cpp90 std::unordered_map<std::string, std::string> types; in CheckPropertyTypes() local
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/
H A DVtsHalTvTunerV1_1TestConfigurations.h84 vector<FrontendStatusTypeExt1_1> types; in initFrontendConfig() local
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/ide/common/resources/deprecated/
H A DSingleResourceFile.java50 List<ResourceType> types = FolderTypeRelationship.getRelatedResourceTypes(folder.getType()); in SingleResourceFile() local
H A DResourceFolder.java97 List<ResourceType> types = FolderTypeRelationship.getRelatedResourceTypes(mType); in createResourceFile() local
/aosp12/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.h57 SymbolTypes types = SymbolTypes::kAll; member
/aosp14/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.h57 SymbolTypes types = SymbolTypes::kAll; member
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DAccountTypeManagerTest.java75 … private static Map<AccountTypeWithDataSet, AccountType> buildAccountTypes(AccountType... types) { in buildAccountTypes()
/aosp12/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
H A DReverseGeocodeTask.java81 JSONArray types = component.optJSONArray(JSON_KEY_TYPES); in doInBackground() local
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/mobile/
H A DMobileIconCarrierIdOverridesTest.java120 void setOverrides(String[] types, int[] resIds) { in setOverrides()
/aosp12/system/vold/
H A DCryptoType.h96 constexpr bool validateSupportedCryptoTypes(size_t max_keylen, const CryptoType types[], in validateSupportedCryptoTypes()
/aosp12/hardware/interfaces/light/utils/
H A Dmain.cpp88 hal->getSupportedTypes([&](const hidl_vec<V2_0::Type>& types) { in setToColorHidl()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
H A DSortingCursorWrapperTest.java415 List<String> types = new ArrayList<>(ITEM_COUNT); in testSort_type_ascending() local
447 List<String> types = new ArrayList<>(ITEM_COUNT); in testSort_type_descending() local
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc74 std::vector<TypeReference> types = {TypeReference(dex1, dex::TypeIndex(0))}; in GetTestInlineCaches() local
79 std::vector<TypeReference> types = { in GetTestInlineCaches() local
89 std::vector<TypeReference> types = { in GetTestInlineCaches() local
99 std::vector<TypeReference> types; in GetTestInlineCaches() local
636 std::vector<TypeReference>* types = const_cast<std::vector<TypeReference>*>( in TEST_F() local
658 std::vector<TypeReference> types = {TypeReference(dex1, dex1_tidx)}; in TEST_F() local
691 std::vector<TypeReference> types = { in TEST_F() local
699 std::vector<TypeReference> types = { in TEST_F() local
760 std::vector<TypeReference> types = { in TEST_F() local
785 std::vector<TypeReference> types = {}; in TEST_F() local
[all …]
/aosp12/frameworks/base/media/java/android/media/
H A DMediaRouter.java832 static String typesToString(int types) { in typesToString()
932 public boolean isRouteAvailable(int types, int flags) { in isRouteAvailable()
979 public void addCallback(int types, Callback cb) { in addCallback()
999 public void addCallback(int types, Callback cb, int flags) { in addCallback()
1052 public void selectRoute(int types, @NonNull RouteInfo route) { in selectRoute()
1063 public void selectRouteInt(int types, RouteInfo route, boolean explicit) { in selectRouteInt()
1067 static void selectRouteStatic(int types, @NonNull RouteInfo route, boolean explicit) { in selectRouteStatic()
1947 public boolean matchesTypes(int types) { in matchesTypes()
2802 int types = 0; in routeUpdated() local
2870 RouteCategory(CharSequence name, int types, boolean groupable) { in RouteCategory()
[all …]

12345678910>>...16