Home
last modified time | relevance | path

Searched refs:integer (Results 1 – 25 of 265) sorted by relevance

1234567891011

/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
DSystemNavigationPreferenceControllerTest.java139 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testIsSwipeUpEnabled()
143 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testIsSwipeUpEnabled()
147 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testIsSwipeUpEnabled()
154 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testIsEdgeToEdgeEnabled()
158 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testIsEdgeToEdgeEnabled()
162 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testIsEdgeToEdgeEnabled()
169 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testGetSummary()
174 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testGetSummary()
179 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testGetSummary()
DSystemNavigationGestureSettingsTest.java105 R.integer.config_navBarInteractionMode, NAV_BAR_MODE_GESTURAL); in testGetCurrentSystemNavigationMode()
109 R.integer.config_navBarInteractionMode, NAV_BAR_MODE_3BUTTON); in testGetCurrentSystemNavigationMode()
113 R.integer.config_navBarInteractionMode, NAV_BAR_MODE_2BUTTON); in testGetCurrentSystemNavigationMode()
157 R.integer.config_navBarInteractionMode, NAV_BAR_MODE_3BUTTON); in testSetCurrentSystemNavigationMode_backSensitivityValuePersists()
181 R.integer.config_navBarInteractionMode, NAV_BAR_MODE_3BUTTON); in testBackSensitivitySetterAndGetter_currentNavModeNotGestural()
194 R.integer.config_navBarInteractionMode, NAV_BAR_MODE_GESTURAL); in testBackSensitivitySetterAndGetter_currentNavModeIsGestural()
/packages/apps/Camera2/src/com/android/camera/module/
DModulesInfo.java50 int photoModuleId = context.getResources().getInteger(R.integer.camera_mode_photo); in setupModules()
54 registerVideoModule(moduleManager, res.getInteger(R.integer.camera_mode_video), in setupModules()
57 registerWideAngleModule(moduleManager, res.getInteger(R.integer.camera_mode_panorama), in setupModules()
60 res.getInteger(R.integer.camera_mode_photosphere), in setupModules()
64 registerRefocusModule(moduleManager, res.getInteger(R.integer.camera_mode_refocus), in setupModules()
68 registerGcamModule(moduleManager, res.getInteger(R.integer.camera_mode_gcam), in setupModules()
72 int imageCaptureIntentModuleId = res.getInteger(R.integer.camera_mode_capture_intent); in setupModules()
/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
DQuickSettingsPreferenceFragment.java107 res.getInteger(R.integer.standard_setting_backlight)))); in updateDescriptions()
109 res.getInteger(R.integer.standard_setting_contrast)))); in updateDescriptions()
111 res.getInteger(R.integer.standard_setting_brightness)))); in updateDescriptions()
113 res.getInteger(R.integer.standard_setting_sharpness)))); in updateDescriptions()
115 res.getInteger(R.integer.standard_setting_color)))); in updateDescriptions()
117 res.getInteger(R.integer.standard_setting_tint)))); in updateDescriptions()
DSettingsDialog.java112 R.integer.standard_setting_index)]); in onCreate()
231 presetSettingChoices[getResources().getInteger(R.integer.custom_setting_index)]); in setFocusedSettingToValue()
259 if (newIndex == getResources().getInteger(R.integer.standard_setting_index)) { in stringSettingHandleKeyCode()
261 } else if (newIndex == getResources().getInteger(R.integer.cinema_setting_index)) { in stringSettingHandleKeyCode()
263 } else if (newIndex == getResources().getInteger(R.integer.vivid_setting_index)) { in stringSettingHandleKeyCode()
265 } else if (newIndex == getResources().getInteger(R.integer.game_setting_index)) { in stringSettingHandleKeyCode()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DConfig.java122 return mContext.getResources().getInteger(R.integer.num_suggestions_above_keyboard); in getNumSuggestionsAboveKeyboard()
129 return mContext.getResources().getInteger(R.integer.max_promoted_suggestions); in getMaxPromotedSuggestions()
133 return mContext.getResources().getInteger(R.integer.max_promoted_results); in getMaxPromotedResults()
147 return mContext.getResources().getInteger(R.integer.max_shortcuts_per_web_source); in getMaxShortcutsPerWebSource()
154 return mContext.getResources().getInteger(R.integer.max_shortcuts_per_non_web_source); in getMaxShortcutsPerNonWebSource()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java134 mDropPeriod = mResources.getInteger(R.integer.table_drop_period); in PhotoTable()
135 mFastDropPeriod = mResources.getInteger(R.integer.fast_drop); in PhotoTable()
136 mNowDropDelay = mResources.getInteger(R.integer.now_drop); in PhotoTable()
137 mImageRatio = mResources.getInteger(R.integer.image_ratio) / 1000000f; in PhotoTable()
138 mTableRatio = mResources.getInteger(R.integer.table_ratio) / 1000000f; in PhotoTable()
139 mImageRotationLimit = (float) mResources.getInteger(R.integer.max_image_rotation); in PhotoTable()
141 mPickUpDuration = mResources.getInteger(R.integer.photo_pickup_duration); in PhotoTable()
142 mThrowRotation = (float) mResources.getInteger(R.integer.image_throw_rotatioan); in PhotoTable()
143 mTableCapacity = mResources.getInteger(R.integer.table_capacity); in PhotoTable()
144 mRedealCount = mResources.getInteger(R.integer.redeal_count); in PhotoTable()
[all …]
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java108 override(R.integer.ioStatsNumSamplesToStore, 5);
112 override(R.integer.ioStatsNumSamplesToStore, 5);
116 override(R.integer.ioStatsNumSamplesToStore, 5);
120 override(R.integer.ioStatsNumSamplesToStore, 5);
121 override(R.integer.maxExcessiveIoSamplesInWindow, 0);
122 override(R.integer.acceptableWrittenKBytesPerSample, 10);
123 override(R.integer.acceptableFsyncCallsPerSample, 1000);
128 override(R.integer.ioStatsNumSamplesToStore, 5);
129 override(R.integer.maxExcessiveIoSamplesInWindow, 0);
130 override(R.integer.acceptableWrittenKBytesPerSample, 1000);
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DTransitionUtils.java49 animator.setDuration(res.getInteger(R.integer.alpha_activity_in_bkg_duration)); in createActivityFadeInAnimator()
50 animator.setStartDelay(res.getInteger(R.integer.alpha_activity_in_bkg_delay)); in createActivityFadeInAnimator()
69 animator.setDuration(res.getInteger(R.integer.alpha_activity_out_bkg_duration)); in createActivityFadeOutAnimator()
70 animator.setStartDelay(res.getInteger(R.integer.alpha_activity_out_bkg_delay)); in createActivityFadeOutAnimator()
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DNightDisplayIntensityPreferenceControllerTest.java76 com.android.internal.R.integer.config_nightDisplayColorTemperatureMin, 2950); in onPreferenceChange_changesTemperature()
78 com.android.internal.R.integer.config_nightDisplayColorTemperatureMax, 3050); in onPreferenceChange_changesTemperature()
90 com.android.internal.R.integer.config_nightDisplayColorTemperatureMin, 2950); in rangeOfSlider_staysWithinValidRange()
92 com.android.internal.R.integer.config_nightDisplayColorTemperatureMax, 3050); in rangeOfSlider_staysWithinValidRange()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpCodecConfig.java176 value = resources.getInteger(R.integer.a2dp_source_codec_priority_sbc); in assignCodecConfigPriorities()
186 value = resources.getInteger(R.integer.a2dp_source_codec_priority_aac); in assignCodecConfigPriorities()
196 value = resources.getInteger(R.integer.a2dp_source_codec_priority_aptx); in assignCodecConfigPriorities()
206 value = resources.getInteger(R.integer.a2dp_source_codec_priority_aptx_hd); in assignCodecConfigPriorities()
216 value = resources.getInteger(R.integer.a2dp_source_codec_priority_ldac); in assignCodecConfigPriorities()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DConfig.java49 slotViewSpec.rowsLand = r.getInteger(R.integer.albumset_rows_land); in AlbumSetPage()
50 slotViewSpec.rowsPort = r.getInteger(R.integer.albumset_rows_port); in AlbumSetPage()
100 slotViewSpec.rowsLand = r.getInteger(R.integer.album_rows_land); in AlbumPage()
101 slotViewSpec.rowsPort = r.getInteger(R.integer.album_rows_port); in AlbumPage()
/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java605 ioStatsNumSamplesToStore = resources.getInteger(R.integer.ioStatsNumSamplesToStore); in Configuration()
607 1024 * resources.getInteger(R.integer.acceptableWrittenKBytesPerSample); in Configuration()
609 resources.getInteger(R.integer.acceptableFsyncCallsPerSample); in Configuration()
611 resources.getInteger(R.integer.maxExcessiveIoSamplesInWindow); in Configuration()
614 resources.getInteger(R.integer.uptimeHoursIntervalBetweenUptimeDataWrite); in Configuration()
616 resources.getInteger(R.integer.acceptableHoursPerOnePercentFlashWear); in Configuration()
618 1000 * resources.getInteger(R.integer.ioStatsRefreshRateSeconds); in Configuration()
/packages/apps/UnifiedEmail/src/com/android/mail/
DMinTimeProgressDialog.java64 .getInteger(R.integer.batch_progress_display_time); in MinTimeProgressDialog()
66 .getInteger(R.integer.batch_progress_wait_time); in MinTimeProgressDialog()
68 + context.getResources().getInteger(R.integer.dialog_animationDefaultDur); in MinTimeProgressDialog()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java321 when(mResources.getInteger(eq(R.integer.config_captive_portal_dns_probe_timeout))) in setUp()
470 .when(mResources).getInteger(eq(R.integer.config_captive_portal_dns_probe_timeout)); in testGetIntSetting()
477 when(mResources.getInteger(eq(R.integer.default_captive_portal_dns_probe_timeout))) in testGetIntSetting()
480 R.integer.config_captive_portal_dns_probe_timeout, in testGetIntSetting()
482 R.integer.default_captive_portal_dns_probe_timeout)); in testGetIntSetting()
489 R.integer.config_captive_portal_dns_probe_timeout, in testGetIntSetting()
491 R.integer.default_captive_portal_dns_probe_timeout)); in testGetIntSetting()
494 when(mResources.getInteger(eq(R.integer.config_captive_portal_dns_probe_timeout))) in testGetIntSetting()
497 R.integer.config_captive_portal_dns_probe_timeout, in testGetIntSetting()
499 R.integer.default_captive_portal_dns_probe_timeout)); in testGetIntSetting()
/packages/apps/Camera2/src/com/android/camera/app/
DModuleManagerImpl.java115 final int photoModuleId = context.getResources().getInteger(R.integer.camera_mode_photo); in getQuickSwitchToModuleId()
116 final int videoModuleId = context.getResources().getInteger(R.integer.camera_mode_video); in getQuickSwitchToModuleId()
120 || moduleId == context.getResources().getInteger(R.integer.camera_mode_gcam)) { in getQuickSwitchToModuleId()
/packages/providers/TvProvider/src/com/android/providers/tv/
DEpgDataCleanupService.java57 int maxProgramAgeInDays = getResources().getInteger(R.integer.max_program_age_in_days); in onHandleIntent()
63 getResources().getInteger(R.integer.max_watched_program_age_in_days); in onHandleIntent()
69 getResources().getInteger(R.integer.max_watched_program_entry_count); in onHandleIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSwipeHelper.java93 SWIPE_ESCAPE_VELOCITY = res.getInteger(R.integer.swipe_escape_velocity); in SwipeHelper()
94 DEFAULT_ESCAPE_ANIMATION_DURATION = res.getInteger(R.integer.escape_animation_duration); in SwipeHelper()
95 MAX_ESCAPE_ANIMATION_DURATION = res.getInteger(R.integer.max_escape_animation_duration); in SwipeHelper()
96 MAX_DISMISS_VELOCITY = res.getInteger(R.integer.max_dismiss_velocity); in SwipeHelper()
97 SNAP_ANIM_LEN = res.getInteger(R.integer.snap_animation_duration); in SwipeHelper()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dinternals.md72 | `int i` | 32-bit signed integer |4 |4 |
79 | `unsigned u` | 32-bit unsigned integer |4 |4 |
86 | `int64_t i64` | 64-bit signed integer |8 |8 |
92 | `uint64_t i64` | 64-bit unsigned integer |8 |8 |
104 …o the endianess. This makes possible for interpreting a 32-bit integer as a 64-bit integer, withou…
113 …For normal integer values, it can contains `kIntFlag`, `kUintFlag`, `kInt64Flag` and/or `kUint64F…
234 The naive algorithm for integer-to-string conversion involves division per each decimal digit. We h…
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListSwipeHelper.java71 mDefaultRestoreAnimationDuration = res.getInteger(R.integer.swipe_duration_ms); in ConversationListSwipeHelper()
72 mDefaultDismissAnimationDuration = res.getInteger(R.integer.swipe_duration_ms); in ConversationListSwipeHelper()
73 mMaxTranslationAnimationDuration = res.getInteger(R.integer.swipe_duration_ms); in ConversationListSwipeHelper()
79 res.getInteger(R.integer.swipe_max_fling_velocity_px_per_s)); in ConversationListSwipeHelper()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DStoreUtils.java143 Integer integer) { in putIntegerIfNotNull() argument
144 if (integer != null) { in putIntegerIfNotNull()
145 bundle.putInt(attrName, integer); in putIntegerIfNotNull()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DActionAdapter.java128 mAnimationDuration = res.getInteger(R.integer.dialog_animation_duration); in ActionAdapter()
203 title.setMaxLines(res.getInteger(R.integer.action_title_max_lines)); in getView()
207 title.setMaxLines(res.getInteger(R.integer.action_title_min_lines)); in getView()
209 res.getInteger(R.integer.action_description_min_lines)); in getView()
506 final int titleMaxLines = res.getInteger(R.integer.action_title_max_lines); in getDescriptionMaxHeight()
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java283 mResources.getInteger(R.integer.tvview_fade_in_duration), in updateTvAspectRatio()
293 mResources.getInteger(R.integer.tvview_fade_in_duration), in fadeInTvView()
303 mResources.getInteger(R.integer.tvview_fade_out_duration), in fadeOutTvView()
446 mTvViewAnimator.setDuration(mResources.getInteger(R.integer.tvview_anim_duration)); in initTvAnimatorIfNeeded()
489 mResources.getInteger(R.integer.tvactivity_background_anim_duration)); in initBackgroundAnimatorIfNeeded()
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java979 R.integer.camera_mode_photosphere);
1235 R.integer.camera_mode_photosphere); in indicateCapture()
1695 int photoIndex = getResources().getInteger(R.integer.camera_mode_photo); in getModeIndex()
1696 int videoIndex = getResources().getInteger(R.integer.camera_mode_video); in getModeIndex()
1697 int gcamIndex = getResources().getInteger(R.integer.camera_mode_gcam); in getModeIndex()
1699 getResources().getInteger(R.integer.camera_mode_capture_intent); in getModeIndex()
2462 if (modeIndex == getResources().getInteger(R.integer.camera_mode_photo)) { in getPreferredChildModeIndex()
2465 modeIndex = getResources().getInteger(R.integer.camera_mode_gcam); in getPreferredChildModeIndex()
2479 if (modeIndex == getResources().getInteger(R.integer.camera_mode_photo) in onModeSelected()
2480 || modeIndex == getResources().getInteger(R.integer.camera_mode_gcam)) { in onModeSelected()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemViewCoordinates.java296 res.getInteger(R.integer.folder_max_width_proportion) / 100.0); in ConversationItemViewCoordinates()
298 res.getInteger(R.integer.folder_cell_max_width_proportion) / 100.0); in ConversationItemViewCoordinates()
466 return res.getInteger(R.integer.senders_with_attachment_lengths); in getSendersLength()
468 return res.getInteger(R.integer.senders_lengths); in getSendersLength()

1234567891011