Loading core/java/android/view/View.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2003,7 +2003,7 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal /** /** * Indicates that the screen has changed state and is now on. * Indicates that the screen has changed state and is now on. * * * @see #onScreenStateChanged(int * @see #onScreenStateChanged(int) */ */ public static final int SCREEN_STATE_ON = 0x1; public static final int SCREEN_STATE_ON = 0x1; Loading Loading
core/java/android/view/View.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2003,7 +2003,7 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal /** /** * Indicates that the screen has changed state and is now on. * Indicates that the screen has changed state and is now on. * * * @see #onScreenStateChanged(int * @see #onScreenStateChanged(int) */ */ public static final int SCREEN_STATE_ON = 0x1; public static final int SCREEN_STATE_ON = 0x1; Loading