Searched defs:ENABLED_STATE_SET (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java79 static final int[] ENABLED_STATE_SET = {android.R.attr.state_enabled}; field in class:FloatingActionButtonImpl
101 mStateListAnimator.addState(ENABLED_STATE_SET,
/frameworks/base/core/java/android/view/
H A DView.java1685 protected static final int[] ENABLED_STATE_SET; field in class:View
1726 * @see #ENABLED_STATE_SET
1733 * @see #ENABLED_STATE_SET
1740 * @see #ENABLED_STATE_SET
1769 * @see #ENABLED_STATE_SET
1777 * @see #ENABLED_STATE_SET
1785 * @see #ENABLED_STATE_SET
1802 * @see #ENABLED_STATE_SET
1866 * @see #ENABLED_STATE_SET
1873 * @see #ENABLED_STATE_SET
[all...]

Completed in 382 milliseconds