HomeSort by relevance Sort by last modified time
    Searched refs:mSettingsButton (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/inputmethod/
SpellCheckerPreference.java 59 private View mSettingsButton;
88 mSettingsButton = view.findViewById(R.id.pref_right_button);
89 mSettingsButton.setOnClickListener(this);
99 if (v == mSettingsButton) {
137 if (mSettingsButton == null) {
141 mSettingsButton.setVisibility(View.GONE);
143 mSettingsButton.setEnabled(enabled);
144 mSettingsButton.setClickable(enabled);
145 mSettingsButton.setFocusable(enabled);
147 mSettingsButton.setAlpha(Utils.DISABLED_ALPHA)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarHeaderView.java 72 private View mSettingsButton;
141 mSettingsButton = findViewById(R.id.settings_button);
142 mSettingsButton.setOnClickListener(this);
325 mSettingsButton.setVisibility(mExpanded ? View.VISIBLE : View.INVISIBLE);
354 ? mSettingsButton.getId()
495 if (v == mSettingsButton) {
567 target.settingsAlpha = getAlphaForVisibility(mSettingsButton);
570 : mMultiUserSwitch.getLeft() - mSettingsButton.getLeft();
622 mSettingsButton.setTranslationY(mSystemIconsSuperContainer.getTranslationY());
623 mSettingsButton.setTranslationX(values.settingsTranslation)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeListView.java 109 private View mSettingsButton;
560 mSettingsButton.setVisibility(INVISIBLE);
695 mSettingsButton.setVisibility(VISIBLE);
    [all...]

Completed in 72 milliseconds