R.dimen


public static final class R.dimen
extends Object

java.lang.Object
   ↳ android.R.dimen


Summary

Constants

int app_icon_size

The standard size (both width and height) of an application icon that will be displayed in the app launcher and elsewhere.

int dialog_min_width_major

The platform's desired minimum size for a dialog's width when it is along the major axis (that is the screen is landscape).

int dialog_min_width_minor

The platform's desired minimum size for a dialog's width when it is along the minor axis (that is the screen is portrait).

int notification_large_icon_height

The width of the big icons in notifications.

int notification_large_icon_width

The width of the big icons in notifications.

int system_app_widget_background_radius

System-provided radius for the background view of app widgets.

int system_app_widget_inner_radius

System-provided radius for inner views on app widgets.

int thumbnail_height

The height that is used when creating thumbnails of applications.

int thumbnail_width

The width that is used when creating thumbnails of applications.

Public constructors

dimen()

Inherited methods

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 timeoutMillis, int nanos)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait(long timeoutMillis)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait()

Causes the current thread to wait until it is awakened, typically by being notified or interrupted.

Constants

app_icon_size

Added in API level 1
public static final int app_icon_size

The standard size (both width and height) of an application icon that will be displayed in the app launcher and elsewhere.

Constant Value: 17104896 (0x01050000)

dialog_min_width_major

Added in API level 11
public static final int dialog_min_width_major

The platform's desired minimum size for a dialog's width when it is along the major axis (that is the screen is landscape). This may be either a fraction or a dimension.

Constant Value: 17104899 (0x01050003)

dialog_min_width_minor

Added in API level 11
public static final int dialog_min_width_minor

The platform's desired minimum size for a dialog's width when it is along the minor axis (that is the screen is portrait). This may be either a fraction or a dimension.

Constant Value: 17104900 (0x01050004)

notification_large_icon_height

Added in API level 11
public static final int notification_large_icon_height

The width of the big icons in notifications.

Constant Value: 17104902 (0x01050006)

notification_large_icon_width

Added in API level 11
public static final int notification_large_icon_width

The width of the big icons in notifications.

Constant Value: 17104901 (0x01050005)

system_app_widget_background_radius

Added in API level 31
public static final int system_app_widget_background_radius

System-provided radius for the background view of app widgets. The resolved value of this resource may change at runtime.

Constant Value: 17104904 (0x01050008)

system_app_widget_inner_radius

Added in API level 31
public static final int system_app_widget_inner_radius

System-provided radius for inner views on app widgets. The resolved value of this resource may change at runtime.

Constant Value: 17104905 (0x01050009)

thumbnail_height

Added in API level 1
public static final int thumbnail_height

The height that is used when creating thumbnails of applications. The height that is used when creating thumbnails of applications. The height that is used when creating thumbnails of applications.

Constant Value: 17104897 (0x01050001)

thumbnail_width

Added in API level 1
public static final int thumbnail_width

The width that is used when creating thumbnails of applications. The width that is used when creating thumbnails of applications. The width that is used when creating thumbnails of applications.

Constant Value: 17104898 (0x01050002)

Public constructors

dimen

public dimen ()