Searched refs:getGlobalFloat (Results 1 – 1 of 1) sorted by relevance
526 assertThat(getGlobalFloat(context, Settings.Global.WINDOW_ANIMATION_SCALE)) in setAndAssertAnimationScale()528 assertThat(getGlobalFloat(context, Settings.Global.TRANSITION_ANIMATION_SCALE)) in setAndAssertAnimationScale()530 assertThat(getGlobalFloat(context, Settings.Global.ANIMATOR_DURATION_SCALE)) in setAndAssertAnimationScale()535 private static float getGlobalFloat(Context context, String constantName) { in getGlobalFloat() method in AccessibilityWindowReportingTest