Package icyllis.modernui
Class R.attr
java.lang.Object
icyllis.modernui.R.attr
- Enclosing class:
R
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
State identifier indicating the popup will be above the anchor.static final int
Set when a view or its parent has been "activated" meaning the user has currently marked it as being of interest.static final int
State identifier indicating that the object is currently checked.static final int
Set when a view that is capable of accepting a drop of the content currently being manipulated in a drag-and-drop operation.static final int
Set when a view is currently positioned over by a drag operation.static final int
State identifier indicating the group is empty (has no children).static final int
Set when a view is enabled.static final int
State identifier indicating the group is expanded.static final int
Set when a view has input focus.static final int
Set when a pointer is hovering over a view.static final int
State value for StateListDrawable, set when a view or drawable is in the last position in an ordered set.static final int
State value for StateListDrawable, set when the user is pressing down in a view.static final int
Set when a view (or one of its parents) is currently selected.static final int
Set when a view's window has input focus. -
Constructor Summary
-
Method Summary
-
Field Details
-
state_checked
public static final int state_checkedState identifier indicating that the object is currently checked.- See Also:
-
state_above_anchor
public static final int state_above_anchorState identifier indicating the popup will be above the anchor.- See Also:
-
state_window_focused
public static final int state_window_focusedSet when a view's window has input focus.- See Also:
-
state_selected
public static final int state_selectedSet when a view (or one of its parents) is currently selected.- See Also:
-
state_focused
public static final int state_focusedSet when a view has input focus.- See Also:
-
state_enabled
public static final int state_enabledSet when a view is enabled.- See Also:
-
state_activated
public static final int state_activatedSet when a view or its parent has been "activated" meaning the user has currently marked it as being of interest.- See Also:
-
state_hovered
public static final int state_hoveredSet when a pointer is hovering over a view.- See Also:
-
state_drag_can_accept
public static final int state_drag_can_acceptSet when a view that is capable of accepting a drop of the content currently being manipulated in a drag-and-drop operation.- See Also:
-
state_drag_hovered
public static final int state_drag_hoveredSet when a view is currently positioned over by a drag operation.- See Also:
-
state_last
public static final int state_lastState value for StateListDrawable, set when a view or drawable is in the last position in an ordered set. Actual usage may vary between views. Consult the host view documentation for details.- See Also:
-
state_pressed
public static final int state_pressedState value for StateListDrawable, set when the user is pressing down in a view.- See Also:
-
state_expanded
public static final int state_expandedState identifier indicating the group is expanded.- See Also:
-
state_empty
public static final int state_emptyState identifier indicating the group is empty (has no children).- See Also:
-
-
Constructor Details
-
attr
public attr()
-