OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WindowAnimationScalePreferenceController
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
WindowAnimationScalePreferenceControllerTest.java
19
import static com.android.settings.development.
WindowAnimationScalePreferenceController
.DEFAULT_VALUE;
20
import static com.android.settings.development.
WindowAnimationScalePreferenceController
.WINDOW_ANIMATION_SCALE_SELECTOR;
64
private
WindowAnimationScalePreferenceController
mController;
73
mController = new
WindowAnimationScalePreferenceController
(mContext);
/packages/apps/Settings/src/com/android/settings/development/
WindowAnimationScalePreferenceController.java
31
public class
WindowAnimationScalePreferenceController
extends
46
public
WindowAnimationScalePreferenceController
(Context context) {
DevelopmentSettingsDashboardFragment.java
432
controllers.add(new
WindowAnimationScalePreferenceController
(context));
Completed in 174 milliseconds