Home | History | Annotate | Download | only in settings

Lines Matching refs:mWindowAnimationScale

140     private ListPreference mWindowAnimationScale;
192 mWindowAnimationScale = (ListPreference) findPreference(WINDOW_ANIMATION_SCALE_KEY);
193 mAllPrefs.add(mWindowAnimationScale);
194 mWindowAnimationScale.setOnPreferenceChangeListener(this);
370 writeAnimationScaleOption(0, mWindowAnimationScale, null);
652 updateAnimationScaleValue(0, mWindowAnimationScale);
867 } else if (preference == mWindowAnimationScale) {
868 writeAnimationScaleOption(0, mWindowAnimationScale, newValue);