Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -57195,6 +57195,7 @@ package android.widget { method @android.view.ViewDebug.ExportedProperty public CharSequence getFormat24Hour(); method public String getTimeZone(); method public boolean is24HourModeEnabled(); method public void refresh(); method public void setFormat12Hour(CharSequence); method public void setFormat24Hour(CharSequence); method public void setTimeZone(String); core/java/android/widget/TextClock.java +0 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,6 @@ public class TextClock extends TextView { /** * Update the displayed time if necessary and invalidate the view. * @hide */ public void refresh() { onTimeChanged(); Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -57195,6 +57195,7 @@ package android.widget { method @android.view.ViewDebug.ExportedProperty public CharSequence getFormat24Hour(); method public String getTimeZone(); method public boolean is24HourModeEnabled(); method public void refresh(); method public void setFormat12Hour(CharSequence); method public void setFormat24Hour(CharSequence); method public void setTimeZone(String);
core/java/android/widget/TextClock.java +0 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,6 @@ public class TextClock extends TextView { /** * Update the displayed time if necessary and invalidate the view. * @hide */ public void refresh() { onTimeChanged(); Loading