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.java1725 protected static final int[] ENABLED_STATE_SET; field in class:View
1766 * @see #ENABLED_STATE_SET
1773 * @see #ENABLED_STATE_SET
1780 * @see #ENABLED_STATE_SET
1809 * @see #ENABLED_STATE_SET
1817 * @see #ENABLED_STATE_SET
1825 * @see #ENABLED_STATE_SET
1842 * @see #ENABLED_STATE_SET
1906 * @see #ENABLED_STATE_SET
1913 * @see #ENABLED_STATE_SET
[all...]

Completed in 68 milliseconds