Searched refs:mPressedState (Results 1 – 1 of 1) sorted by relevance
954 private final int[] mPressedState; field in Key.KeyBackgroundState958 mPressedState = Arrays.copyOf(attrs, attrs.length + 1); in KeyBackgroundState()959 mPressedState[attrs.length] = android.R.attr.state_pressed; in KeyBackgroundState()963 return pressed ? mPressedState : mReleasedState; in getState()