Searched refs:mapping (Results 1 – 17 of 17) sorted by relevance
56 Map<Integer, MappingInfo> mapping = createCommonMapping(); in newImsAndWiFiButtonChooser() local57 mapping.put( in newImsAndWiFiButtonChooser()60 mapping.put( in newImsAndWiFiButtonChooser()62 mapping.put( in newImsAndWiFiButtonChooser()64 mapping.put(InCallButtonIds.BUTTON_HOLD, MappingInfo.builder(5).setSlotOrder(10).build()); in newImsAndWiFiButtonChooser()66 return new ButtonChooser(new MappedButtonConfig(mapping)); in newImsAndWiFiButtonChooser()70 Map<Integer, MappingInfo> mapping = createCommonMapping(); in newCdmaButtonChooser() local71 mapping.put( in newCdmaButtonChooser()74 mapping.put( in newCdmaButtonChooser()76 mapping.put(InCallButtonIds.BUTTON_SWAP, MappingInfo.builder(5).setSlotOrder(0).build()); in newCdmaButtonChooser()[all …]
49 @NonNull private final Map<Integer, MappingInfo> mapping; field in MappedButtonConfig58 public MappedButtonConfig(@NonNull Map<Integer, MappingInfo> mapping) { in MappedButtonConfig() argument59 this.mapping = new ArrayMap<>(); in MappedButtonConfig()60 this.mapping.putAll(Assert.isNotNull(mapping)); in MappedButtonConfig()66 for (Entry<Integer, MappingInfo> entry : mapping.entrySet()) { in findOrderedMappedSlots()77 if (mapping.isEmpty()) { in getOrderedMappedSlots()90 for (Entry<Integer, MappingInfo> entry : mapping.entrySet()) { in getButtonsForSlot()145 MappingInfo info = mapping.get(button);
98 Map<Class, String> mapping = new HashMap<>();99 mapping.put(CarSensorManager.class, SENSOR_SERVICE); in mapping.put()100 mapping.put(CarInfoManager.class, INFO_SERVICE); in mapping.put()101 mapping.put(CarAppFocusManager.class, APP_FOCUS_SERVICE); in mapping.put()102 mapping.put(CarPackageManager.class, PACKAGE_SERVICE); in mapping.put()103 mapping.put(CarAudioManager.class, AUDIO_SERVICE); in mapping.put()104 mapping.put(CarNavigationStatusManager.class, NAVIGATION_STATUS_SERVICE); in mapping.put()106 CLASS_TO_SERVICE_NAME = Collections.unmodifiableMap(mapping);
178 final Map<AccountWithDataSet, AccountType> mapping) { in createFakeAccountTypeManager() argument179 return new MockAccountTypeManager(mapping.values().toArray(new AccountType[mapping.size()]), in createFakeAccountTypeManager()180 mapping.keySet().toArray(new AccountWithDataSet[mapping.size()])); in createFakeAccountTypeManager()
99 Matrix mapping = new Matrix(); in doInBackground() local100 mapping.setRectToRect(endRect, fullResRect, Matrix.ScaleToFit.CENTER); in doInBackground()102 mapping.mapRect(visibleAfterRotation, visibleRect); in doInBackground()
479 Character mapping = ESCAPE_STRINGS.get(entity); in stripHtmlEntity() local481 if (mapping != null) { in stripHtmlEntity()483 return mapping; in stripHtmlEntity()
1486 @ViewDebug.ExportedProperty(category = "layout", mapping = {
122 When the `Reader` encounters a JSON number, it chooses a suitable C++ type mapping. And then it cal…
244 # A mapping has the form "name=value". For example adding "class=itcl::class"279 # extension. Doxygen has a built-in mapping, but you can override or extend it1591 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
161 mapping = {
222 # Doxygen has a built-in mapping, but you can override or extend it using this tag.
1179 getter mapping
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...