Loading core/java/android/animation/ValueAnimator.java +2 −2 Original line number Diff line number Diff line Loading @@ -54,8 +54,8 @@ public class ValueAnimator extends Animator { * Messages sent to timing handler: START is sent when an animation first begins, FRAME is sent * by the handler to itself to process the next animation frame */ private static final int ANIMATION_START = 0; private static final int ANIMATION_FRAME = 1; static final int ANIMATION_START = 0; static final int ANIMATION_FRAME = 1; /** * Values used with internal variable mPlayingState to indicate the current state of an Loading core/java/android/content/res/AssetManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ public final class AssetManager { private static final boolean DEBUG_REFS = false; private static final Object sSync = new Object(); private static AssetManager sSystem = null; /*package*/ static AssetManager sSystem = null; private final TypedValue mValue = new TypedValue(); private final long[] mOffsets = new long[2]; Loading Loading @@ -252,7 +252,7 @@ public final class AssetManager { } } private final void makeStringBlocks(boolean copyFromSystem) { /*package*/ final void makeStringBlocks(boolean copyFromSystem) { final int sysNum = copyFromSystem ? sSystem.mStringBlocks.length : 0; final int num = getStringBlockCount(); mStringBlocks = new StringBlock[num]; Loading core/java/android/content/res/Resources.java +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ public class Resources { private static final int ID_OTHER = 0x01000004; private static final Object mSync = new Object(); private static Resources mSystem = null; /*package*/ static Resources mSystem = null; // Information about preloaded resources. Note that they are not // protected by a lock, because while preloading in zygote we are all Loading core/java/android/content/res/TypedArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ public class TypedArray { /*package*/ int[] mData; /*package*/ int[] mIndices; /*package*/ int mLength; private TypedValue mValue = new TypedValue(); /*package*/ TypedValue mValue = new TypedValue(); /** * Return the number of values in this array. Loading core/java/android/os/HandlerThread.java +3 −3 Original line number Diff line number Diff line Loading @@ -21,9 +21,9 @@ package android.os; * used to create handler classes. Note that start() must still be called. */ public class HandlerThread extends Thread { private int mPriority; private int mTid = -1; private Looper mLooper; int mPriority; int mTid = -1; Looper mLooper; public HandlerThread(String name) { super(name); Loading Loading
core/java/android/animation/ValueAnimator.java +2 −2 Original line number Diff line number Diff line Loading @@ -54,8 +54,8 @@ public class ValueAnimator extends Animator { * Messages sent to timing handler: START is sent when an animation first begins, FRAME is sent * by the handler to itself to process the next animation frame */ private static final int ANIMATION_START = 0; private static final int ANIMATION_FRAME = 1; static final int ANIMATION_START = 0; static final int ANIMATION_FRAME = 1; /** * Values used with internal variable mPlayingState to indicate the current state of an Loading
core/java/android/content/res/AssetManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ public final class AssetManager { private static final boolean DEBUG_REFS = false; private static final Object sSync = new Object(); private static AssetManager sSystem = null; /*package*/ static AssetManager sSystem = null; private final TypedValue mValue = new TypedValue(); private final long[] mOffsets = new long[2]; Loading Loading @@ -252,7 +252,7 @@ public final class AssetManager { } } private final void makeStringBlocks(boolean copyFromSystem) { /*package*/ final void makeStringBlocks(boolean copyFromSystem) { final int sysNum = copyFromSystem ? sSystem.mStringBlocks.length : 0; final int num = getStringBlockCount(); mStringBlocks = new StringBlock[num]; Loading
core/java/android/content/res/Resources.java +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ public class Resources { private static final int ID_OTHER = 0x01000004; private static final Object mSync = new Object(); private static Resources mSystem = null; /*package*/ static Resources mSystem = null; // Information about preloaded resources. Note that they are not // protected by a lock, because while preloading in zygote we are all Loading
core/java/android/content/res/TypedArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ public class TypedArray { /*package*/ int[] mData; /*package*/ int[] mIndices; /*package*/ int mLength; private TypedValue mValue = new TypedValue(); /*package*/ TypedValue mValue = new TypedValue(); /** * Return the number of values in this array. Loading
core/java/android/os/HandlerThread.java +3 −3 Original line number Diff line number Diff line Loading @@ -21,9 +21,9 @@ package android.os; * used to create handler classes. Note that start() must still be called. */ public class HandlerThread extends Thread { private int mPriority; private int mTid = -1; private Looper mLooper; int mPriority; int mTid = -1; Looper mLooper; public HandlerThread(String name) { super(name); Loading