R.integer
public
static
final
class
R.integer
extends Object
Summary
Inherited methods |
From
class
java.lang.Object
Object
|
clone()
Creates and returns a copy of this object.
|
boolean
|
equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
void
|
finalize()
Called by the garbage collector on an object when garbage collection
determines that there are no more references to the object.
|
final
Class<?>
|
getClass()
Returns the runtime class of this Object .
|
int
|
hashCode()
Returns a hash code value for the object.
|
final
void
|
notify()
Wakes up a single thread that is waiting on this object's
monitor.
|
final
void
|
notifyAll()
Wakes up all threads that are waiting on this object's monitor.
|
String
|
toString()
Returns a string representation of the object.
|
final
void
|
wait(long millis, int nanos)
Causes the current thread to wait until another thread invokes the
notify() method or the
notifyAll() method for this object, or
some other thread interrupts the current thread, or a certain
amount of real time has elapsed.
|
final
void
|
wait(long millis)
Causes the current thread to wait until either another thread invokes the
notify() method or the
notifyAll() method for this object, or a
specified amount of time has elapsed.
|
final
void
|
wait()
Causes the current thread to wait until another thread invokes the
notify() method or the
notifyAll() method for this object.
|
|
Fields
lb_browse_headers_transition_delay
int lb_browse_headers_transition_delay
lb_browse_headers_transition_duration
int lb_browse_headers_transition_duration
lb_browse_rows_anim_duration
int lb_browse_rows_anim_duration
lb_card_activated_animation_duration
int lb_card_activated_animation_duration
lb_card_selected_animation_delay
int lb_card_selected_animation_delay
lb_card_selected_animation_duration
int lb_card_selected_animation_duration
lb_details_description_body_max_lines
int lb_details_description_body_max_lines
lb_details_description_body_min_lines
int lb_details_description_body_min_lines
lb_details_description_subtitle_max_lines
int lb_details_description_subtitle_max_lines
lb_details_description_title_max_lines
int lb_details_description_title_max_lines
lb_error_message_max_lines
int lb_error_message_max_lines
lb_guidedactions_item_animation_duration
int lb_guidedactions_item_animation_duration
lb_guidedactions_item_description_min_lines
int lb_guidedactions_item_description_min_lines
lb_guidedactions_item_title_max_lines
int lb_guidedactions_item_title_max_lines
lb_guidedactions_item_title_min_lines
int lb_guidedactions_item_title_min_lines
lb_guidedstep_activity_background_fade_duration_ms
int lb_guidedstep_activity_background_fade_duration_ms
lb_playback_bg_fade_in_ms
int lb_playback_bg_fade_in_ms
lb_playback_bg_fade_out_ms
int lb_playback_bg_fade_out_ms
lb_playback_controls_fade_in_ms
int lb_playback_controls_fade_in_ms
lb_playback_controls_fade_out_ms
int lb_playback_controls_fade_out_ms
lb_playback_controls_show_time_ms
int lb_playback_controls_show_time_ms
lb_playback_description_fade_in_ms
int lb_playback_description_fade_in_ms
lb_playback_description_fade_out_ms
int lb_playback_description_fade_out_ms
lb_playback_rows_fade_delay_ms
int lb_playback_rows_fade_delay_ms
lb_playback_rows_fade_in_ms
int lb_playback_rows_fade_in_ms
lb_playback_rows_fade_out_ms
int lb_playback_rows_fade_out_ms
lb_search_bar_speech_mode_background_alpha
int lb_search_bar_speech_mode_background_alpha
lb_search_bar_text_mode_background_alpha
int lb_search_bar_text_mode_background_alpha
lb_search_orb_pulse_duration_ms
int lb_search_orb_pulse_duration_ms
lb_search_orb_scale_duration_ms
int lb_search_orb_scale_duration_ms
slideEdgeEnd
int slideEdgeEnd
Gravity.RIGHT
Gravity.LEFT
Gravity.END
slideEdgeStart
int slideEdgeStart
Gravity.LEFT
Gravity.RIGHT
Gravity.START
Public constructors