Loading api/current.txt +4 −4 Original line number Diff line number Diff line Loading @@ -20331,8 +20331,8 @@ package android.media { public class MediaActionSound { ctor public MediaActionSound(); method public synchronized void load(int); method public synchronized void play(int); method public void load(int); method public void play(int); method public void release(); field public static final int FOCUS_COMPLETE = 1; // 0x1 field public static final int SHUTTER_CLICK = 0; // 0x0 Loading Loading @@ -46279,7 +46279,7 @@ package android.widget { method public long getMinDate(); method public deprecated android.graphics.drawable.Drawable getSelectedDateVerticalBar(); method public deprecated int getSelectedWeekBackgroundColor(); method public boolean getShowWeekNumber(); method public deprecated boolean getShowWeekNumber(); method public deprecated int getShownWeekCount(); method public deprecated int getUnfocusedMonthDateColor(); method public int getWeekDayTextAppearance(); Loading @@ -46296,7 +46296,7 @@ package android.widget { method public deprecated void setSelectedDateVerticalBar(int); method public deprecated void setSelectedDateVerticalBar(android.graphics.drawable.Drawable); method public deprecated void setSelectedWeekBackgroundColor(int); method public void setShowWeekNumber(boolean); method public deprecated void setShowWeekNumber(boolean); method public deprecated void setShownWeekCount(int); method public deprecated void setUnfocusedMonthDateColor(int); method public void setWeekDayTextAppearance(int); api/system-current.txt +4 −4 Original line number Diff line number Diff line Loading @@ -21810,8 +21810,8 @@ package android.media { public class MediaActionSound { ctor public MediaActionSound(); method public synchronized void load(int); method public synchronized void play(int); method public void load(int); method public void play(int); method public void release(); field public static final int FOCUS_COMPLETE = 1; // 0x1 field public static final int SHUTTER_CLICK = 0; // 0x0 Loading Loading @@ -49376,7 +49376,7 @@ package android.widget { method public long getMinDate(); method public deprecated android.graphics.drawable.Drawable getSelectedDateVerticalBar(); method public deprecated int getSelectedWeekBackgroundColor(); method public boolean getShowWeekNumber(); method public deprecated boolean getShowWeekNumber(); method public deprecated int getShownWeekCount(); method public deprecated int getUnfocusedMonthDateColor(); method public int getWeekDayTextAppearance(); Loading @@ -49393,7 +49393,7 @@ package android.widget { method public deprecated void setSelectedDateVerticalBar(int); method public deprecated void setSelectedDateVerticalBar(android.graphics.drawable.Drawable); method public deprecated void setSelectedWeekBackgroundColor(int); method public void setShowWeekNumber(boolean); method public deprecated void setShowWeekNumber(boolean); method public deprecated void setShownWeekCount(int); method public deprecated void setUnfocusedMonthDateColor(int); method public void setWeekDayTextAppearance(int); api/test-current.txt +4 −4 Original line number Diff line number Diff line Loading @@ -20396,8 +20396,8 @@ package android.media { public class MediaActionSound { ctor public MediaActionSound(); method public synchronized void load(int); method public synchronized void play(int); method public void load(int); method public void play(int); method public void release(); field public static final int FOCUS_COMPLETE = 1; // 0x1 field public static final int SHUTTER_CLICK = 0; // 0x0 Loading Loading @@ -46353,7 +46353,7 @@ package android.widget { method public long getMinDate(); method public deprecated android.graphics.drawable.Drawable getSelectedDateVerticalBar(); method public deprecated int getSelectedWeekBackgroundColor(); method public boolean getShowWeekNumber(); method public deprecated boolean getShowWeekNumber(); method public deprecated int getShownWeekCount(); method public deprecated int getUnfocusedMonthDateColor(); method public int getWeekDayTextAppearance(); Loading @@ -46370,7 +46370,7 @@ package android.widget { method public deprecated void setSelectedDateVerticalBar(int); method public deprecated void setSelectedDateVerticalBar(android.graphics.drawable.Drawable); method public deprecated void setSelectedWeekBackgroundColor(int); method public void setShowWeekNumber(boolean); method public deprecated void setShowWeekNumber(boolean); method public deprecated void setShownWeekCount(int); method public deprecated void setUnfocusedMonthDateColor(int); method public void setWeekDayTextAppearance(int); core/java/android/widget/CalendarView.java +4 −0 Original line number Diff line number Diff line Loading @@ -430,9 +430,11 @@ public class CalendarView extends FrameLayout { * Sets whether to show the week number. * * @param showWeekNumber True to show the week number. * @deprecated No longer used by Material-style CalendarView. * * @attr ref android.R.styleable#CalendarView_showWeekNumber */ @Deprecated public void setShowWeekNumber(boolean showWeekNumber) { mDelegate.setShowWeekNumber(showWeekNumber); } Loading @@ -441,9 +443,11 @@ public class CalendarView extends FrameLayout { * Gets whether to show the week number. * * @return True if showing the week number. * @deprecated No longer used by Material-style CalendarView. * * @attr ref android.R.styleable#CalendarView_showWeekNumber */ @Deprecated public boolean getShowWeekNumber() { return mDelegate.getShowWeekNumber(); } Loading core/java/android/widget/CalendarViewLegacyDelegate.java +1 −1 Original line number Diff line number Diff line Loading @@ -404,7 +404,7 @@ class CalendarViewLegacyDelegate extends CalendarView.AbstractCalendarViewDelega @Override public int getUnfocusedMonthDateColor() { return mFocusedMonthDateColor; return mUnfocusedMonthDateColor; } @Override Loading Loading
api/current.txt +4 −4 Original line number Diff line number Diff line Loading @@ -20331,8 +20331,8 @@ package android.media { public class MediaActionSound { ctor public MediaActionSound(); method public synchronized void load(int); method public synchronized void play(int); method public void load(int); method public void play(int); method public void release(); field public static final int FOCUS_COMPLETE = 1; // 0x1 field public static final int SHUTTER_CLICK = 0; // 0x0 Loading Loading @@ -46279,7 +46279,7 @@ package android.widget { method public long getMinDate(); method public deprecated android.graphics.drawable.Drawable getSelectedDateVerticalBar(); method public deprecated int getSelectedWeekBackgroundColor(); method public boolean getShowWeekNumber(); method public deprecated boolean getShowWeekNumber(); method public deprecated int getShownWeekCount(); method public deprecated int getUnfocusedMonthDateColor(); method public int getWeekDayTextAppearance(); Loading @@ -46296,7 +46296,7 @@ package android.widget { method public deprecated void setSelectedDateVerticalBar(int); method public deprecated void setSelectedDateVerticalBar(android.graphics.drawable.Drawable); method public deprecated void setSelectedWeekBackgroundColor(int); method public void setShowWeekNumber(boolean); method public deprecated void setShowWeekNumber(boolean); method public deprecated void setShownWeekCount(int); method public deprecated void setUnfocusedMonthDateColor(int); method public void setWeekDayTextAppearance(int);
api/system-current.txt +4 −4 Original line number Diff line number Diff line Loading @@ -21810,8 +21810,8 @@ package android.media { public class MediaActionSound { ctor public MediaActionSound(); method public synchronized void load(int); method public synchronized void play(int); method public void load(int); method public void play(int); method public void release(); field public static final int FOCUS_COMPLETE = 1; // 0x1 field public static final int SHUTTER_CLICK = 0; // 0x0 Loading Loading @@ -49376,7 +49376,7 @@ package android.widget { method public long getMinDate(); method public deprecated android.graphics.drawable.Drawable getSelectedDateVerticalBar(); method public deprecated int getSelectedWeekBackgroundColor(); method public boolean getShowWeekNumber(); method public deprecated boolean getShowWeekNumber(); method public deprecated int getShownWeekCount(); method public deprecated int getUnfocusedMonthDateColor(); method public int getWeekDayTextAppearance(); Loading @@ -49393,7 +49393,7 @@ package android.widget { method public deprecated void setSelectedDateVerticalBar(int); method public deprecated void setSelectedDateVerticalBar(android.graphics.drawable.Drawable); method public deprecated void setSelectedWeekBackgroundColor(int); method public void setShowWeekNumber(boolean); method public deprecated void setShowWeekNumber(boolean); method public deprecated void setShownWeekCount(int); method public deprecated void setUnfocusedMonthDateColor(int); method public void setWeekDayTextAppearance(int);
api/test-current.txt +4 −4 Original line number Diff line number Diff line Loading @@ -20396,8 +20396,8 @@ package android.media { public class MediaActionSound { ctor public MediaActionSound(); method public synchronized void load(int); method public synchronized void play(int); method public void load(int); method public void play(int); method public void release(); field public static final int FOCUS_COMPLETE = 1; // 0x1 field public static final int SHUTTER_CLICK = 0; // 0x0 Loading Loading @@ -46353,7 +46353,7 @@ package android.widget { method public long getMinDate(); method public deprecated android.graphics.drawable.Drawable getSelectedDateVerticalBar(); method public deprecated int getSelectedWeekBackgroundColor(); method public boolean getShowWeekNumber(); method public deprecated boolean getShowWeekNumber(); method public deprecated int getShownWeekCount(); method public deprecated int getUnfocusedMonthDateColor(); method public int getWeekDayTextAppearance(); Loading @@ -46370,7 +46370,7 @@ package android.widget { method public deprecated void setSelectedDateVerticalBar(int); method public deprecated void setSelectedDateVerticalBar(android.graphics.drawable.Drawable); method public deprecated void setSelectedWeekBackgroundColor(int); method public void setShowWeekNumber(boolean); method public deprecated void setShowWeekNumber(boolean); method public deprecated void setShownWeekCount(int); method public deprecated void setUnfocusedMonthDateColor(int); method public void setWeekDayTextAppearance(int);
core/java/android/widget/CalendarView.java +4 −0 Original line number Diff line number Diff line Loading @@ -430,9 +430,11 @@ public class CalendarView extends FrameLayout { * Sets whether to show the week number. * * @param showWeekNumber True to show the week number. * @deprecated No longer used by Material-style CalendarView. * * @attr ref android.R.styleable#CalendarView_showWeekNumber */ @Deprecated public void setShowWeekNumber(boolean showWeekNumber) { mDelegate.setShowWeekNumber(showWeekNumber); } Loading @@ -441,9 +443,11 @@ public class CalendarView extends FrameLayout { * Gets whether to show the week number. * * @return True if showing the week number. * @deprecated No longer used by Material-style CalendarView. * * @attr ref android.R.styleable#CalendarView_showWeekNumber */ @Deprecated public boolean getShowWeekNumber() { return mDelegate.getShowWeekNumber(); } Loading
core/java/android/widget/CalendarViewLegacyDelegate.java +1 −1 Original line number Diff line number Diff line Loading @@ -404,7 +404,7 @@ class CalendarViewLegacyDelegate extends CalendarView.AbstractCalendarViewDelega @Override public int getUnfocusedMonthDateColor() { return mFocusedMonthDateColor; return mUnfocusedMonthDateColor; } @Override Loading