Searched refs:integer (Results 1 - 25 of 83) sorted by relevance

1234

/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
H A DOverlayBaseTest.java204 XmlResourceParser parser = mResources.getXml(R.xml.integer);
207 if (type == XmlResourceParser.START_TAG && "integer".equals(parser.getName())) {
261 * R.integer.matrix101110 resource for the default configuration (value
269 final int resId = R.integer.matrix_100000;
275 final int resId = R.integer.matrix_100001;
281 final int resId = R.integer.matrix_100010;
287 final int resId = R.integer.matrix_100011;
293 final int resId = R.integer.matrix_100100;
299 final int resId = R.integer.matrix_100101;
305 final int resId = R.integer
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java193 res.getInteger(R.integer.recents_filter_animate_current_views_duration);
195 res.getInteger(R.integer.recents_filter_animate_new_views_duration);
206 res.getInteger(R.integer.recents_animate_task_stack_scroll_duration);
213 taskStackMaxDim = res.getInteger(R.integer.recents_max_task_stack_view_dim);
218 res.getInteger(R.integer.recents_animate_task_enter_from_home_delay);
220 res.getInteger(R.integer.recents_animate_task_enter_from_home_duration);
222 res.getInteger(R.integer.recents_animate_task_enter_from_home_stagger_delay);
224 res.getInteger(R.integer.recents_animate_task_exit_to_home_duration);
226 res.getInteger(R.integer.recents_animate_task_view_remove_duration);
256 res.getInteger(R.integer
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteGlobal.java85 com.android.internal.R.integer.db_journal_size_limit));
107 * Gets the WAL auto-checkpoint integer in database pages.
112 com.android.internal.R.integer.db_wal_autocheckpoint));
122 com.android.internal.R.integer.db_connection_pool_size));
/frameworks/base/libs/androidfw/tests/data/basic/
H A DR.h30 namespace integer { namespace in namespace:base::R
/frameworks/base/libs/androidfw/tests/
H A DResTable_test.cpp92 ASSERT_EQ(base::R::integer::number1, val.data);
112 ASSERT_EQ(base::R::integer::number1, val.data);
135 ssize_t block = table.getResource(base::R::integer::number2, &val, MAY_NOT_BE_BAG);
151 ssize_t block = table.getResource(base::R::integer::number1, &val, MAY_NOT_BE_BAG);
165 block = table.getResource(base::R::integer::number1, &val, MAY_NOT_BE_BAG);
179 ssize_t block = table.getResource(base::R::integer::number1, &val, MAY_NOT_BE_BAG);
192 block = table.getResource(base::R::integer::number1, &val, MAY_NOT_BE_BAG);
211 ASSERT_LT(table.getResource(base::R::integer::number1, &val, MAY_NOT_BE_BAG), 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java72 return getInt("doze.pulse.duration.in", R.integer.doze_pulse_duration_in);
76 return getInt("doze.pulse.duration.visible", R.integer.doze_pulse_duration_visible);
80 return getInt("doze.pulse.duration.out", R.integer.doze_pulse_duration_out);
112 return getInt("doze.pulse.schedule.resets", R.integer.doze_pulse_schedule_resets);
116 return getInt("doze.pickup.vibration.threshold", R.integer.doze_pickup_vibration_threshold);
/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java42 return mContext.getResources().getInteger(R.integer.max_action_buttons);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DUsageTracker.java42 .getInteger(R.integer.days_to_show_timeout_tiles);
/frameworks/base/services/core/java/com/android/server/
H A DNetworkTimeUpdateService.java101 com.android.internal.R.integer.config_ntpPollingInterval);
103 com.android.internal.R.integer.config_ntpPollingIntervalShorter);
105 com.android.internal.R.integer.config_ntpRetry);
107 com.android.internal.R.integer.config_ntpThreshold);
H A DBatteryService.java154 com.android.internal.R.integer.config_criticalBatteryWarningLevel);
156 com.android.internal.R.integer.config_lowBatteryWarningLevel);
158 com.android.internal.R.integer.config_lowBatteryCloseWarningBump);
160 com.android.internal.R.integer.config_shutdownBatteryTemperature);
209 com.android.internal.R.integer.config_lowBatteryWarningLevel);
219 com.android.internal.R.integer.config_lowBatteryCloseWarningBump);
709 com.android.internal.R.integer.config_notificationsBatteryLowARGB);
711 com.android.internal.R.integer.config_notificationsBatteryMediumARGB);
713 com.android.internal.R.integer.config_notificationsBatteryFullARGB);
715 com.android.internal.R.integer
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DActionBarPolicy.java46 return mContext.getResources().getInteger(R.integer.abc_max_action_buttons);
/frameworks/base/core/java/android/os/
H A DPowerManager.java208 * Mask for the wake lock level component of a combined wake lock level and flags integer.
392 com.android.internal.R.integer.config_screenBrightnessSettingMinimum);
403 com.android.internal.R.integer.config_screenBrightnessSettingMaximum);
412 com.android.internal.R.integer.config_screenBrightnessSettingDefault);
/frameworks/compile/mclinker/lib/Script/
H A DScriptScanner.ll205 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
206 yylval->integer *= 1024;
210 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
211 yylval->integer *= 1024 * 1024;
214 str.getAsInteger(0, yylval->integer);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java828 R.integer.def_user_rotation); // should be zero degrees
889 R.integer.def_long_press_timeout_millis);
1550 R.integer.def_low_battery_sound_timeout);
1579 R.integer.def_heads_up_enabled);
1677 R.integer.def_lock_screen_show_notifications);
1821 R.integer.def_sleep_timeout);
2012 R.integer.def_screen_off_timeout);
2241 R.integer.def_screen_off_timeout);
2253 R.integer.def_screen_brightness);
2271 R.integer
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java85 com.android.internal.R.integer.config_criticalBatteryWarningLevel);
89 com.android.internal.R.integer.config_lowBatteryWarningLevel);
103 com.android.internal.R.integer.config_lowBatteryCloseWarningBump);
/frameworks/base/core/java/android/util/
H A DNtpTrustedTime.java60 com.android.internal.R.integer.config_ntpTimeout);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java98 R.integer.notification_panel_layout_gravity);
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java231 com.android.internal.R.integer.config_lowMemoryKillerMinFreeKbytesAdjust);
233 com.android.internal.R.integer.config_lowMemoryKillerMinFreeKbytesAbsolute);
281 int reserve_adj = Resources.getSystem().getInteger(com.android.internal.R.integer.config_extraFreeKbytesAdjust);
282 int reserve_abs = Resources.getSystem().getInteger(com.android.internal.R.integer.config_extraFreeKbytesAbsolute);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java94 final int fadeOutDurationMs = mResources.getInteger(R.integer.bitmap_fade_animation_duration);
95 mProgressDelayMs = mResources.getInteger(R.integer.bitmap_progress_animation_delay);
443 pulseDuration = res.getInteger(R.integer.bitmap_placeholder_animation_duration);
526 .setDuration(res.getInteger(R.integer.bitmap_progress_animation_duration));
/frameworks/base/core/java/android/view/
H A DViewConfiguration.java308 com.android.internal.R.integer.config_overrideHasPermanentMenuKey);
348 com.android.internal.R.integer.config_globalActionsKeyTimeout);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenToast.java126 final int animDuration = res.getInteger(R.integer.zen_toast_animation_duration);
127 final int visibleDuration = res.getInteger(R.integer.zen_toast_visible_duration);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractDetailsDescriptionPresenter.java72 R.integer.lb_details_description_body_max_lines);
74 R.integer.lb_details_description_body_min_lines);
H A DSearchOrbView.java170 R.integer.lb_search_orb_pulse_duration_ms);
172 R.integer.lb_search_orb_scale_duration_ms);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java73 R.integer.preview_page_per_row_count);
114 R.integer.print_option_column_count);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java444 R.integer.config_wifi_framework_associated_scan_interval);
450 R.integer.config_wifi_framework_associated_partial_scan_max_num_active_channels);
452 R.integer.config_wifi_framework_associated_partial_scan_max_num_passive_channels);
454 R.integer.config_wifi_framework_associated_full_scan_max_interval);
456 R.integer.config_wifi_framework_associated_full_scan_backoff);
464 R.integer.config_wifi_framework_5GHz_preference_boost_factor);
466 R.integer.config_wifi_framework_5GHz_preference_penalty_factor);
469 R.integer.config_wifi_framework_5GHz_preference_penalty_threshold);
471 R.integer.config_wifi_framework_5GHz_preference_boost_threshold);
474 R.integer
[all...]

Completed in 732 milliseconds

1234