Android APIs
public static final class

R.integer

extends Object
java.lang.Object
   ↳ android.support.v17.preference.R.integer

Summary

Fields
public static int abc_config_activityDefaultDur
public static int abc_config_activityShortDur The duration (in milliseconds) of the activity open/close and fragment open/close animations.
public static int abc_max_action_buttons The maximum number of action buttons that should be permitted within an action bar/action mode.
public static int cancel_button_image_alpha
public static int lb_browse_headers_transition_delay
public static int lb_browse_headers_transition_duration
public static int lb_browse_rows_anim_duration
public static int lb_card_activated_animation_duration
public static int lb_card_selected_animation_delay
public static int lb_card_selected_animation_duration
public static int lb_details_description_body_max_lines
public static int lb_details_description_body_min_lines
public static int lb_details_description_subtitle_max_lines
public static int lb_details_description_title_max_lines
public static int lb_error_message_max_lines
public static int lb_guidedactions_animation_duration
public static int lb_guidedactions_item_animation_duration
public static int lb_guidedactions_item_description_min_lines
public static int lb_guidedactions_item_title_max_lines
public static int lb_guidedactions_item_title_min_lines
public static int lb_guidedstep_entry_animation_delay
public static int lb_guidedstep_entry_animation_duration
public static int lb_playback_bg_fade_in_ms
public static int lb_playback_bg_fade_out_ms
public static int lb_playback_controls_fade_in_ms
public static int lb_playback_controls_fade_out_ms
public static int lb_playback_controls_show_time_ms
public static int lb_playback_description_fade_in_ms
public static int lb_playback_description_fade_out_ms
public static int lb_playback_rows_fade_delay_ms
public static int lb_playback_rows_fade_in_ms
public static int lb_playback_rows_fade_out_ms
public static int lb_search_bar_speech_mode_background_alpha
public static int lb_search_bar_text_mode_background_alpha
public static int lb_search_orb_pulse_duration_ms
public static int lb_search_orb_scale_duration_ms
public static int status_bar_notification_info_maxnum Maximum numerical value that will be shown in a status bar notification icon or in the notification itself.
Public Constructors
R.integer()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static int abc_config_activityDefaultDur

public static int abc_config_activityShortDur

The duration (in milliseconds) of the activity open/close and fragment open/close animations.

public static int abc_max_action_buttons

The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this.

public static int cancel_button_image_alpha

public static int lb_browse_headers_transition_delay

public static int lb_browse_headers_transition_duration

public static int lb_browse_rows_anim_duration

public static int lb_card_activated_animation_duration

public static int lb_card_selected_animation_delay

public static int lb_card_selected_animation_duration

public static int lb_details_description_body_max_lines

public static int lb_details_description_body_min_lines

public static int lb_details_description_subtitle_max_lines

public static int lb_details_description_title_max_lines

public static int lb_error_message_max_lines

public static int lb_guidedactions_animation_duration

public static int lb_guidedactions_item_animation_duration

public static int lb_guidedactions_item_description_min_lines

public static int lb_guidedactions_item_title_max_lines

public static int lb_guidedactions_item_title_min_lines

public static int lb_guidedstep_entry_animation_delay

public static int lb_guidedstep_entry_animation_duration

public static int lb_playback_bg_fade_in_ms

public static int lb_playback_bg_fade_out_ms

public static int lb_playback_controls_fade_in_ms

public static int lb_playback_controls_fade_out_ms

public static int lb_playback_controls_show_time_ms

public static int lb_playback_description_fade_in_ms

public static int lb_playback_description_fade_out_ms

public static int lb_playback_rows_fade_delay_ms

public static int lb_playback_rows_fade_in_ms

public static int lb_playback_rows_fade_out_ms

public static int lb_search_bar_speech_mode_background_alpha

public static int lb_search_bar_text_mode_background_alpha

public static int lb_search_orb_pulse_duration_ms

public static int lb_search_orb_scale_duration_ms

public static int status_bar_notification_info_maxnum

Maximum numerical value that will be shown in a status bar notification icon or in the notification itself. Will be replaced with @string/status_bar_notification_info_overflow when shown in the UI.

Public Constructors

public R.integer ()