R.style
public
static
final
class
R.style
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
Animation_Design_BottomSheetDialog
int Animation_Design_BottomSheetDialog
Base_Widget_Design_AppBarLayout
int Base_Widget_Design_AppBarLayout
Base_Widget_Design_TabLayout
int Base_Widget_Design_TabLayout
TextAppearance_Design_CollapsingToolbar_Expanded
int TextAppearance_Design_CollapsingToolbar_Expanded
TextAppearance_Design_Counter
int TextAppearance_Design_Counter
TextAppearance_Design_Counter_Overflow
int TextAppearance_Design_Counter_Overflow
TextAppearance_Design_Error
int TextAppearance_Design_Error
TextAppearance_Design_Hint
int TextAppearance_Design_Hint
TextAppearance_Design_Snackbar_Message
int TextAppearance_Design_Snackbar_Message
TextAppearance_Design_Tab
int TextAppearance_Design_Tab
Theme_Design
int Theme_Design
Theme_Design_BottomSheetDialog
int Theme_Design_BottomSheetDialog
Theme_Design_Light
int Theme_Design_Light
Theme_Design_Light_BottomSheetDialog
int Theme_Design_Light_BottomSheetDialog
Theme_Design_Light_NoActionBar
int Theme_Design_Light_NoActionBar
Theme_Design_NoActionBar
int Theme_Design_NoActionBar
Widget_Design_AppBarLayout
int Widget_Design_AppBarLayout
Widget_Design_BottomSheet_Modal
int Widget_Design_BottomSheet_Modal
Widget_Design_CollapsingToolbar
int Widget_Design_CollapsingToolbar
Widget_Design_CoordinatorLayout
int Widget_Design_CoordinatorLayout
Widget_Design_FloatingActionButton
int Widget_Design_FloatingActionButton
Widget_Design_NavigationView
int Widget_Design_NavigationView
Widget_Design_ScrimInsetsFrameLayout
int Widget_Design_ScrimInsetsFrameLayout
Widget_Design_Snackbar
int Widget_Design_Snackbar
Widget_Design_TabLayout
int Widget_Design_TabLayout
Widget_Design_TextInputLayout
int Widget_Design_TextInputLayout
Public constructors