Home
last modified time | relevance | path

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

1234567891011

/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
DSystemNavigationPreferenceControllerTest.java138 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testIsSwipeUpEnabled()
142 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testIsSwipeUpEnabled()
146 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testIsSwipeUpEnabled()
153 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testIsEdgeToEdgeEnabled()
157 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testIsEdgeToEdgeEnabled()
161 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testIsEdgeToEdgeEnabled()
168 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testGetSummary()
173 SettingsShadowResources.overrideResource(R.integer.config_navBarInteractionMode, in testGetSummary()
178 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.java185 value = resources.getInteger(R.integer.a2dp_source_codec_priority_sbc); in assignCodecConfigPriorities()
195 value = resources.getInteger(R.integer.a2dp_source_codec_priority_aac); in assignCodecConfigPriorities()
205 value = resources.getInteger(R.integer.a2dp_source_codec_priority_aptx); in assignCodecConfigPriorities()
215 value = resources.getInteger(R.integer.a2dp_source_codec_priority_aptx_hd); in assignCodecConfigPriorities()
225 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/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/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java482 when(mResources.getInteger(eq(R.integer.config_captive_portal_dns_probe_timeout))) in setUp()
778 doReturn(100).when(mResources).getInteger(R.integer.config_min_matches_http_content_length); in testMatchesHttpContentLength()
780 R.integer.config_max_matches_http_content_length); in testMatchesHttpContentLength()
793 R.integer.config_min_matches_http_content_length); in testMatchesHttpContentLength()
795 R.integer.config_max_matches_http_content_length); in testMatchesHttpContentLength()
821 doReturn(100).when(mResources).getInteger(R.integer.config_min_matches_http_content_length); in testGetResIntConfig()
823 R.integer.config_max_matches_http_content_length); in testGetResIntConfig()
825 R.integer.config_min_matches_http_content_length, Integer.MAX_VALUE)); in testGetResIntConfig()
827 R.integer.config_max_matches_http_content_length, 0)); in testGetResIntConfig()
830 eq(R.integer.config_min_matches_http_content_length)); in testGetResIntConfig()
[all …]
/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/services/Telephony/tests/src/com/android/services/telephony/rcs/
DRcsFeatureControllerTest.java138 controller.getRegistrationTech(integer -> { in testFeatureManagerConnectedRegister()
235 controller.getRegistrationTech(integer -> { in testFeatureManagerDisconnectedException()
236 assertNotNull(integer); in testFeatureManagerDisconnectedException()
237 assertEquals(ImsRegistrationImplBase.REGISTRATION_TECH_NONE, integer.intValue()); in testFeatureManagerDisconnectedException()
/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/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/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/Car/libs/car-apps-common/src/com/android/car/apps/common/imaging/
DLocalImageFetcher.java96 int maxPools = res.getInteger(R.integer.image_fetcher_thread_pools_max_count); in LocalImageFetcher()
97 mPoolSize = res.getInteger(R.integer.image_fetcher_thread_pool_size); in LocalImageFetcher()
100 int cacheSizeMB = res.getInteger(R.integer.bitmap_memory_cache_max_size_mb); in LocalImageFetcher()
101 int drawableDefaultWeightKB = res.getInteger(R.integer.drawable_default_weight_kb); in LocalImageFetcher()
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java978 R.integer.camera_mode_photosphere);
1234 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()
2469 if (modeIndex == getResources().getInteger(R.integer.camera_mode_photo)) { in getPreferredChildModeIndex()
2472 modeIndex = getResources().getInteger(R.integer.camera_mode_gcam); in getPreferredChildModeIndex()
2486 if (modeIndex == getResources().getInteger(R.integer.camera_mode_photo) in onModeSelected()
2487 || modeIndex == getResources().getInteger(R.integer.camera_mode_gcam)) { in onModeSelected()
[all …]
/packages/apps/TV/src/com/android/tv/guide/
DProgramGuide.java222 mSelectionRow = res.getInteger(R.integer.program_guide_selection_row); in ProgramGuide()
224 res.getInteger(R.integer.program_guide_table_detail_fade_anim_duration); in ProgramGuide()
225 mShowDurationMillis = res.getInteger(R.integer.program_guide_show_duration); in ProgramGuide()
227 res.getInteger(R.integer.program_guide_table_detail_toggle_anim_duration); in ProgramGuide()
243 res.getInteger(R.integer.max_recycled_view_pool_epg_side_panel_row)); in ProgramGuide()
286 res.getInteger(R.integer.max_recycled_view_pool_epg_header_row_item)); in ProgramGuide()
307 res.getInteger(R.integer.max_recycled_view_pool_epg_table_row)); in ProgramGuide()

1234567891011