Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 767) sorted by relevance

12345678910>>...31

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/util/
DIntSetTest.java38 IntSet set = new IntSet(); in shouldBeEmptyInitially() local
39 assertThat(set.size()).isEqualTo(0); in shouldBeEmptyInitially()
44 IntSet set = new IntSet(); in oneElementSet() local
45 set.add(2); in oneElementSet()
46 assertThat(set.size()).isEqualTo(1); in oneElementSet()
47 assertTrue(set.contains(2)); in oneElementSet()
48 assertFalse(set.contains(1)); in oneElementSet()
54 IntSet set = new IntSet(); in twoElementSet() local
55 set.add(2); in twoElementSet()
56 set.add(1); in twoElementSet()
[all …]
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
96 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
103 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
133 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
148 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
149 # before files name in the file list and in the header files. If set to NO the
[all …]
/packages/inputmethods/LatinIME/
Dgradlew.bat12 set DEFAULT_JVM_OPTS=
14 set DIRNAME=%~dp0
15 if "%DIRNAME%" == "" set DIRNAME=.
16 set APP_BASE_NAME=%~n0
17 set APP_HOME=%DIRNAME%
22 set JAVA_EXE=java.exe
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=%
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
[all …]
/packages/apps/Camera2/src/com/android/camera/
DCaptureLayoutHelper.java252 config.mPreviewRect.set(0, 0, width, height); in getPositionConfiguration()
255 config.mBottomBarRect.set(width - mBottomBarOptimalHeight, 0, width, height); in getPositionConfiguration()
257 config.mBottomBarRect.set(0, height - mBottomBarOptimalHeight, width, height); in getPositionConfiguration()
282 … config.mPreviewRect.set(0, height / 2 - previewShorterEdge / 2, previewLongerEdge, in getPositionConfiguration()
284 config.mBottomBarRect.set(width - barSize, height / 2 - previewShorterEdge / 2, in getPositionConfiguration()
287 config.mPreviewRect.set(width / 2 - previewShorterEdge / 2, 0, in getPositionConfiguration()
289 config.mBottomBarRect.set(width / 2 - previewShorterEdge / 2, height - barSize, in getPositionConfiguration()
303 config.mPreviewRect.set(left, 0, right, previewShorterEdge); in getPositionConfiguration()
304 config.mBottomBarRect.set(width - barSize, 0, width, height); in getPositionConfiguration()
308 config.mPreviewRect.set(0, top, previewShorterEdge, bottom); in getPositionConfiguration()
[all …]
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
74 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
101 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
107 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
114 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
115 # path before files name in the file list and in the header files. If set
120 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
138 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
74 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
101 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
107 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
114 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
115 # path before files name in the file list and in the header files. If set
120 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
138 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DVerifyAppsOverUsbPreferenceControllerTest.java69 public GlobalSetter set(String setting, int value) { in set() method in VerifyAppsOverUsbPreferenceControllerTest.GlobalSetter
106 mGlobals.set(Global.ADB_ENABLED, 1 /* setting enabled */) in updateState_settingEnabled_preferenceShouldBeChecked()
107 .set(Global.PACKAGE_VERIFIER_INCLUDE_ADB, 1 /* setting enabled */); in updateState_settingEnabled_preferenceShouldBeChecked()
116 mGlobals.set(Global.ADB_ENABLED, 1 /* setting enabled */) in updateState_settingDisabled_preferenceShouldNotBeChecked()
117 .set(Global.PACKAGE_VERIFIER_INCLUDE_ADB, 0 /* setting disabled */); in updateState_settingDisabled_preferenceShouldNotBeChecked()
126 mGlobals.set(Global.ADB_ENABLED, 0 /* setting disabled */) in updateState_adbDisabled_preferenceShouldNotBeChecked()
127 .set(Global.PACKAGE_VERIFIER_INCLUDE_ADB, 1 /* setting enabled */); in updateState_adbDisabled_preferenceShouldNotBeChecked()
136 mGlobals.set(Global.ADB_ENABLED, 1 /* setting enabled */) in updateState_verifierOff_preferenceShouldNotBeChecked()
137 .set(Global.PACKAGE_VERIFIER_INCLUDE_ADB, 1 /* setting enabled */) in updateState_verifierOff_preferenceShouldNotBeChecked()
138 .set(Global.PACKAGE_VERIFIER_ENABLE, 0 /* setting disabled */); in updateState_verifierOff_preferenceShouldNotBeChecked()
[all …]
/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
DPawAnswerHint.java138 AnimatorSet set = new AnimatorSet(); in createFadeIn() local
139 set.play(createFadeInScaleAndAlpha(payloadView)); in createFadeIn()
140 return set; in createFadeIn()
160 AnimatorSet set = new AnimatorSet(); in createFadeInScaleAndAlpha() local
161 set.play(scale).with(alpha); in createFadeInScaleAndAlpha()
162 return set; in createFadeInScaleAndAlpha()
166 AnimatorSet set = new AnimatorSet(); in createFadeOut() local
167 set.play(createFadeOutScaleAndAlpha(payloadView, FADE_OUT_DELAY_SCALE_SMALL_MILLIS)); in createFadeOut()
168 return set; in createFadeOut()
188 AnimatorSet set = new AnimatorSet(); in createFadeOutScaleAndAlpha() local
[all …]
DDotAnswerHint.java138 AnimatorSet set = new AnimatorSet(); in createFadeIn() local
139 set.play( in createFadeIn()
157 return set; in createFadeIn()
179 AnimatorSet set = new AnimatorSet(); in createFadeInScaleAndAlpha() local
180 set.play(scale).with(alpha); in createFadeInScaleAndAlpha()
181 return set; in createFadeInScaleAndAlpha()
185 AnimatorSet set = new AnimatorSet(); in createFadeOut() local
186 set.play( in createFadeOut()
207 return set; in createFadeOut()
233 AnimatorSet set = new AnimatorSet(); in createFadeOutScaleAndAlpha() local
[all …]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProvider.java120 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in generateWifiConfiguration()
121 wifiConf.allowedAuthAlgorithms.set(WifiConfiguration.AuthAlgorithm.OPEN); in generateWifiConfiguration()
156 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X); in maybeUpdateForEAPConfigurationOrThrow()
157 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in maybeUpdateForEAPConfigurationOrThrow()
235 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in updateForWPAConfiguration()
236 wifiConf.allowedAuthAlgorithms.set(WifiConfiguration.AuthAlgorithm.OPEN); in updateForWPAConfiguration()
237 wifiConf.allowedProtocols.set(WifiConfiguration.Protocol.WPA); // For WPA in updateForWPAConfiguration()
238 wifiConf.allowedProtocols.set(WifiConfiguration.Protocol.RSN); // For WPA2 in updateForWPAConfiguration()
239 wifiConf.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in updateForWPAConfiguration()
240 wifiConf.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in updateForWPAConfiguration()
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiUtil.java164 wifiConfig.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in connectToAccessPoint()
165 wifiConfig.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP); in connectToAccessPoint()
166 wifiConfig.allowedProtocols.set(WifiConfiguration.Protocol.RSN); in connectToAccessPoint()
167 wifiConfig.allowedProtocols.set(WifiConfiguration.Protocol.WPA); in connectToAccessPoint()
168 wifiConfig.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.WEP40); in connectToAccessPoint()
169 wifiConfig.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.WEP104); in connectToAccessPoint()
173 wifiConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in connectToAccessPoint()
175 wifiConfig.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.CCMP); in connectToAccessPoint()
176 wifiConfig.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP); in connectToAccessPoint()
179 wifiConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in connectToAccessPoint()
[all …]
/packages/apps/Camera2/src/com/android/camera/one/v2/
DOneCameraZslImpl.java724 builder.set(CaptureRequest.CONTROL_AE_REGIONS, mAERegions); in addRegionsToCaptureRequestBuilder()
725 builder.set(CaptureRequest.CONTROL_AF_REGIONS, mAFRegions); in addRegionsToCaptureRequestBuilder()
726 builder.set(CaptureRequest.SCALER_CROP_REGION, mCropRegion); in addRegionsToCaptureRequestBuilder()
732 builder.set(CaptureRequest.CONTROL_AE_MODE, in addFlashToCaptureRequestBuilder()
734 builder.set(CaptureRequest.FLASH_MODE, CaptureRequest.FLASH_MODE_SINGLE); in addFlashToCaptureRequestBuilder()
737 builder.set(CaptureRequest.CONTROL_AE_MODE, CaptureRequest.CONTROL_AE_MODE_ON); in addFlashToCaptureRequestBuilder()
738 builder.set(CaptureRequest.FLASH_MODE, CaptureRequest.FLASH_MODE_OFF); in addFlashToCaptureRequestBuilder()
741 builder.set(CaptureRequest.CONTROL_AE_MODE, in addFlashToCaptureRequestBuilder()
769 builder.set(CaptureRequest.CONTROL_MODE, CaptureRequest.CONTROL_MODE_AUTO); in sendRepeatingCaptureRequest()
771 builder.set(CaptureRequest.CONTROL_AF_MODE, in sendRepeatingCaptureRequest()
[all …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java162 ArraySet<Integer> set = new ArraySet<>(); in initSensors() local
163 set.add(VehiclePropertyIds.PERF_VEHICLE_SPEED); in initSensors()
164 set.add(VehiclePropertyIds.ENGINE_RPM); in initSensors()
165 set.add(VehiclePropertyIds.PERF_ODOMETER); in initSensors()
166 set.add(VehiclePropertyIds.FUEL_LEVEL); in initSensors()
167 set.add(VehiclePropertyIds.FUEL_DOOR_OPEN); in initSensors()
168 set.add(VehiclePropertyIds.IGNITION_STATE); in initSensors()
169 set.add(VehiclePropertyIds.PARKING_BRAKE_ON); in initSensors()
170 set.add(VehiclePropertyIds.GEAR_SELECTION); in initSensors()
171 set.add(VehiclePropertyIds.NIGHT_MODE); in initSensors()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiUtils.java160 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in getWifiConfig()
164 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in getWifiConfig()
165 config.allowedAuthAlgorithms.set(WifiConfiguration.AuthAlgorithm.OPEN); in getWifiConfig()
166 config.allowedAuthAlgorithms.set(WifiConfiguration.AuthAlgorithm.SHARED); in getWifiConfig()
180 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in getWifiConfig()
192 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in getWifiConfig()
193 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X); in getWifiConfig()
195 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.SUITE_B_192); in getWifiConfig()
197 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.GCMP_256); in getWifiConfig()
198 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GCMP_256); in getWifiConfig()
[all …]
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiUtils.java160 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in getWifiConfig()
164 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in getWifiConfig()
165 config.allowedAuthAlgorithms.set(WifiConfiguration.AuthAlgorithm.OPEN); in getWifiConfig()
166 config.allowedAuthAlgorithms.set(WifiConfiguration.AuthAlgorithm.SHARED); in getWifiConfig()
180 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in getWifiConfig()
192 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in getWifiConfig()
193 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X); in getWifiConfig()
195 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.SUITE_B_192); in getWifiConfig()
197 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.GCMP_256); in getWifiConfig()
198 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GCMP_256); in getWifiConfig()
[all …]
/packages/apps/Camera2/src/com/android/camera/settings/
DAppUpgrader.java182 settingsManager.set(SettingsManager.SCOPE_GLOBAL, Keys.KEY_RECORD_LOCATION, location); in upgradeTypesToStrings()
189 settingsManager.set(SettingsManager.SCOPE_GLOBAL, Keys.KEY_USER_SELECTED_ASPECT_RATIO, in upgradeTypesToStrings()
197 settingsManager.set(SettingsManager.SCOPE_GLOBAL, in upgradeTypesToStrings()
204 settingsManager.set(SettingsManager.SCOPE_GLOBAL, Keys.KEY_CAMERA_FIRST_USE_HINT_SHOWN, in upgradeTypesToStrings()
212 settingsManager.set(SettingsManager.SCOPE_GLOBAL, Keys.KEY_STARTUP_MODULE_INDEX, in upgradeTypesToStrings()
220 settingsManager.set(SettingsManager.SCOPE_GLOBAL, Keys.KEY_CAMERA_MODULE_LAST_USED, in upgradeTypesToStrings()
230 settingsManager.set(SettingsManager.SCOPE_GLOBAL, in upgradeTypesToStrings()
239 settingsManager.set(SettingsManager.SCOPE_GLOBAL, in upgradeTypesToStrings()
247 settingsManager.set(SettingsManager.SCOPE_GLOBAL, in upgradeTypesToStrings()
255 settingsManager.set(SettingsManager.SCOPE_GLOBAL, Keys.KEY_CAMERA_HDR_PLUS, true); in upgradeTypesToStrings()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java110 initOrder.verify(mVehicleHal).set(createHalMessage( in setUp()
141 initOrder.verify(mVehicleHal).set(createHalMessage( in setUp()
163 verify(mVehicleHal).set(createHalMessage( in testCoreId_IntegerOverflow()
319 verify(mVehicleHal).set(response); in testHandlePublisherIdRequestEvent()
350 verify(mVehicleHal).set(response); in testHandlePublisherInformationRequestEvent()
499 verify(mVehicleHal).set(response); in testHandleAvailabilityRequestEvent_ZeroLayers()
522 verify(mVehicleHal).set(response); in testHandleAvailabilityRequestEvent_OneLayer()
562 verify(mVehicleHal).set(response); in testHandleAvailabilityRequestEvent_MultipleLayers()
592 inOrder.verify(mVehicleHal).set(response); in testHandleStartSessionEvent()
593 inOrder.verify(mVehicleHal).set(createHalMessage( in testHandleStartSessionEvent()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoFallbackEffect.java115 mTarget.set(cx - ch / 2, cy - ch / 2, cx + ch / 2, cy + ch / 2); in drawEntry()
116 mSource.set((w - h) / 2, 0, (w + h) / 2, h); in drawEntry()
123 mTarget.set(cx - cw / 2, cy - ch / 2, cx - ch / 2, cy + ch / 2); in drawEntry()
124 mSource.set(0, 0, (w - h) / 2, h); in drawEntry()
128 mTarget.set(cx + ch / 2, cy - ch / 2, cx + cw / 2, cy + ch / 2); in drawEntry()
129 mSource.set((w + h) / 2, 0, w, h); in drawEntry()
135 mTarget.set(cx - cw / 2, cy - cw / 2, cx + cw / 2, cy + cw / 2); in drawEntry()
136 mSource.set(0, (h - w) / 2, w, (h + w) / 2); in drawEntry()
143 mTarget.set(cx - cw / 2, cy - ch / 2, cx + cw / 2, cy - cw / 2); in drawEntry()
144 mSource.set(0, 0, w, (h - w) / 2); in drawEntry()
[all …]
DSelectionManager.java150 private static boolean expandMediaSet(ArrayList<Path> items, MediaSet set, int maxSelection) { in expandMediaSet() argument
151 int subCount = set.getSubMediaSetCount(); in expandMediaSet()
153 if (!expandMediaSet(items, set.getSubMediaSet(i), maxSelection)) { in expandMediaSet()
157 int total = set.getMediaItemCount(); in expandMediaSet()
165 ArrayList<MediaItem> list = set.getMediaItem(index, count); in expandMediaSet()
188 MediaSet set = mSourceMediaSet.getSubMediaSet(i); in getSelected() local
189 Path id = set.getPath(); in getSelected()
192 if (!expandMediaSet(selected, set, maxSelection)) { in getSelected()
248 public void setSourceMediaSet(MediaSet set) { in setSourceMediaSet() argument
249 mSourceMediaSet = set; in setSourceMediaSet()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocationClustering.java152 ReverseGeocoder.SetLatLong set = new ReverseGeocoder.SetLatLong(); in generateName() local
160 if (set.mMinLatLatitude > itemLatitude) { in generateName()
161 set.mMinLatLatitude = itemLatitude; in generateName()
162 set.mMinLatLongitude = itemLongitude; in generateName()
164 if (set.mMaxLatLatitude < itemLatitude) { in generateName()
165 set.mMaxLatLatitude = itemLatitude; in generateName()
166 set.mMaxLatLongitude = itemLongitude; in generateName()
168 if (set.mMinLonLongitude > itemLongitude) { in generateName()
169 set.mMinLonLatitude = itemLatitude; in generateName()
170 set.mMinLonLongitude = itemLongitude; in generateName()
[all …]
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java111 final RawContactDeltaList set = new RawContactDeltaList(); in buildSet() local
112 Collections.addAll(set, deltas); in buildSet()
113 return set; in buildSet()
162 static void insertPhone(RawContactDeltaList set, long rawContactId, ContentValues values) { in insertPhone() argument
163 final RawContactDelta match = set.getByRawContactId(rawContactId); in insertPhone()
167 static ValuesDelta getPhone(RawContactDeltaList set, long rawContactId, long dataId) { in getPhone() argument
168 final RawContactDelta match = set.getByRawContactId(rawContactId); in getPhone()
179 static void assertDiffPattern(RawContactDeltaList set, CPOWrapper... pattern) { in assertDiffPattern() argument
180 assertDiffPattern(set.buildDiffWrapper(), pattern); in assertDiffPattern()
290 static Long getVersion(RawContactDeltaList set, Long rawContactId) { in getVersion() argument
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/provider/
DAlarm.java396 previousInstanceTime.set(Calendar.YEAR, currentTime.get(Calendar.YEAR));
397 previousInstanceTime.set(Calendar.MONTH, currentTime.get(Calendar.MONTH));
398 previousInstanceTime.set(Calendar.DAY_OF_MONTH, currentTime.get(Calendar.DAY_OF_MONTH));
399 previousInstanceTime.set(Calendar.HOUR_OF_DAY, hour);
400 previousInstanceTime.set(Calendar.MINUTE, minutes);
401 previousInstanceTime.set(Calendar.SECOND, 0);
402 previousInstanceTime.set(Calendar.MILLISECOND, 0);
415 nextInstanceTime.set(Calendar.YEAR, currentTime.get(Calendar.YEAR));
416 nextInstanceTime.set(Calendar.MONTH, currentTime.get(Calendar.MONTH));
417 nextInstanceTime.set(Calendar.DAY_OF_MONTH, currentTime.get(Calendar.DAY_OF_MONTH));
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java316 Set<UnicodeBlock> set = new ArraySet<>();
317 set.add(UnicodeBlock.HIRAGANA);
318 set.add(UnicodeBlock.KATAKANA);
319 set.add(UnicodeBlock.KATAKANA_PHONETIC_EXTENSIONS);
320 set.add(UnicodeBlock.HALFWIDTH_AND_FULLWIDTH_FORMS);
321 set.add(UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS);
322 set.add(UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A);
323 set.add(UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B);
324 set.add(UnicodeBlock.CJK_SYMBOLS_AND_PUNCTUATION);
325 set.add(UnicodeBlock.CJK_RADICALS_SUPPLEMENT);
[all …]
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java113 mSourceInsets.set(target.contentInsets); in updateSourceStack()
114 mSourceStackBounds.set(target.sourceContainerBounds); in updateSourceStack()
122 mHomeStackBounds.set(homeStackBounds); in updateSource()
127 mSourceRect.set(mSourceInsets.left, mSourceInsets.top, in updateTargetRect()
130 mTargetRect.set(targetRect); in updateTargetRect()
142 mSourceWindowClipInsets.set( in updateTargetRect()
147 mSourceWindowClipInsetsForLiveTile.set(mSourceWindowClipInsets); in updateTargetRect()
148 mSourceRect.set(scaledTargetRect); in updateTargetRect()
165 mTmpRectF.set(mTargetRect); in applyTransform()
188 crop.set(app.sourceContainerBounds); in applyTransform()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java135 mSystemGestureExclusionRects.get(i).set(dragHandle.getLeft(), dragHandle.getTop(), in onLayout()
209 mDeltaXRange.set(-getLeft(), getWidth() - 2 * mTouchTargetWidth); in beginResizeIfPointInRegion()
211 … mDeltaXRange.set(2 * mTouchTargetWidth - getWidth(), mDragLayer.getWidth() - getRight()); in beginResizeIfPointInRegion()
213 mDeltaXRange.set(0, 0); in beginResizeIfPointInRegion()
215 mBaselineX.set(getLeft(), getRight()); in beginResizeIfPointInRegion()
218 mDeltaYRange.set(-getTop(), getHeight() - 2 * mTouchTargetWidth); in beginResizeIfPointInRegion()
220 … mDeltaYRange.set(2 * mTouchTargetWidth - getHeight(), mDragLayer.getHeight() - getBottom()); in beginResizeIfPointInRegion()
222 mDeltaYRange.set(0, 0); in beginResizeIfPointInRegion()
224 mBaselineY.set(getTop(), getBottom()); in beginResizeIfPointInRegion()
296 mTempRange1.set(cellX, spanX + cellX); in resizeWidgetIfNeeded()
[all …]

12345678910>>...31