From 7725c9b1069b069db880414b063d641a76b99271 Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Fri, 21 Jun 2013 10:15:48 +0000 Subject: Revert "Choreographer: make DEFAULT_FRAME_DELAY can be changed by using property" This reverts commit 72b94d77c463740af232d3738429813d687ff1aa Change-Id: Iee65aac7d2415c814f53ff16017491b386cfcfe0 --- core/java/android/view/Choreographer.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/java/android/view/Choreographer.java b/core/java/android/view/Choreographer.java index f9b712fca667..b6617480764f 100644 --- a/core/java/android/view/Choreographer.java +++ b/core/java/android/view/Choreographer.java @@ -78,8 +78,7 @@ public final class Choreographer { // for jitter and hardware variations). Regardless of this value, the animation // and display loop is ultimately rate-limited by how fast new graphics buffers can // be dequeued. - private static final long DEFAULT_FRAME_DELAY = SystemProperties.getInt( - "debug.choreographer.skipwarning", 10); + private static final long DEFAULT_FRAME_DELAY = 10; // The number of milliseconds between animation frames. private static volatile long sFrameDelay = DEFAULT_FRAME_DELAY; -- cgit v1.2.3