/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | BaseIWindow.java | 71 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 D | InsetsPolicy.java | 139 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 D | InsetsStateController.java | 148 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 D | BridgeXmlBlockParserTest.java | 95 String[] types = { in dump() local
|
/aosp12/packages/services/Telephony/ecc/conversion_toolset_v1/proto/ |
H A D | protobuf_ecc_data.proto | 26 repeated Type types = 2 [packed=true]; field
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | MediaRouteChooserDialogFragment.java | 59 public void setRouteTypes(int types) { in setRouteTypes()
|
/aosp12/bionic/tools/versioner/src/ |
H A D | SymbolDatabase.cpp | 105 std::optional<NdkSymbolDatabase> parsePlatforms(const std::set<CompilationType>& types, in parsePlatforms()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | MediaRouteChooserDialogFragment.java | 59 public void setRouteTypes(int types) { in setRouteTypes()
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | BaseIWindow.java | 78 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 D | Main.java | 178 Class<?>[] types = m.getParameterTypes(); in CollectParameterValues() local
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TestIWindow.java | 132 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 D | TypeChecker.cpp | 90 std::unordered_map<std::string, std::string> types; in CheckPropertyTypes() local
|
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/ |
H A D | VtsHalTvTunerV1_1TestConfigurations.h | 84 vector<FrontendStatusTypeExt1_1> types; in initFrontendConfig() local
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/ide/common/resources/deprecated/ |
H A D | SingleResourceFile.java | 50 List<ResourceType> types = FolderTypeRelationship.getRelatedResourceTypes(folder.getType()); in SingleResourceFile() local
|
H A D | ResourceFolder.java | 97 List<ResourceType> types = FolderTypeRelationship.getRelatedResourceTypes(mType); in createResourceFile() local
|
/aosp12/frameworks/base/tools/aapt2/java/ |
H A D | JavaClassGenerator.h | 57 SymbolTypes types = SymbolTypes::kAll; member
|
/aosp14/frameworks/base/tools/aapt2/java/ |
H A D | JavaClassGenerator.h | 57 SymbolTypes types = SymbolTypes::kAll; member
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
H A D | AccountTypeManagerTest.java | 75 … private static Map<AccountTypeWithDataSet, AccountType> buildAccountTypes(AccountType... types) { in buildAccountTypes()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/ |
H A D | ReverseGeocodeTask.java | 81 JSONArray types = component.optJSONArray(JSON_KEY_TYPES); in doInBackground() local
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/mobile/ |
H A D | MobileIconCarrierIdOverridesTest.java | 120 void setOverrides(String[] types, int[] resIds) { in setOverrides()
|
/aosp12/system/vold/ |
H A D | CryptoType.h | 96 constexpr bool validateSupportedCryptoTypes(size_t max_keylen, const CryptoType types[], in validateSupportedCryptoTypes()
|
/aosp12/hardware/interfaces/light/utils/ |
H A D | main.cpp | 88 hal->getSupportedTypes([&](const hidl_vec<V2_0::Type>& types) { in setToColorHidl()
|
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
H A D | SortingCursorWrapperTest.java | 415 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 D | profile_compilation_info_test.cc | 74 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 D | MediaRouter.java | 832 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 …]
|