Searched refs:mModeSelectionFrame (Results 1 – 1 of 1) sorted by relevance
59 private View mModeSelectionFrame; field in ModePicker85 mModeSelectionFrame = findViewById(R.id.mode_selection); in onFinishInflate()127 mModeSelectionFrame.setVisibility(View.GONE);141 mModeSelectionFrame.startAnimation(enabled ? mFadeIn : mFadeOut); in enableModeSelection()143 mModeSelectionFrame.setVisibility(View.VISIBLE); in enableModeSelection()207 mModeSelectionFrame.setEnabled(enabled); in setEnabled()262 int l = mModeSelectionFrame.getLeft() + mCurrentMode * viewWidth; in onLayout()