Searched refs:integer (Results 1 - 25 of 182) sorted by last modified time

12345678

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackFragment.java761 getResources().getInteger(R.integer.lb_playback_controls_show_time_ms);
H A DPlaybackOverlayFragment.java698 getResources().getInteger(R.integer.lb_playback_controls_show_time_ms);
H A DPlaybackOverlaySupportFragment.java701 getResources().getInteger(R.integer.lb_playback_controls_show_time_ms);
H A DPlaybackSupportFragment.java764 getResources().getInteger(R.integer.lb_playback_controls_show_time_ms);
H A DRowsFragment.java283 R.integer.lb_browse_rows_anim_duration);
H A DRowsSupportFragment.java286 R.integer.lb_browse_rows_anim_duration);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractDetailsDescriptionPresenter.java79 R.integer.lb_details_description_body_max_lines);
81 R.integer.lb_details_description_body_min_lines);
H A DAbstractMediaItemPresenter.java589 .getInteger(android.R.integer.config_shortAnimTime);
H A DBaseCardView.java182 getResources().getInteger(R.integer.lb_card_selected_animation_delay));
186 getResources().getInteger(R.integer.lb_card_selected_animation_duration));
190 getResources().getInteger(R.integer.lb_card_activated_animation_duration));
H A DImageCardView.java462 mImageView.getResources().getInteger(android.R.integer.config_shortAnimTime));
H A DSearchBar.java189 mBackgroundSpeechAlpha = r.getInteger(R.integer.lb_search_bar_speech_mode_background_alpha);
190 mBackgroundAlpha = r.getInteger(R.integer.lb_search_bar_text_mode_background_alpha);
H A DSearchOrbView.java176 R.integer.lb_search_orb_pulse_duration_ms);
178 R.integer.lb_search_orb_scale_duration_ms);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DNotificationCompatImplBase.java111 context.getResources().getInteger(R.integer.cancel_button_image_alpha));
157 context.getResources().getInteger(R.integer.cancel_button_image_alpha));
355 R.integer.status_bar_notification_info_maxnum);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java436 R.integer.mr_controller_volume_group_list_animation_duration_ms);
438 R.integer.mr_controller_volume_group_list_fade_in_duration_ms);
440 R.integer.mr_controller_volume_group_list_fade_out_duration_ms);
/frameworks/support/wear/src/android/support/wear/widget/
H A DSwipeDismissFrameLayout.java175 android.R.integer.config_shortAnimTime);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java335 android.R.integer.config_mediumAnimTime);
/frameworks/support/design/lollipop/android/support/design/widget/
H A DViewUtilsLollipop.java59 final int dur = view.getResources().getInteger(R.integer.app_bar_elevation_anim_duration);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java181 com.android.internal.R.integer.config_valid_wappush_index);
207 * Parse HeaderLen(unsigned integer).
232 * Length = Uintvar-integer
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java384 com.android.internal.R.integer.config_mobile_mtu);
1936 // We need to cast it to long because the value returned from RIL is a 32-bit integer,
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java348 resources.getInteger(R.integer.reenter_fullscreen_delay_time_in_millis);
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
H A DPartnerTest.java113 .getIdentifier(eq("suwTransitionDuration"), eq("integer"), anyString());
123 ResourceEntry entry = Partner.getResourceEntry(mContext, R.integer.suwTransitionDuration);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSavedNetworkEvaluator.java59 R.integer.config_wifi_framework_RSSI_SCORE_SLOPE);
61 R.integer.config_wifi_framework_RSSI_SCORE_OFFSET);
63 R.integer.config_wifi_framework_SAME_BSSID_AWARD);
65 R.integer.config_wifi_framework_current_network_boost);
67 R.integer.config_wifi_framework_LAST_SELECTION_AWARD);
69 R.integer.config_wifi_framework_SECURITY_AWARD);
71 R.integer.config_wifi_framework_5GHz_preference_boost_factor);
73 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz);
75 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_5GHz);
H A DWifiConfigManager.java369 R.integer.config_wifi_framework_associated_partial_scan_max_num_active_channels);
H A DWifiConnectivityManager.java552 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz);
554 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz);
556 R.integer.config_wifi_framework_5GHz_preference_boost_factor);
558 R.integer.config_wifi_framework_current_network_boost);
560 R.integer.config_wifi_framework_SAME_BSSID_AWARD);
562 R.integer.config_wifi_framework_SECURITY_AWARD);
564 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz);
568 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz)
570 R.integer.config_wifi_framework_RSSI_SCORE_OFFSET))
572 R.integer
[all...]

Completed in 416 milliseconds

12345678