Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b7b1af6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make TextClock.refresh() a public API"

parents 1ae707d3 ec99810e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
+0 −1
Original line number Diff line number Diff line
@@ -421,7 +421,6 @@ public class TextClock extends TextView {

    /**
     * Update the displayed time if necessary and invalidate the view.
     * @hide
     */
    public void refresh() {
        onTimeChanged();