Searched refs:mSettingsButton (Results 1 – 1 of 1) sorted by relevance
110 private View mSettingsButton; field in ModeListView570 mSettingsButton.setVisibility(INVISIBLE); in ShimmyState()705 if (mSettingsButton.getLayerType() == View.LAYER_TYPE_HARDWARE) { in onAnimationEnd()707 mSettingsButton.setLayerType(View.LAYER_TYPE_NONE, null); in onAnimationEnd()710 mSettingsButton.setVisibility(VISIBLE); in onAnimationEnd()1165 mSettingsButton = findViewById(R.id.settings_button); in init()1166 mSettingsButton.setOnClickListener(new OnClickListener() { in init()1396 mSettingsButton.setTranslationX(uncoveredPreviewArea.right - mSettingsButtonMargin in updateSettingsButtonLayout()1397 - mSettingsButton.getMeasuredWidth()); in updateSettingsButtonLayout()1398 mSettingsButton.setTranslationY(uncoveredPreviewArea.top + mSettingsButtonMargin); in updateSettingsButtonLayout()[all …]