From 3931386f95b0ad0e667f95b4da90935d1d1b3059 Mon Sep 17 00:00:00 2001 From: Chris Banes Date: Tue, 21 Jul 2015 09:54:51 +0100 Subject: v22.2.1 support api diff Change-Id: Ic6de46e91b188ef1348d0f0dbbc153138f03ba29 --- docs/html/sdk/support_api_diff/22.2.1/changes.html | 45 + .../22.2.1/changes/alldiffs_index_additions.html | 674 +++++++++++++++ .../22.2.1/changes/alldiffs_index_all.html | 927 +++++++++++++++++++++ .../22.2.1/changes/alldiffs_index_changes.html | 403 +++++++++ .../22.2.1/changes/alldiffs_index_removals.html | 97 +++ ...t.design.widget.CoordinatorLayout.Behavior.html | 122 +++ ...esign.widget.FloatingActionButton.Behavior.html | 129 +++ ...support.design.widget.FloatingActionButton.html | 129 +++ .../android.support.design.widget.Snackbar.html | 144 ++++ ...ndroid.support.design.widget.TabLayout.Tab.html | 122 +++ .../android.support.design.widget.TabLayout.html | 122 +++ ...d.support.v17.leanback.app.DetailsFragment.html | 150 ++++ ...rt.v17.leanback.app.DetailsSupportFragment.html | 150 ++++ ...eanback.widget.DetailsOverviewRowPresenter.html | 108 +++ ...anback.widget.ItemBridgeAdapter.ViewHolder.html | 123 +++ ...port.v17.leanback.widget.ItemBridgeAdapter.html | 123 +++ ...pport.v17.leanback.widget.ListRowPresenter.html | 125 +++ ...17.leanback.widget.OnChildSelectedListener.html | 108 +++ ...t.v17.leanback.widget.Presenter.ViewHolder.html | 130 +++ ...roid.support.v17.leanback.widget.Presenter.html | 130 +++ ...port.v17.leanback.widget.PresenterSelector.html | 122 +++ ...d.support.v17.leanback.widget.RowPresenter.html | 122 +++ ...v17.leanback.widget.ShadowOverlayContainer.html | 186 +++++ ....v17.leanback.widget.VerticalGridPresenter.html | 125 +++ ...d.support.v4.app.NotificationCompat.Action.html | 145 ++++ ...pport.v4.app.NotificationCompatBase.Action.html | 165 ++++ ...roid.support.v4.app.NotificationCompatBase.html | 123 +++ .../android.support.v7.appcompat.R.attr.html | 122 +++ .../android.support.v7.appcompat.R.dimen.html | 136 +++ .../android.support.v7.appcompat.R.drawable.html | 122 +++ .../changes/android.support.v7.appcompat.R.id.html | 206 +++++ .../android.support.v7.appcompat.R.integer.html | 129 +++ .../android.support.v7.appcompat.R.layout.html | 171 ++++ .../android.support.v7.appcompat.R.string.html | 122 +++ .../android.support.v7.appcompat.R.style.html | 200 +++++ .../android.support.v7.appcompat.R.styleable.html | 122 +++ .../android.support.v7.util.SortedList.html | 136 +++ .../22.2.1/changes/changes-summary.html | 191 +++++ .../22.2.1/changes/classes_index_additions.html | 117 +++ .../22.2.1/changes/classes_index_all.html | 353 ++++++++ .../22.2.1/changes/classes_index_changes.html | 273 ++++++ .../22.2.1/changes/classes_index_removals.html | 77 ++ .../changes/constructors_index_additions.html | 67 ++ .../22.2.1/changes/constructors_index_all.html | 67 ++ .../22.2.1/changes/constructors_index_changes.html | 61 ++ .../changes/constructors_index_removals.html | 61 ++ .../22.2.1/changes/fields_index_additions.html | 277 ++++++ .../22.2.1/changes/fields_index_all.html | 305 +++++++ .../22.2.1/changes/fields_index_changes.html | 61 ++ .../22.2.1/changes/fields_index_removals.html | 69 ++ .../22.2.1/changes/jdiff_help.html | 134 +++ .../22.2.1/changes/jdiff_statistics.html | 381 +++++++++ .../22.2.1/changes/jdiff_topleftframe.html | 63 ++ .../22.2.1/changes/methods_index_additions.html | 238 ++++++ .../22.2.1/changes/methods_index_all.html | 270 ++++++ .../22.2.1/changes/methods_index_changes.html | 103 +++ .../22.2.1/changes/methods_index_removals.html | 61 ++ .../22.2.1/changes/packages_index_additions.html | 65 ++ .../22.2.1/changes/packages_index_all.html | 72 ++ .../22.2.1/changes/packages_index_changes.html | 71 ++ .../22.2.1/changes/packages_index_removals.html | 63 ++ .../changes/pkg_android.support.design.widget.html | 154 ++++ .../pkg_android.support.v17.leanback.app.html | 126 +++ .../pkg_android.support.v17.leanback.widget.html | 338 ++++++++ .../22.2.1/changes/pkg_android.support.v4.app.html | 133 +++ .../22.2.1/changes/pkg_android.support.v7.app.html | 133 +++ .../changes/pkg_android.support.v7.appcompat.html | 175 ++++ .../changes/pkg_android.support.v7.util.html | 119 +++ .../sdk/support_api_diff/22.2.1/missingSinces.txt | 96 +++ .../support_api_diff/22.2.1/stylesheet-jdiff.css | 44 + 70 files changed, 11333 insertions(+) create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_additions.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_all.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_changes.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_removals.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.CoordinatorLayout.Behavior.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.FloatingActionButton.Behavior.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.FloatingActionButton.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.Snackbar.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.TabLayout.Tab.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.TabLayout.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.app.DetailsFragment.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.app.DetailsSupportFragment.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.DetailsOverviewRowPresenter.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ItemBridgeAdapter.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ListRowPresenter.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.OnChildSelectedListener.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.Presenter.ViewHolder.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.Presenter.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.PresenterSelector.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.RowPresenter.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ShadowOverlayContainer.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.VerticalGridPresenter.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v4.app.NotificationCompat.Action.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v4.app.NotificationCompatBase.Action.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v4.app.NotificationCompatBase.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.attr.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.dimen.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.drawable.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.id.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.integer.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.layout.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.string.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.style.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.styleable.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.util.SortedList.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/changes-summary.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_additions.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_all.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_changes.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_removals.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_additions.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_all.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_changes.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_removals.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_additions.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_all.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_changes.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_removals.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/jdiff_help.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/jdiff_statistics.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/jdiff_topleftframe.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_additions.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_all.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_changes.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_removals.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_additions.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_all.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_changes.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_removals.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.design.widget.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v17.leanback.app.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v17.leanback.widget.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v4.app.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v7.app.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v7.appcompat.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v7.util.html create mode 100644 docs/html/sdk/support_api_diff/22.2.1/missingSinces.txt create mode 100644 docs/html/sdk/support_api_diff/22.2.1/stylesheet-jdiff.css diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes.html b/docs/html/sdk/support_api_diff/22.2.1/changes.html new file mode 100644 index 000000000000..2c452aa69323 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes.html @@ -0,0 +1,45 @@ + + + + + + + + + + +Support Library API Differences Report + + + + + + + + + + + + + + +<h2> +Frame Alert +</h2> + +<p> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<br> +Link to <a href="changes/changes-summary.html" target="_top">Non-frame version.</A> + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_additions.html b/docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_additions.html new file mode 100644 index 000000000000..3374ffdea113 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_additions.html @@ -0,0 +1,674 @@ + + + + + + + + + +All Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +C +D +E +F +G +H +I +L +M +N +O +S +T +U + TOP +

+action0 +
+ +action_divider +
+ +addAll
+  type  +() in android.support.v7.util.SortedList +
+ +  type  +(T[], boolean) in android.support.v7.util.SortedList +
+ +  type  +(Collection<T>) in android.support.v7.util.SortedList +
+ +android.support.v17.leanback.system
+ + +
B  +A +C +D +E +F +G +H +I +L +M +N +O +S +T +U + TOP +

+Base_V12_Widget_AppCompat_AutoCompleteTextView +
+ +Base_V12_Widget_AppCompat_EditText +
+ +Base_V7_Widget_AppCompat_AutoCompleteTextView +
+ +Base_V7_Widget_AppCompat_EditText +
+ +borderlessButtonStyle +
+ + +
C  +A +B +D +E +F +G +H +I +L +M +N +O +S +T +U + TOP +

+cancel_action +
+ +cancel_button_image_alpha +
+ +chronometer +
+ + +
D  +A +B +C +E +F +G +H +I +L +M +N +O +S +T +U + TOP +

+DetailsOverviewLogoPresenter
+ +DetailsOverviewLogoPresenter.ViewHolder
+ +DetailsOverviewRow.Listener
+ + +
E  +A +B +C +D +F +G +H +I +L +M +N +O +S +T +U + TOP +

+end_padder +
+ + +
F  +A +B +C +D +E +G +H +I +L +M +N +O +S +T +U + TOP +

+FacetProvider
+ +FacetProviderAdapter
+ +FullWidthDetailsOverviewRowPresenter
+ +FullWidthDetailsOverviewRowPresenter.Listener
+ +FullWidthDetailsOverviewRowPresenter.ViewHolder
+ +FullWidthDetailsOverviewRowPresenter.ViewHolder.DetailsOverviewRowListener
+ +FullWidthDetailsOverviewSharedElementHelper
+ + +
G  +A +B +C +D +E +F +H +I +L +M +N +O +S +T +U + TOP +

+getFacet
+  type  +(Class<?>) in android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder +
+ +  type  +(Class<?>) in android.support.v17.leanback.widget.Presenter +
+ +  type  +(Class<?>) in android.support.v17.leanback.widget.Presenter.ViewHolder +
+ +getFacetProvider +(int)
+ +getPresenters +()
+ +getSelectedTabPosition +()
+ +getShadowType +()
+ +getWrappedView +()
+ + +
H  +A +B +C +D +E +F +G +I +L +M +N +O +S +T +U + TOP +

+hide +()
+ + +
I  +A +B +C +D +E +F +G +H +L +M +N +O +S +T +U + TOP +

+inflateTitle
+  type  +(LayoutInflater, ViewGroup, Bundle) in android.support.v17.leanback.app.DetailsFragment +
+ +  type  +(LayoutInflater, ViewGroup, Bundle) in android.support.v17.leanback.app.DetailsSupportFragment +
+ +info +
+ +isClippingChildren +()
+ +isSelected +()
+ +ItemAlignmentFacet
+ +ItemAlignmentFacet.ItemAlignmentDef
+ + +
L  +A +B +C +D +E +F +G +H +I +M +N +O +S +T +U + TOP +

+LENGTH_INDEFINITE +
+ +line1 +
+ +line3 +
+ + +
M  +A +B +C +D +E +F +G +H +I +L +N +O +S +T +U + TOP +

+media_actions +
+ + +
N  +A +B +C +D +E +F +G +H +I +L +M +O +S +T +U + TOP +

+notification_large_icon_height +
+ +notification_large_icon_width +
+ +notification_media_action +
+ +notification_media_cancel_action +
+ +notification_subtext_size +
+ +notification_template_big_media +
+ +notification_template_big_media_narrow +
+ +notification_template_icon_bg +
+ +notification_template_lines +
+ +notification_template_media +
+ +notification_template_part_chronometer +
+ +notification_template_part_time +
+ +NotificationCompat
+ +NotificationCompat.Builder
+ +NotificationCompat.MediaStyle
+ +NotificationCompatBase +() constructor
+ + +
O  +A +B +C +D +E +F +G +H +I +L +M +N +S +T +U + TOP +

+OnChildViewHolderSelectedListener
+ +onDependentViewRemoved
+  type  +(CoordinatorLayout, V, View) in android.support.design.widget.CoordinatorLayout.Behavior +
+ +  type  +(CoordinatorLayout, FloatingActionButton, View) in android.support.design.widget.FloatingActionButton.Behavior +
+ +onLayoutChild +(CoordinatorLayout, FloatingActionButton, int)
+ +onSetDetailsOverviewRowStatus
+  type  +(FullWidthDetailsOverviewRowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsFragment +
+ +  type  +(FullWidthDetailsOverviewRowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsSupportFragment +
+ +onSetRowStatus
+  type  +(RowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsFragment +
+ +  type  +(RowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsSupportFragment +
+ + +
S  +A +B +C +D +E +F +G +H +I +L +M +N +O +T +U + TOP +

+setActionTextColor
+  type  +(ColorStateList) in android.support.design.widget.Snackbar +
+ +  type  +(int) in android.support.design.widget.Snackbar +
+ +setFacet
+  type  +(Class<?>, Object) in android.support.v17.leanback.widget.Presenter +
+ +  type  +(Class<?>, Object) in android.support.v17.leanback.widget.Presenter.ViewHolder +
+ +setupDetailsOverviewRowPresenter
+  type  +(FullWidthDetailsOverviewRowPresenter) in android.support.v17.leanback.app.DetailsFragment +
+ +  type  +(FullWidthDetailsOverviewRowPresenter) in android.support.v17.leanback.app.DetailsSupportFragment +
+ +setupPresenter
+  type  +(Presenter) in android.support.v17.leanback.app.DetailsFragment +
+ +  type  +(Presenter) in android.support.v17.leanback.app.DetailsSupportFragment +
+ +SHADOW_DYNAMIC +
+ +SHADOW_NONE +
+ +SHADOW_STATIC +
+ +show +()
+ +status_bar_latest_event_content +
+ +status_bar_notification_info_maxnum +
+ +status_bar_notification_info_overflow +
+ +supportsDynamicShadow +()
+ + +
T  +A +B +C +D +E +F +G +H +I +L +M +N +O +S +U + TOP +

+text +
+ +text2 +
+ +TextAppearance_StatusBar_EventContent +
+ +TextAppearance_StatusBar_EventContent_Info +
+ +TextAppearance_StatusBar_EventContent_Line2 +
+ +TextAppearance_StatusBar_EventContent_Time +
+ +TextAppearance_StatusBar_EventContent_Title +
+ +Theme_borderlessButtonStyle +
+ +time +
+ + +
U  +A +B +C +D +E +F +G +H +I +L +M +N +O +S +T + TOP +

+useDynamicShadow
+  type  +() in android.support.v17.leanback.widget.ShadowOverlayContainer +
+ +  type  +(float, float) in android.support.v17.leanback.widget.ShadowOverlayContainer +
+ +useStaticShadow +()
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_all.html b/docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_all.html new file mode 100644 index 000000000000..bb24c2944fa6 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_all.html @@ -0,0 +1,927 @@ + + + + + + + + + +All Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +C +D +E +F +G +H +I +L +M +N +O +P +R +S +T +U +V + TOP +

+action0 +
+ +action_divider +
+ +addAll
+  type  +() in android.support.v7.util.SortedList +
+ +  type  +(T[], boolean) in android.support.v7.util.SortedList +
+ +  type  +(Collection<T>) in android.support.v7.util.SortedList +
+ +android.support.design.widget
+ +android.support.v17.leanback.app
+ +android.support.v17.leanback.system
+ +android.support.v17.leanback.widget
+ +android.support.v4.app
+ +android.support.v7.app
+ +android.support.v7.appcompat
+ +android.support.v7.util
+ + +
B  +A +C +D +E +F +G +H +I +L +M +N +O +P +R +S +T +U +V + TOP +

+Base_V12_Widget_AppCompat_AutoCompleteTextView +
+ +Base_V12_Widget_AppCompat_EditText +
+ +Base_V7_Widget_AppCompat_AutoCompleteTextView +
+ +Base_V7_Widget_AppCompat_EditText +
+ +BaseGridView
+ +BaseGridView.OnKeyInterceptListener
+ +BaseGridView.OnMotionInterceptListener
+ +BaseGridView.OnTouchInterceptListener
+ +BaseGridView.OnUnhandledKeyListener
+ +borderlessButtonStyle +
+ + +
C  +A +B +D +E +F +G +H +I +L +M +N +O +P +R +S +T +U +V + TOP +

+cancel_action +
+ +cancel_button_image_alpha +
+ +chronometer +
+ +CoordinatorLayout.Behavior
+ + +
D  +A +B +C +E +F +G +H +I +L +M +N +O +P +R +S +T +U +V + TOP +

+DetailsFragment
+ +DetailsOverviewLogoPresenter
+ +DetailsOverviewLogoPresenter.ViewHolder
+ +DetailsOverviewRow.Listener
+ +DetailsOverviewRowPresenter
+ +DetailsSupportFragment
+ + +
E  +A +B +C +D +F +G +H +I +L +M +N +O +P +R +S +T +U +V + TOP +

+end_padder +
+ + +
F  +A +B +C +D +E +G +H +I +L +M +N +O +P +R +S +T +U +V + TOP +

+FacetProvider
+ +FacetProviderAdapter
+ +FloatingActionButton
+ +FloatingActionButton.Behavior
+ +FullWidthDetailsOverviewRowPresenter
+ +FullWidthDetailsOverviewRowPresenter.Listener
+ +FullWidthDetailsOverviewRowPresenter.ViewHolder
+ +FullWidthDetailsOverviewRowPresenter.ViewHolder.DetailsOverviewRowListener
+ +FullWidthDetailsOverviewSharedElementHelper
+ + +
G  +A +B +C +D +E +F +H +I +L +M +N +O +P +R +S +T +U +V + TOP +

+getActionIntent
+  type  +() in android.support.v4.app.NotificationCompat.Action +
+ +  type  +() in android.support.v4.app.NotificationCompatBase.Action +
+ +getExtras +()
+ +getFacet
+  type  +(Class<?>) in android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder +
+ +  type  +(Class<?>) in android.support.v17.leanback.widget.Presenter +
+ +  type  +(Class<?>) in android.support.v17.leanback.widget.Presenter.ViewHolder +
+ +getFacetProvider +(int)
+ +getIcon
+  type  +() in android.support.v4.app.NotificationCompat.Action +
+ +  type  +() in android.support.v4.app.NotificationCompatBase.Action +
+ +getPresenters +()
+ +getRemoteInputs +()
+ +getSelectedTabPosition +()
+ +getShadowType +()
+ +getTitle
+  type  +() in android.support.v4.app.NotificationCompat.Action +
+ +  type  +() in android.support.v4.app.NotificationCompatBase.Action +
+ +getWrappedView +()
+ +GridLayoutManager
+ + +
H  +A +B +C +D +E +F +G +I +L +M +N +O +P +R +S +T +U +V + TOP +

+hide +()
+ + +
I  +A +B +C +D +E +F +G +H +L +M +N +O +P +R +S +T +U +V + TOP +

+inflateTitle
+  type  +(LayoutInflater, ViewGroup, Bundle) in android.support.v17.leanback.app.DetailsFragment +
+ +  type  +(LayoutInflater, ViewGroup, Bundle) in android.support.v17.leanback.app.DetailsSupportFragment +
+ +info +
+ +isClippingChildren +()
+ +isSelected +()
+ +isUsingZOrder
+  type  +(Context) in android.support.v17.leanback.widget.ListRowPresenter +
+ +  type  +(Context) in android.support.v17.leanback.widget.VerticalGridPresenter +
+ +ItemAlignmentFacet
+ +ItemAlignmentFacet.ItemAlignmentDef
+ +ItemBridgeAdapter
+ +ItemBridgeAdapter.ViewHolder
+ + +
L  +A +B +C +D +E +F +G +H +I +M +N +O +P +R +S +T +U +V + TOP +

+LENGTH_INDEFINITE +
+ +line1 +
+ +line3 +
+ +ListRowPresenter
+ + +
M  +A +B +C +D +E +F +G +H +I +L +N +O +P +R +S +T +U +V + TOP +

+media_actions +
+ + +
N  +A +B +C +D +E +F +G +H +I +L +M +O +P +R +S +T +U +V + TOP +

+notification_large_icon_height +
+ +notification_large_icon_width +
+ +notification_media_action +
+ +notification_media_cancel_action +
+ +notification_subtext_size +
+ +notification_template_big_media +
+ +notification_template_big_media_narrow +
+ +notification_template_icon_bg +
+ +notification_template_lines +
+ +notification_template_media +
+ +notification_template_part_chronometer +
+ +notification_template_part_time +
+ +NotificationCompat
+ +NotificationCompat.Action
+ +NotificationCompat.Builder
+ +NotificationCompat.MediaStyle
+ +NotificationCompatBase
+  android.support.v4.app
+ +  NotificationCompatBase +() constructor
+ +NotificationCompatBase.Action
+ + +
O  +A +B +C +D +E +F +G +H +I +L +M +N +P +R +S +T +U +V + TOP +

+OnChildSelectedListener
+ +OnChildViewHolderSelectedListener
+ +onDependentViewRemoved
+  type  +(CoordinatorLayout, V, View) in android.support.design.widget.CoordinatorLayout.Behavior +
+ +  type  +(CoordinatorLayout, FloatingActionButton, View) in android.support.design.widget.FloatingActionButton.Behavior +
+ +onLayoutChild +(CoordinatorLayout, FloatingActionButton, int)
+ +onSetDetailsOverviewRowStatus
+  type  +(FullWidthDetailsOverviewRowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsFragment +
+ +  type  +(FullWidthDetailsOverviewRowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsSupportFragment +
+ +onSetRowStatus
+  type  +(RowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsFragment +
+ +  type  +(RowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsSupportFragment +
+ + +
P  +A +B +C +D +E +F +G +H +I +L +M +N +O +R +S +T +U +V + TOP +

+Platform_V12_AppCompat +
+ +Platform_V12_AppCompat_Light +
+ +Presenter
+ +Presenter.ViewHolder
+ +PresenterSelector
+ + +
R  +A +B +C +D +E +F +G +H +I +L +M +N +O +P +S +T +U +V + TOP +

+R.attr
+ +R.dimen
+ +R.drawable
+ +R.id
+ +R.integer
+ +R.layout
+ +R.string
+ +R.style
+ +R.styleable
+ +RowPresenter
+ + +
S  +A +B +C +D +E +F +G +H +I +L +M +N +O +P +R +T +U +V + TOP +

+setActionTextColor
+  type  +(ColorStateList) in android.support.design.widget.Snackbar +
+ +  type  +(int) in android.support.design.widget.Snackbar +
+ +setFacet
+  type  +(Class<?>, Object) in android.support.v17.leanback.widget.Presenter +
+ +  type  +(Class<?>, Object) in android.support.v17.leanback.widget.Presenter.ViewHolder +
+ +setupDetailsOverviewRowPresenter
+  type  +(FullWidthDetailsOverviewRowPresenter) in android.support.v17.leanback.app.DetailsFragment +
+ +  type  +(FullWidthDetailsOverviewRowPresenter) in android.support.v17.leanback.app.DetailsSupportFragment +
+ +setupPresenter
+  type  +(Presenter) in android.support.v17.leanback.app.DetailsFragment +
+ +  type  +(Presenter) in android.support.v17.leanback.app.DetailsSupportFragment +
+ +SHADOW_DYNAMIC +
+ +SHADOW_NONE +
+ +SHADOW_STATIC +
+ +ShadowOverlayContainer
+ +show +()
+ +Snackbar
+ +SortedList
+ +status_bar_latest_event_content +
+ +status_bar_notification_info_maxnum +
+ +status_bar_notification_info_overflow +
+ +supportsDynamicShadow +()
+ + +
T  +A +B +C +D +E +F +G +H +I +L +M +N +O +P +R +S +U +V + TOP +

+TabLayout
+ +TabLayout.Tab
+ +text +
+ +text2 +
+ +TextAppearance_StatusBar_EventContent +
+ +TextAppearance_StatusBar_EventContent_Info +
+ +TextAppearance_StatusBar_EventContent_Line2 +
+ +TextAppearance_StatusBar_EventContent_Time +
+ +TextAppearance_StatusBar_EventContent_Title +
+ +Theme_borderlessButtonStyle +
+ +time +
+ + +
U  +A +B +C +D +E +F +G +H +I +L +M +N +O +P +R +S +T +V + TOP +

+useDynamicShadow
+  type  +() in android.support.v17.leanback.widget.ShadowOverlayContainer +
+ +  type  +(float, float) in android.support.v17.leanback.widget.ShadowOverlayContainer +
+ +useStaticShadow +()
+ + +
V  +A +B +C +D +E +F +G +H +I +L +M +N +O +P +R +S +T +U + TOP +

+VerticalGridPresenter
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_changes.html b/docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_changes.html new file mode 100644 index 000000000000..83407498dffe --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_changes.html @@ -0,0 +1,403 @@ + + + + + + + + + +All Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +android.support.design.widget
+ +android.support.v17.leanback.app
+ +android.support.v17.leanback.widget
+ +android.support.v4.app
+ +android.support.v7.app
+ +android.support.v7.appcompat
+ +android.support.v7.util
+ + +
C  +A +D +F +G +I +L +N +O +P +R +S +T +V + TOP +

+CoordinatorLayout.Behavior
+ + +
D  +A +C +F +G +I +L +N +O +P +R +S +T +V + TOP +

+DetailsFragment
+ +DetailsOverviewRowPresenter
+ +DetailsSupportFragment
+ + +
F  +A +C +D +G +I +L +N +O +P +R +S +T +V + TOP +

+FloatingActionButton
+ +FloatingActionButton.Behavior
+ + +
G  +A +C +D +F +I +L +N +O +P +R +S +T +V + TOP +

+getActionIntent
+  type  +() in android.support.v4.app.NotificationCompat.Action +
+ +  type  +() in android.support.v4.app.NotificationCompatBase.Action +
+ +getExtras +()
+ +getIcon
+  type  +() in android.support.v4.app.NotificationCompat.Action +
+ +  type  +() in android.support.v4.app.NotificationCompatBase.Action +
+ +getRemoteInputs +()
+ +getTitle
+  type  +() in android.support.v4.app.NotificationCompat.Action +
+ +  type  +() in android.support.v4.app.NotificationCompatBase.Action +
+ + +
I  +A +C +D +F +G +L +N +O +P +R +S +T +V + TOP +

+isUsingZOrder
+  type  +(Context) in android.support.v17.leanback.widget.ListRowPresenter +
+ +  type  +(Context) in android.support.v17.leanback.widget.VerticalGridPresenter +
+ +ItemBridgeAdapter
+ +ItemBridgeAdapter.ViewHolder
+ + +
L  +A +C +D +F +G +I +N +O +P +R +S +T +V + TOP +

+ListRowPresenter
+ + +
N  +A +C +D +F +G +I +L +O +P +R +S +T +V + TOP +

+NotificationCompat.Action
+ +NotificationCompatBase
+ +NotificationCompatBase.Action
+ + +
O  +A +C +D +F +G +I +L +N +P +R +S +T +V + TOP +

+OnChildSelectedListener
+ + +
P  +A +C +D +F +G +I +L +N +O +R +S +T +V + TOP +

+Presenter
+ +Presenter.ViewHolder
+ +PresenterSelector
+ + +
R  +A +C +D +F +G +I +L +N +O +P +S +T +V + TOP +

+R.attr
+ +R.dimen
+ +R.drawable
+ +R.id
+ +R.integer
+ +R.layout
+ +R.string
+ +R.style
+ +R.styleable
+ +RowPresenter
+ + +
S  +A +C +D +F +G +I +L +N +O +P +R +T +V + TOP +

+ShadowOverlayContainer
+ +Snackbar
+ +SortedList
+ + +
T  +A +C +D +F +G +I +L +N +O +P +R +S +V + TOP +

+TabLayout
+ +TabLayout.Tab
+ + +
V  +A +C +D +F +G +I +L +N +O +P +R +S +T + TOP +

+VerticalGridPresenter
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_removals.html b/docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_removals.html new file mode 100644 index 000000000000..0d670c0ec8fe --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/alldiffs_index_removals.html @@ -0,0 +1,97 @@ + + + + + + + + + +All Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
B  +G +P + TOP +

+BaseGridView
+ +BaseGridView.OnKeyInterceptListener
+ +BaseGridView.OnMotionInterceptListener
+ +BaseGridView.OnTouchInterceptListener
+ +BaseGridView.OnUnhandledKeyListener
+ + +
G  +B +P + TOP +

+GridLayoutManager
+ + +
P  +B +G + TOP +

+Platform_V12_AppCompat +
+ +Platform_V12_AppCompat_Light +
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.CoordinatorLayout.Behavior.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.CoordinatorLayout.Behavior.html new file mode 100644 index 000000000000..78392f44b554 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.CoordinatorLayout.Behavior.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.support.design.widget.CoordinatorLayout.Behavior + + + + + + + + + + +
+
+
+

+Class android.support.design.widget.CoordinatorLayout.Behavior +

+ + +

+ + + + + + + + +
Added Methods +
+ + void onDependentViewRemoved(CoordinatorLayout, V, View) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.FloatingActionButton.Behavior.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.FloatingActionButton.Behavior.html new file mode 100644 index 000000000000..6d689765168e --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.FloatingActionButton.Behavior.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.support.design.widget.FloatingActionButton.Behavior + + + + + + + + + + +
+
+
+

+Class android.support.design.widget.FloatingActionButton.Behavior +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + void onDependentViewRemoved(CoordinatorLayout, FloatingActionButton, View) +  
+ + boolean onLayoutChild(CoordinatorLayout, FloatingActionButton, int) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.FloatingActionButton.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.FloatingActionButton.html new file mode 100644 index 000000000000..21b55c097928 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.FloatingActionButton.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.support.design.widget.FloatingActionButton + + + + + + + + + + +
+
+
+

+Class android.support.design.widget.FloatingActionButton +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + void hide() +  
+ + void show() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.Snackbar.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.Snackbar.html new file mode 100644 index 000000000000..028df735a423 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.Snackbar.html @@ -0,0 +1,144 @@ + + + + + + + + + +android.support.design.widget.Snackbar + + + + + + + + + + +
+
+
+

+Class android.support.design.widget.Snackbar +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + Snackbar setActionTextColor(ColorStateList) +  
+ + Snackbar setActionTextColor(int) +  
+  + +

+ + + + + + + + +
Added Fields +
+ + int LENGTH_INDEFINITE +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.TabLayout.Tab.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.TabLayout.Tab.html new file mode 100644 index 000000000000..2acf995d48ea --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.TabLayout.Tab.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.support.design.widget.TabLayout.Tab + + + + + + + + + + +
+
+
+

+Class android.support.design.widget.TabLayout.Tab +

+ + +

+ + + + + + + + +
Added Methods +
+ + boolean isSelected() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.TabLayout.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.TabLayout.html new file mode 100644 index 000000000000..22a5ff5e1648 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.design.widget.TabLayout.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.support.design.widget.TabLayout + + + + + + + + + + +
+
+
+

+Class android.support.design.widget.TabLayout +

+ + +

+ + + + + + + + +
Added Methods +
+ + int getSelectedTabPosition() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.app.DetailsFragment.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.app.DetailsFragment.html new file mode 100644 index 000000000000..16e57980d564 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.app.DetailsFragment.html @@ -0,0 +1,150 @@ + + + + + + + + + +android.support.v17.leanback.app.DetailsFragment + + + + + + + + + + +
+
+
+

+Class android.support.v17.leanback.app.DetailsFragment +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + View inflateTitle(LayoutInflater, ViewGroup, Bundle) +  
+ + void onSetDetailsOverviewRowStatus(FullWidthDetailsOverviewRowPresenter, ViewHolder, int, int, int) +  
+ + void onSetRowStatus(RowPresenter, ViewHolder, int, int, int) +  
+ + void setupDetailsOverviewRowPresenter(FullWidthDetailsOverviewRowPresenter) +  
+ + void setupPresenter(Presenter) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.app.DetailsSupportFragment.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.app.DetailsSupportFragment.html new file mode 100644 index 000000000000..78252928e212 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.app.DetailsSupportFragment.html @@ -0,0 +1,150 @@ + + + + + + + + + +android.support.v17.leanback.app.DetailsSupportFragment + + + + + + + + + + +
+
+
+

+Class android.support.v17.leanback.app.DetailsSupportFragment +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + View inflateTitle(LayoutInflater, ViewGroup, Bundle) +  
+ + void onSetDetailsOverviewRowStatus(FullWidthDetailsOverviewRowPresenter, ViewHolder, int, int, int) +  
+ + void onSetRowStatus(RowPresenter, ViewHolder, int, int, int) +  
+ + void setupDetailsOverviewRowPresenter(FullWidthDetailsOverviewRowPresenter) +  
+ + void setupPresenter(Presenter) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.DetailsOverviewRowPresenter.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.DetailsOverviewRowPresenter.html new file mode 100644 index 000000000000..ba8e6afc75dc --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.DetailsOverviewRowPresenter.html @@ -0,0 +1,108 @@ + + + + + + + + + +android.support.v17.leanback.widget.DetailsOverviewRowPresenter + + + + + + + + + + +
+
+
+

+Class android.support.v17.leanback.widget.DetailsOverviewRowPresenter +

+

Now deprecated.
+ + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder.html new file mode 100644 index 000000000000..25f1b48ce80d --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder.html @@ -0,0 +1,123 @@ + + + + + + + + + +android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder + + + + + + + + + + +
+
+
+

+Class android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder +

+

Added interface android.support.v17.leanback.widget.FacetProvider.
+ + +

+ + + + + + + + +
Added Methods +
+ + Object getFacet(Class<?>) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ItemBridgeAdapter.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ItemBridgeAdapter.html new file mode 100644 index 000000000000..a88f69462e37 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ItemBridgeAdapter.html @@ -0,0 +1,123 @@ + + + + + + + + + +android.support.v17.leanback.widget.ItemBridgeAdapter + + + + + + + + + + +
+
+
+

+Class android.support.v17.leanback.widget.ItemBridgeAdapter +

+

Added interface android.support.v17.leanback.widget.FacetProviderAdapter.
+ + +

+ + + + + + + + +
Added Methods +
+ + FacetProvider getFacetProvider(int) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ListRowPresenter.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ListRowPresenter.html new file mode 100644 index 000000000000..5d71011a5238 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ListRowPresenter.html @@ -0,0 +1,125 @@ + + + + + + + + + +android.support.v17.leanback.widget.ListRowPresenter + + + + + + + + + + +
+
+
+

+Class android.support.v17.leanback.widget.ListRowPresenter +

+ + +

+ + + + + + + + + +
Changed Methods +
+ + boolean isUsingZOrder(Context) + +Change in signature from void to Context.
+
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.OnChildSelectedListener.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.OnChildSelectedListener.html new file mode 100644 index 000000000000..eb8a563acfc2 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.OnChildSelectedListener.html @@ -0,0 +1,108 @@ + + + + + + + + + +android.support.v17.leanback.widget.OnChildSelectedListener + + + + + + + + + + +
+
+
+

+Interface android.support.v17.leanback.widget.OnChildSelectedListener +

+

Now deprecated.
+ + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.Presenter.ViewHolder.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.Presenter.ViewHolder.html new file mode 100644 index 000000000000..a94d9f542243 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.Presenter.ViewHolder.html @@ -0,0 +1,130 @@ + + + + + + + + + +android.support.v17.leanback.widget.Presenter.ViewHolder + + + + + + + + + + +
+
+
+

+Class android.support.v17.leanback.widget.Presenter.ViewHolder +

+

Added interface android.support.v17.leanback.widget.FacetProvider.
+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + Object getFacet(Class<?>) +  
+ + void setFacet(Class<?>, Object) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.Presenter.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.Presenter.html new file mode 100644 index 000000000000..fde5e4b1eab4 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.Presenter.html @@ -0,0 +1,130 @@ + + + + + + + + + +android.support.v17.leanback.widget.Presenter + + + + + + + + + + +
+
+
+

+Class android.support.v17.leanback.widget.Presenter +

+

Added interface android.support.v17.leanback.widget.FacetProvider.
+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + Object getFacet(Class<?>) +  
+ + void setFacet(Class<?>, Object) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.PresenterSelector.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.PresenterSelector.html new file mode 100644 index 000000000000..06a0a791f60e --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.PresenterSelector.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.support.v17.leanback.widget.PresenterSelector + + + + + + + + + + +
+
+
+

+Class android.support.v17.leanback.widget.PresenterSelector +

+ + +

+ + + + + + + + +
Added Methods +
+ + Presenter[] getPresenters() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.RowPresenter.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.RowPresenter.html new file mode 100644 index 000000000000..6da5f9b8cbf9 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.RowPresenter.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.support.v17.leanback.widget.RowPresenter + + + + + + + + + + +
+
+
+

+Class android.support.v17.leanback.widget.RowPresenter +

+ + +

+ + + + + + + + +
Added Methods +
+ + boolean isClippingChildren() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ShadowOverlayContainer.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ShadowOverlayContainer.html new file mode 100644 index 000000000000..ac3ac3a2c96b --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.ShadowOverlayContainer.html @@ -0,0 +1,186 @@ + + + + + + + + + +android.support.v17.leanback.widget.ShadowOverlayContainer + + + + + + + + + + +
+
+
+

+Class android.support.v17.leanback.widget.ShadowOverlayContainer +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + int getShadowType() +  
+ + View getWrappedView() +  
+ + boolean supportsDynamicShadow() +  
+ + void useDynamicShadow() +  
+ + void useDynamicShadow(float, float) +  
+ + void useStaticShadow() +  
+  + +

+ + + + + + + + + + + + + + + + +
Added Fields +
+ + int SHADOW_DYNAMIC +  
+ + int SHADOW_NONE +  
+ + int SHADOW_STATIC +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.VerticalGridPresenter.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.VerticalGridPresenter.html new file mode 100644 index 000000000000..ab9ce07ab436 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v17.leanback.widget.VerticalGridPresenter.html @@ -0,0 +1,125 @@ + + + + + + + + + +android.support.v17.leanback.widget.VerticalGridPresenter + + + + + + + + + + +
+
+
+

+Class android.support.v17.leanback.widget.VerticalGridPresenter +

+ + +

+ + + + + + + + + +
Changed Methods +
+ + boolean isUsingZOrder(Context) + +Change in signature from void to Context.
+
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v4.app.NotificationCompat.Action.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v4.app.NotificationCompat.Action.html new file mode 100644 index 000000000000..85196101ca94 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v4.app.NotificationCompat.Action.html @@ -0,0 +1,145 @@ + + + + + + + + + +android.support.v4.app.NotificationCompat.Action + + + + + + + + + + +
+
+
+

+Class android.support.v4.app.NotificationCompat.Action +

+ + +

+ + + + + + + + + + + + + + + + + + + +
Changed Methods +
+ + PendingIntent getActionIntent() + +Change of visibility from protected to public.
+
 
+ + int getIcon() + +Change of visibility from protected to public.
+
 
+ + CharSequence getTitle() + +Change of visibility from protected to public.
+
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v4.app.NotificationCompatBase.Action.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v4.app.NotificationCompatBase.Action.html new file mode 100644 index 000000000000..498374e358fc --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v4.app.NotificationCompatBase.Action.html @@ -0,0 +1,165 @@ + + + + + + + + + +android.support.v4.app.NotificationCompatBase.Action + + + + + + + + + + +
+
+
+

+Class android.support.v4.app.NotificationCompatBase.Action +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Methods +
+ + PendingIntent getActionIntent() + +Change of visibility from protected to public.
+
 
+ + Bundle getExtras() + +Change of visibility from protected to public.
+
 
+ + int getIcon() + +Change of visibility from protected to public.
+
 
+ + RemoteInput[] getRemoteInputs() + +Change of visibility from protected to public.
+
 
+ + CharSequence getTitle() + +Change of visibility from protected to public.
+
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v4.app.NotificationCompatBase.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v4.app.NotificationCompatBase.html new file mode 100644 index 000000000000..309d7b6b45a1 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v4.app.NotificationCompatBase.html @@ -0,0 +1,123 @@ + + + + + + + + + +android.support.v4.app.NotificationCompatBase + + + + + + + + + + +
+
+
+

+Class android.support.v4.app.NotificationCompatBase +

+

Change of visibility from to public.
+ +

+ + + + + + + + +
Added Constructors +
+ + NotificationCompatBase() +  
+  + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.attr.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.attr.html new file mode 100644 index 000000000000..229289c399c9 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.attr.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.support.v7.appcompat.R.attr + + + + + + + + + + +
+
+
+

+Class android.support.v7.appcompat.R.attr +

+ + + +

+ + + + + + + + +
Added Fields +
+ + int borderlessButtonStyle +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.dimen.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.dimen.html new file mode 100644 index 000000000000..a253e59320f9 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.dimen.html @@ -0,0 +1,136 @@ + + + + + + + + + +android.support.v7.appcompat.R.dimen + + + + + + + + + + +
+
+
+

+Class android.support.v7.appcompat.R.dimen +

+ + + +

+ + + + + + + + + + + + + + + + +
Added Fields +
+ + int notification_large_icon_height +  
+ + int notification_large_icon_width +  
+ + int notification_subtext_size +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.drawable.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.drawable.html new file mode 100644 index 000000000000..4f8712752126 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.drawable.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.support.v7.appcompat.R.drawable + + + + + + + + + + +
+
+
+

+Class android.support.v7.appcompat.R.drawable +

+ + + +

+ + + + + + + + +
Added Fields +
+ + int notification_template_icon_bg +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.id.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.id.html new file mode 100644 index 000000000000..e856c8b9608b --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.id.html @@ -0,0 +1,206 @@ + + + + + + + + + +android.support.v7.appcompat.R.id + + + + + + + + + + +
+
+
+

+Class android.support.v7.appcompat.R.id +

+ + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Fields +
+ + int action0 +  
+ + int action_divider +  
+ + int cancel_action +  
+ + int chronometer +  
+ + int end_padder +  
+ + int info +  
+ + int line1 +  
+ + int line3 +  
+ + int media_actions +  
+ + int status_bar_latest_event_content +  
+ + int text +  
+ + int text2 +  
+ + int time +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.integer.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.integer.html new file mode 100644 index 000000000000..70585a799bbf --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.integer.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.support.v7.appcompat.R.integer + + + + + + + + + + +
+
+
+

+Class android.support.v7.appcompat.R.integer +

+ + + +

+ + + + + + + + + + + + +
Added Fields +
+ + int cancel_button_image_alpha +  
+ + int status_bar_notification_info_maxnum +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.layout.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.layout.html new file mode 100644 index 000000000000..8130707a294e --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.layout.html @@ -0,0 +1,171 @@ + + + + + + + + + +android.support.v7.appcompat.R.layout + + + + + + + + + + +
+
+
+

+Class android.support.v7.appcompat.R.layout +

+ + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Fields +
+ + int notification_media_action +  
+ + int notification_media_cancel_action +  
+ + int notification_template_big_media +  
+ + int notification_template_big_media_narrow +  
+ + int notification_template_lines +  
+ + int notification_template_media +  
+ + int notification_template_part_chronometer +  
+ + int notification_template_part_time +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.string.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.string.html new file mode 100644 index 000000000000..6a01b20fe62d --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.string.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.support.v7.appcompat.R.string + + + + + + + + + + +
+
+
+

+Class android.support.v7.appcompat.R.string +

+ + + +

+ + + + + + + + +
Added Fields +
+ + int status_bar_notification_info_overflow +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.style.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.style.html new file mode 100644 index 000000000000..886f2ce2b8d6 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.style.html @@ -0,0 +1,200 @@ + + + + + + + + + +android.support.v7.appcompat.R.style + + + + + + + + + + +
+
+
+

+Class android.support.v7.appcompat.R.style +

+ + + +

+ + + + + + + + + + + + +
Removed Fields +
+ + int Platform_V12_AppCompat +  
+ + int Platform_V12_AppCompat_Light +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Fields +
+ + int Base_V12_Widget_AppCompat_AutoCompleteTextView +  
+ + int Base_V12_Widget_AppCompat_EditText +  
+ + int Base_V7_Widget_AppCompat_AutoCompleteTextView +  
+ + int Base_V7_Widget_AppCompat_EditText +  
+ + int TextAppearance_StatusBar_EventContent +  
+ + int TextAppearance_StatusBar_EventContent_Info +  
+ + int TextAppearance_StatusBar_EventContent_Line2 +  
+ + int TextAppearance_StatusBar_EventContent_Time +  
+ + int TextAppearance_StatusBar_EventContent_Title +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.styleable.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.styleable.html new file mode 100644 index 000000000000..cd9cd60f45ac --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.appcompat.R.styleable.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.support.v7.appcompat.R.styleable + + + + + + + + + + +
+
+
+

+Class android.support.v7.appcompat.R.styleable +

+ + + +

+ + + + + + + + +
Added Fields +
+ + int Theme_borderlessButtonStyle +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.util.SortedList.html b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.util.SortedList.html new file mode 100644 index 000000000000..b38c6320a597 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/android.support.v7.util.SortedList.html @@ -0,0 +1,136 @@ + + + + + + + + + +android.support.v7.util.SortedList + + + + + + + + + + +
+
+
+

+Class android.support.v7.util.SortedList +

+ + +

+ + + + + + + + + + + + + + + + +
Added Methods +
+ + void addAll() +  
+ + void addAll(T[], boolean) +  
+ + void addAll(Collection<T>) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/changes-summary.html b/docs/html/sdk/support_api_diff/22.2.1/changes/changes-summary.html new file mode 100644 index 000000000000..e05b67d92b9a --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/changes-summary.html @@ -0,0 +1,191 @@ + + + + + + + + + +Support Library API Differences Report + + + + + + + + + + +
+
+
+
+

Support Library API Differences Report

+

This report details the changes in the Android Support Library API between two versions. +It shows additions, modifications, and removals for packages, classes, methods, and fields. +The report also includes general statistics that characterize the extent and type of the differences.

+

This report is based a comparison of the Support Library API specifications +whose version level identifiers are given in the upper-right corner of this page. It compares a +newer "to" version's API to an older "from" version's API, noting all changes relative to the +older API. So, for example, API elements marked as removed are no longer present in the "to" +API specification.

+

To navigate the report, use the "Select a Diffs Index" and "Filter the Index" +controls on the left. The report uses text formatting to indicate interface names, +links to reference documentation, and links to change +description. The statistics are accessible from the "Statistics" link in the upper-right corner.

+

For more information about the Android API and SDK, +see the Android Developers site.

+

+ + + + + + + + +
Added Packages +
+ + android.support.v17.leanback.system +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Packages +
+ + android.support.design.widget +  
+ + android.support.v17.leanback.app +  
+ + android.support.v17.leanback.widget +  
+ + android.support.v4.app +  
+ + android.support.v7.app +  
+ + android.support.v7.appcompat +  
+ + android.support.v7.util +  
+  + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_additions.html b/docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_additions.html new file mode 100644 index 000000000000..52b4ab7023f2 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_additions.html @@ -0,0 +1,117 @@ + + + + + + + + + +Class Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
D  +F +I +N +O + TOP +

+DetailsOverviewLogoPresenter
+DetailsOverviewLogoPresenter.ViewHolder
+DetailsOverviewRow.Listener
+ +
F  +D +I +N +O + TOP +

+FacetProvider
+FacetProviderAdapter
+FullWidthDetailsOverviewRowPresenter
+FullWidthDetailsOverviewRowPresenter.Listener
+FullWidthDetailsOverviewRowPresenter.ViewHolder
+FullWidthDetailsOverviewRowPresenter.ViewHolder.DetailsOverviewRowListener
+FullWidthDetailsOverviewSharedElementHelper
+ +
I  +D +F +N +O + TOP +

+ItemAlignmentFacet
+ItemAlignmentFacet.ItemAlignmentDef
+ +
N  +D +F +I +O + TOP +

+NotificationCompat
+NotificationCompat.Builder
+NotificationCompat.MediaStyle
+ +
O  +D +F +I +N + TOP +

+OnChildViewHolderSelectedListener
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_all.html b/docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_all.html new file mode 100644 index 000000000000..1edab7ace945 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_all.html @@ -0,0 +1,353 @@ + + + + + + + + + +Class Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
B  +C +D +F +G +I +L +N +O +P +R +S +T +V + TOP +

+BaseGridView
+BaseGridView.OnKeyInterceptListener
+BaseGridView.OnMotionInterceptListener
+BaseGridView.OnTouchInterceptListener
+BaseGridView.OnUnhandledKeyListener
+ +
C  +B +D +F +G +I +L +N +O +P +R +S +T +V + TOP +

+CoordinatorLayout.Behavior
+ +
D  +B +C +F +G +I +L +N +O +P +R +S +T +V + TOP +

+DetailsFragment
+DetailsOverviewLogoPresenter
+DetailsOverviewLogoPresenter.ViewHolder
+DetailsOverviewRow.Listener
+DetailsOverviewRowPresenter
+DetailsSupportFragment
+ +
F  +B +C +D +G +I +L +N +O +P +R +S +T +V + TOP +

+FacetProvider
+FacetProviderAdapter
+FloatingActionButton
+FloatingActionButton.Behavior
+FullWidthDetailsOverviewRowPresenter
+FullWidthDetailsOverviewRowPresenter.Listener
+FullWidthDetailsOverviewRowPresenter.ViewHolder
+FullWidthDetailsOverviewRowPresenter.ViewHolder.DetailsOverviewRowListener
+FullWidthDetailsOverviewSharedElementHelper
+ +
G  +B +C +D +F +I +L +N +O +P +R +S +T +V + TOP +

+GridLayoutManager
+ +
I  +B +C +D +F +G +L +N +O +P +R +S +T +V + TOP +

+ItemAlignmentFacet
+ItemAlignmentFacet.ItemAlignmentDef
+ItemBridgeAdapter
+ItemBridgeAdapter.ViewHolder
+ +
L  +B +C +D +F +G +I +N +O +P +R +S +T +V + TOP +

+ListRowPresenter
+ +
N  +B +C +D +F +G +I +L +O +P +R +S +T +V + TOP +

+NotificationCompat
+NotificationCompat.Action
+NotificationCompat.Builder
+NotificationCompat.MediaStyle
+NotificationCompatBase
+NotificationCompatBase.Action
+ +
O  +B +C +D +F +G +I +L +N +P +R +S +T +V + TOP +

+OnChildSelectedListener
+OnChildViewHolderSelectedListener
+ +
P  +B +C +D +F +G +I +L +N +O +R +S +T +V + TOP +

+Presenter
+Presenter.ViewHolder
+PresenterSelector
+ +
R  +B +C +D +F +G +I +L +N +O +P +S +T +V + TOP +

+R.attr
+R.dimen
+R.drawable
+R.id
+R.integer
+R.layout
+R.string
+R.style
+R.styleable
+RowPresenter
+ +
S  +B +C +D +F +G +I +L +N +O +P +R +T +V + TOP +

+ShadowOverlayContainer
+Snackbar
+SortedList
+ +
T  +B +C +D +F +G +I +L +N +O +P +R +S +V + TOP +

+TabLayout
+TabLayout.Tab
+ +
V  +B +C +D +F +G +I +L +N +O +P +R +S +T + TOP +

+VerticalGridPresenter
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_changes.html b/docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_changes.html new file mode 100644 index 000000000000..f46bc674d12a --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_changes.html @@ -0,0 +1,273 @@ + + + + + + + + + +Class Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
C  +D +F +I +L +N +O +P +R +S +T +V + TOP +

+CoordinatorLayout.Behavior
+ +
D  +C +F +I +L +N +O +P +R +S +T +V + TOP +

+DetailsFragment
+DetailsOverviewRowPresenter
+DetailsSupportFragment
+ +
F  +C +D +I +L +N +O +P +R +S +T +V + TOP +

+FloatingActionButton
+FloatingActionButton.Behavior
+ +
I  +C +D +F +L +N +O +P +R +S +T +V + TOP +

+ItemBridgeAdapter
+ItemBridgeAdapter.ViewHolder
+ +
L  +C +D +F +I +N +O +P +R +S +T +V + TOP +

+ListRowPresenter
+ +
N  +C +D +F +I +L +O +P +R +S +T +V + TOP +

+NotificationCompat.Action
+NotificationCompatBase
+NotificationCompatBase.Action
+ +
O  +C +D +F +I +L +N +P +R +S +T +V + TOP +

+OnChildSelectedListener
+ +
P  +C +D +F +I +L +N +O +R +S +T +V + TOP +

+Presenter
+Presenter.ViewHolder
+PresenterSelector
+ +
R  +C +D +F +I +L +N +O +P +S +T +V + TOP +

+R.attr
+R.dimen
+R.drawable
+R.id
+R.integer
+R.layout
+R.string
+R.style
+R.styleable
+RowPresenter
+ +
S  +C +D +F +I +L +N +O +P +R +T +V + TOP +

+ShadowOverlayContainer
+Snackbar
+SortedList
+ +
T  +C +D +F +I +L +N +O +P +R +S +V + TOP +

+TabLayout
+TabLayout.Tab
+ +
V  +C +D +F +I +L +N +O +P +R +S +T + TOP +

+VerticalGridPresenter
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_removals.html b/docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_removals.html new file mode 100644 index 000000000000..09c0d19ca6ba --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/classes_index_removals.html @@ -0,0 +1,77 @@ + + + + + + + + + +Class Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
B  +G + TOP +

+BaseGridView
+BaseGridView.OnKeyInterceptListener
+BaseGridView.OnMotionInterceptListener
+BaseGridView.OnTouchInterceptListener
+BaseGridView.OnUnhandledKeyListener
+ +
G  +B + TOP +

+GridLayoutManager
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_additions.html b/docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_additions.html new file mode 100644 index 000000000000..e694216ea6d0 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_additions.html @@ -0,0 +1,67 @@ + + + + + + + + + +Constructor Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
N  + TOP +

+NotificationCompatBase +() constructor
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_all.html b/docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_all.html new file mode 100644 index 000000000000..27d7557f9a15 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_all.html @@ -0,0 +1,67 @@ + + + + + + + + + +Constructor Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
N  + TOP +

+NotificationCompatBase +() constructor
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_changes.html b/docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_changes.html new file mode 100644 index 000000000000..a5ca2efd88f9 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_changes.html @@ -0,0 +1,61 @@ + + + + + + + + + +Constructor Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_removals.html b/docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_removals.html new file mode 100644 index 000000000000..74a09badbd99 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/constructors_index_removals.html @@ -0,0 +1,61 @@ + + + + + + + + + +Constructor Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_additions.html b/docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_additions.html new file mode 100644 index 000000000000..2ae52377ed25 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_additions.html @@ -0,0 +1,277 @@ + + + + + + + + + +Field Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +B +C +E +I +L +M +N +S +T + TOP +

+action0 +
+action_divider +
+ +
B  +A +C +E +I +L +M +N +S +T + TOP +

+Base_V12_Widget_AppCompat_AutoCompleteTextView +
+Base_V12_Widget_AppCompat_EditText +
+Base_V7_Widget_AppCompat_AutoCompleteTextView +
+Base_V7_Widget_AppCompat_EditText +
+borderlessButtonStyle +
+ +
C  +A +B +E +I +L +M +N +S +T + TOP +

+cancel_action +
+cancel_button_image_alpha +
+chronometer +
+ +
E  +A +B +C +I +L +M +N +S +T + TOP +

+end_padder +
+ +
I  +A +B +C +E +L +M +N +S +T + TOP +

+info +
+ +
L  +A +B +C +E +I +M +N +S +T + TOP +

+LENGTH_INDEFINITE +
+line1 +
+line3 +
+ +
M  +A +B +C +E +I +L +N +S +T + TOP +

+media_actions +
+ +
N  +A +B +C +E +I +L +M +S +T + TOP +

+notification_large_icon_height +
+notification_large_icon_width +
+notification_media_action +
+notification_media_cancel_action +
+notification_subtext_size +
+notification_template_big_media +
+notification_template_big_media_narrow +
+notification_template_icon_bg +
+notification_template_lines +
+notification_template_media +
+notification_template_part_chronometer +
+notification_template_part_time +
+ +
S  +A +B +C +E +I +L +M +N +T + TOP +

+SHADOW_DYNAMIC +
+SHADOW_NONE +
+SHADOW_STATIC +
+status_bar_latest_event_content +
+status_bar_notification_info_maxnum +
+status_bar_notification_info_overflow +
+ +
T  +A +B +C +E +I +L +M +N +S + TOP +

+text +
+text2 +
+TextAppearance_StatusBar_EventContent +
+TextAppearance_StatusBar_EventContent_Info +
+TextAppearance_StatusBar_EventContent_Line2 +
+TextAppearance_StatusBar_EventContent_Time +
+TextAppearance_StatusBar_EventContent_Title +
+Theme_borderlessButtonStyle +
+time +
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_all.html b/docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_all.html new file mode 100644 index 000000000000..4a9194d4ee65 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_all.html @@ -0,0 +1,305 @@ + + + + + + + + + +Field Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +B +C +E +I +L +M +N +P +S +T + TOP +

+action0 +
+action_divider +
+ +
B  +A +C +E +I +L +M +N +P +S +T + TOP +

+Base_V12_Widget_AppCompat_AutoCompleteTextView +
+Base_V12_Widget_AppCompat_EditText +
+Base_V7_Widget_AppCompat_AutoCompleteTextView +
+Base_V7_Widget_AppCompat_EditText +
+borderlessButtonStyle +
+ +
C  +A +B +E +I +L +M +N +P +S +T + TOP +

+cancel_action +
+cancel_button_image_alpha +
+chronometer +
+ +
E  +A +B +C +I +L +M +N +P +S +T + TOP +

+end_padder +
+ +
I  +A +B +C +E +L +M +N +P +S +T + TOP +

+info +
+ +
L  +A +B +C +E +I +M +N +P +S +T + TOP +

+LENGTH_INDEFINITE +
+line1 +
+line3 +
+ +
M  +A +B +C +E +I +L +N +P +S +T + TOP +

+media_actions +
+ +
N  +A +B +C +E +I +L +M +P +S +T + TOP +

+notification_large_icon_height +
+notification_large_icon_width +
+notification_media_action +
+notification_media_cancel_action +
+notification_subtext_size +
+notification_template_big_media +
+notification_template_big_media_narrow +
+notification_template_icon_bg +
+notification_template_lines +
+notification_template_media +
+notification_template_part_chronometer +
+notification_template_part_time +
+ +
P  +A +B +C +E +I +L +M +N +S +T + TOP +

+Platform_V12_AppCompat +
+Platform_V12_AppCompat_Light +
+ +
S  +A +B +C +E +I +L +M +N +P +T + TOP +

+SHADOW_DYNAMIC +
+SHADOW_NONE +
+SHADOW_STATIC +
+status_bar_latest_event_content +
+status_bar_notification_info_maxnum +
+status_bar_notification_info_overflow +
+ +
T  +A +B +C +E +I +L +M +N +P +S + TOP +

+text +
+text2 +
+TextAppearance_StatusBar_EventContent +
+TextAppearance_StatusBar_EventContent_Info +
+TextAppearance_StatusBar_EventContent_Line2 +
+TextAppearance_StatusBar_EventContent_Time +
+TextAppearance_StatusBar_EventContent_Title +
+Theme_borderlessButtonStyle +
+time +
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_changes.html b/docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_changes.html new file mode 100644 index 000000000000..0e2ccff6c01b --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_changes.html @@ -0,0 +1,61 @@ + + + + + + + + + +Field Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_removals.html b/docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_removals.html new file mode 100644 index 000000000000..6245b05ff2e6 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/fields_index_removals.html @@ -0,0 +1,69 @@ + + + + + + + + + +Field Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
P  + TOP +

+Platform_V12_AppCompat +
+Platform_V12_AppCompat_Light +
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/jdiff_help.html b/docs/html/sdk/support_api_diff/22.2.1/changes/jdiff_help.html new file mode 100644 index 000000000000..25acfbe5cb92 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/jdiff_help.html @@ -0,0 +1,134 @@ + + + + + + + + + +JDiff Help + + + + + + + + + + + + + + + + + +
Generated by
JDiff
+
+ +
+

JDiff Documentation

+
+
+JDiff is a Javadoc doclet which generates a report of the API differences between two versions of a product. It does not report changes in Javadoc comments, or changes in what a class or method does. +This help page describes the different parts of the output from JDiff. +
+
+ See the reference page in the source for JDiff for information about how to generate a report like this one. +
+
+The indexes shown in the top-left frame help show each type of change in more detail. The index "All Differences" contains all the differences between the APIs, in alphabetical order. +These indexes all use the same format: +
    +
  • Removed packages, classes, constructors, methods and fields are struck through.
  • +
  • Added packages, classes, constructors, methods and fields appear in bold.
  • +
  • Changed packages, classes, constructors, methods and fields appear in normal text.
  • +
+
+
+You can always tell when you are reading a JDiff page, rather than a Javadoc page, by the color of the index bar and the color of the background. +Links which take you to a Javadoc page are always in a typewriter font. +Just like Javadoc, all interface names are in italic, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link. +
+
+

Javadoc

+This is a link to the top-level Javadoc page for the new version of the product. +
+
+

Overview

+The overview is the top-level summary of what was removed, added and changed between versions. +
+
+

Package

+This is a link to the package containing the current changed class or interface. +
+
+

Class

+This is highlighted when you are looking at the changed class or interface. +
+
+

Text Changes

+This is a link to the top-level index of all documentation changes for the current package or class. +If it is not present, then there are no documentation changes for the current package or class. +This link can be removed entirely by not using the -docchanges option. +
+
+

Statistics

+This is a link to a page which shows statistics about the changes between the two APIs. +This link can be removed entirely by not using the -stats option. +
+
+

Help

+A link to this Help page for JDiff. +
+
+

Prev/Next

+These links take you to the previous and next changed package or class. +
+
+

Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +
+
+

Complex Changes

+There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass. +In these cases, the change will be seen as a removal and an addition, rather than as a change. Unexpected removals or additions are often part of one of these type of changes. +
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/jdiff_statistics.html b/docs/html/sdk/support_api_diff/22.2.1/changes/jdiff_statistics.html new file mode 100644 index 000000000000..0f4805f54fc3 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/jdiff_statistics.html @@ -0,0 +1,381 @@ + + + + + + + + + +API Change Statistics + + + + + + + + + + +
+
+
+

API Change Statistics

+

The overall difference between API Levels 22.2.0 and 22.2.1 is approximately 2.17%. +

+
+ +

Total of Differences, by Number and Type

+

+The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were added, changed, or removed. The table includes only the highest-level program elements — that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TypeAdditionsChangesRemovalsTotal
Packages1708
Classes and Interfaces1632654
Constructors1001
Methods3610046
Fields430245
Total97498154
+
+ +

Changed Packages, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Percentage Difference*Package
11android.support.v17.leanback.widget
8android.support.v7.app
3android.support.v7.appcompat
3android.support.v7.util
2android.support.v4.app
2android.support.design.widget
1android.support.v17.leanback.app
+

* See Calculation of Change Percentages, below.

+
+ +

Changed Classes and Interfaces, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Percentage
Difference*
Class or Interface
100 +android.support.v4.app.NotificationCompatBase
50 +android.support.v17.leanback.widget.OnChildSelectedListener
41 +android.support.v4.app.NotificationCompatBase.Action
33 +android.support.v17.leanback.widget.Presenter.ViewHolder
29 +android.support.v17.leanback.widget.ShadowOverlayContainer
25 +android.support.design.widget.FloatingActionButton.Behavior
23 +android.support.v17.leanback.app.DetailsFragment
23 +android.support.v17.leanback.app.DetailsSupportFragment
20 +android.support.design.widget.FloatingActionButton
20 +android.support.v17.leanback.widget.PresenterSelector
20 +android.support.v7.appcompat.R.integer
16 +android.support.v4.app.NotificationCompat.Action
11 +android.support.v7.appcompat.R.layout
11 +android.support.v17.leanback.widget.Presenter
10 +android.support.design.widget.Snackbar
9 +android.support.v7.util.SortedList
9 +android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder
7 +android.support.v7.appcompat.R.id
4 +android.support.v17.leanback.widget.DetailsOverviewRowPresenter
3 +android.support.design.widget.TabLayout.Tab
2 +android.support.v7.appcompat.R.string
2 +android.support.v17.leanback.widget.VerticalGridPresenter
2 +android.support.v17.leanback.widget.ItemBridgeAdapter
2 +android.support.v7.appcompat.R.dimen
2 +android.support.v17.leanback.widget.ListRowPresenter
2 +android.support.design.widget.CoordinatorLayout.Behavior
1 +android.support.v7.appcompat.R.style
1 +android.support.design.widget.TabLayout
1 +android.support.v17.leanback.widget.RowPresenter
<1 +android.support.v7.appcompat.R.drawable
<1 +android.support.v7.appcompat.R.attr
<1 +android.support.v7.appcompat.R.styleable
+

* See Calculation of Change Percentages, below.

+
+

Calculation of Change Percentages

+

+The percent change statistic reported for all elements in the "to" API Level specification is defined recursively as follows:

+
+Percentage difference = 100 * (added + removed + 2*changed)
+                        -----------------------------------
+                        sum of public elements in BOTH APIs
+
+

where added is the number of packages added, removed is the number of packages removed, and changed is the number of packages changed. +This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed. +The definition ensures that if all packages are removed and all new packages are +added, the change will be 100%.

+
+ +
+
+ + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/jdiff_topleftframe.html b/docs/html/sdk/support_api_diff/22.2.1/changes/jdiff_topleftframe.html new file mode 100644 index 000000000000..36f9836e4478 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/jdiff_topleftframe.html @@ -0,0 +1,63 @@ + + + + + + + + + +Android API Version Differences + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Select a Diffs Index:
All Differences
By Package
By Class
By Constructor
By Method
By Field
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_additions.html b/docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_additions.html new file mode 100644 index 000000000000..33a155f71bb0 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_additions.html @@ -0,0 +1,238 @@ + + + + + + + + + +Method Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +G +H +I +O +S +U + TOP +

+addAll
+  type  +() in android.support.v7.util.SortedList +
+  type  +(T[], boolean) in android.support.v7.util.SortedList +
+  type  +(Collection<T>) in android.support.v7.util.SortedList +
+ +
G  +A +H +I +O +S +U + TOP +

+getFacet
+  type  +(Class<?>) in android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder +
+  type  +(Class<?>) in android.support.v17.leanback.widget.Presenter +
+  type  +(Class<?>) in android.support.v17.leanback.widget.Presenter.ViewHolder +
+getFacetProvider +(int)
+getPresenters +()
+getSelectedTabPosition +()
+getShadowType +()
+getWrappedView +()
+ +
H  +A +G +I +O +S +U + TOP +

+hide +()
+ +
I  +A +G +H +O +S +U + TOP +

+inflateTitle
+  type  +(LayoutInflater, ViewGroup, Bundle) in android.support.v17.leanback.app.DetailsFragment +
+  type  +(LayoutInflater, ViewGroup, Bundle) in android.support.v17.leanback.app.DetailsSupportFragment +
+isClippingChildren +()
+isSelected +()
+ +
O  +A +G +H +I +S +U + TOP +

+onDependentViewRemoved
+  type  +(CoordinatorLayout, V, View) in android.support.design.widget.CoordinatorLayout.Behavior +
+  type  +(CoordinatorLayout, FloatingActionButton, View) in android.support.design.widget.FloatingActionButton.Behavior +
+onLayoutChild +(CoordinatorLayout, FloatingActionButton, int)
+onSetDetailsOverviewRowStatus
+  type  +(FullWidthDetailsOverviewRowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsFragment +
+  type  +(FullWidthDetailsOverviewRowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsSupportFragment +
+onSetRowStatus
+  type  +(RowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsFragment +
+  type  +(RowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsSupportFragment +
+ +
S  +A +G +H +I +O +U + TOP +

+setActionTextColor
+  type  +(ColorStateList) in android.support.design.widget.Snackbar +
+  type  +(int) in android.support.design.widget.Snackbar +
+setFacet
+  type  +(Class<?>, Object) in android.support.v17.leanback.widget.Presenter +
+  type  +(Class<?>, Object) in android.support.v17.leanback.widget.Presenter.ViewHolder +
+setupDetailsOverviewRowPresenter
+  type  +(FullWidthDetailsOverviewRowPresenter) in android.support.v17.leanback.app.DetailsFragment +
+  type  +(FullWidthDetailsOverviewRowPresenter) in android.support.v17.leanback.app.DetailsSupportFragment +
+setupPresenter
+  type  +(Presenter) in android.support.v17.leanback.app.DetailsFragment +
+  type  +(Presenter) in android.support.v17.leanback.app.DetailsSupportFragment +
+show +()
+supportsDynamicShadow +()
+ +
U  +A +G +H +I +O +S + TOP +

+useDynamicShadow
+  type  +() in android.support.v17.leanback.widget.ShadowOverlayContainer +
+  type  +(float, float) in android.support.v17.leanback.widget.ShadowOverlayContainer +
+useStaticShadow +()
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_all.html b/docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_all.html new file mode 100644 index 000000000000..b9cf858ec933 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_all.html @@ -0,0 +1,270 @@ + + + + + + + + + +Method Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +G +H +I +O +S +U + TOP +

+addAll
+  type  +() in android.support.v7.util.SortedList +
+  type  +(T[], boolean) in android.support.v7.util.SortedList +
+  type  +(Collection<T>) in android.support.v7.util.SortedList +
+ +
G  +A +H +I +O +S +U + TOP +

+getActionIntent
+  type  +() in android.support.v4.app.NotificationCompat.Action +
+  type  +() in android.support.v4.app.NotificationCompatBase.Action +
+getExtras +()
+getFacet
+  type  +(Class<?>) in android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder +
+  type  +(Class<?>) in android.support.v17.leanback.widget.Presenter +
+  type  +(Class<?>) in android.support.v17.leanback.widget.Presenter.ViewHolder +
+getFacetProvider +(int)
+getIcon
+  type  +() in android.support.v4.app.NotificationCompat.Action +
+  type  +() in android.support.v4.app.NotificationCompatBase.Action +
+getPresenters +()
+getRemoteInputs +()
+getSelectedTabPosition +()
+getShadowType +()
+getTitle
+  type  +() in android.support.v4.app.NotificationCompat.Action +
+  type  +() in android.support.v4.app.NotificationCompatBase.Action +
+getWrappedView +()
+ +
H  +A +G +I +O +S +U + TOP +

+hide +()
+ +
I  +A +G +H +O +S +U + TOP +

+inflateTitle
+  type  +(LayoutInflater, ViewGroup, Bundle) in android.support.v17.leanback.app.DetailsFragment +
+  type  +(LayoutInflater, ViewGroup, Bundle) in android.support.v17.leanback.app.DetailsSupportFragment +
+isClippingChildren +()
+isSelected +()
+isUsingZOrder
+  type  +(Context) in android.support.v17.leanback.widget.ListRowPresenter +
+  type  +(Context) in android.support.v17.leanback.widget.VerticalGridPresenter +
+ +
O  +A +G +H +I +S +U + TOP +

+onDependentViewRemoved
+  type  +(CoordinatorLayout, V, View) in android.support.design.widget.CoordinatorLayout.Behavior +
+  type  +(CoordinatorLayout, FloatingActionButton, View) in android.support.design.widget.FloatingActionButton.Behavior +
+onLayoutChild +(CoordinatorLayout, FloatingActionButton, int)
+onSetDetailsOverviewRowStatus
+  type  +(FullWidthDetailsOverviewRowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsFragment +
+  type  +(FullWidthDetailsOverviewRowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsSupportFragment +
+onSetRowStatus
+  type  +(RowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsFragment +
+  type  +(RowPresenter, ViewHolder, int, int, int) in android.support.v17.leanback.app.DetailsSupportFragment +
+ +
S  +A +G +H +I +O +U + TOP +

+setActionTextColor
+  type  +(ColorStateList) in android.support.design.widget.Snackbar +
+  type  +(int) in android.support.design.widget.Snackbar +
+setFacet
+  type  +(Class<?>, Object) in android.support.v17.leanback.widget.Presenter +
+  type  +(Class<?>, Object) in android.support.v17.leanback.widget.Presenter.ViewHolder +
+setupDetailsOverviewRowPresenter
+  type  +(FullWidthDetailsOverviewRowPresenter) in android.support.v17.leanback.app.DetailsFragment +
+  type  +(FullWidthDetailsOverviewRowPresenter) in android.support.v17.leanback.app.DetailsSupportFragment +
+setupPresenter
+  type  +(Presenter) in android.support.v17.leanback.app.DetailsFragment +
+  type  +(Presenter) in android.support.v17.leanback.app.DetailsSupportFragment +
+show +()
+supportsDynamicShadow +()
+ +
U  +A +G +H +I +O +S + TOP +

+useDynamicShadow
+  type  +() in android.support.v17.leanback.widget.ShadowOverlayContainer +
+  type  +(float, float) in android.support.v17.leanback.widget.ShadowOverlayContainer +
+useStaticShadow +()
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_changes.html b/docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_changes.html new file mode 100644 index 000000000000..4e2d32950a49 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_changes.html @@ -0,0 +1,103 @@ + + + + + + + + + +Method Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
G  +I + TOP +

+getActionIntent
+  type  +() in android.support.v4.app.NotificationCompat.Action +
+  type  +() in android.support.v4.app.NotificationCompatBase.Action +
+getExtras +()
+getIcon
+  type  +() in android.support.v4.app.NotificationCompat.Action +
+  type  +() in android.support.v4.app.NotificationCompatBase.Action +
+getRemoteInputs +()
+getTitle
+  type  +() in android.support.v4.app.NotificationCompat.Action +
+  type  +() in android.support.v4.app.NotificationCompatBase.Action +
+ +
I  +G + TOP +

+isUsingZOrder
+  type  +(Context) in android.support.v17.leanback.widget.ListRowPresenter +
+  type  +(Context) in android.support.v17.leanback.widget.VerticalGridPresenter +
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_removals.html b/docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_removals.html new file mode 100644 index 000000000000..b5aea4f9d673 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/methods_index_removals.html @@ -0,0 +1,61 @@ + + + + + + + + + +Method Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_additions.html b/docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_additions.html new file mode 100644 index 000000000000..6311752b72ae --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_additions.html @@ -0,0 +1,65 @@ + + + + + + + + + +Package Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android.support.v17.leanback.system
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_all.html b/docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_all.html new file mode 100644 index 000000000000..3f5ee1306b9e --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_all.html @@ -0,0 +1,72 @@ + + + + + + + + + +Package Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android.support.design.widget
+android.support.v17.leanback.app
+android.support.v17.leanback.system
+android.support.v17.leanback.widget
+android.support.v4.app
+android.support.v7.app
+android.support.v7.appcompat
+android.support.v7.util
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_changes.html b/docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_changes.html new file mode 100644 index 000000000000..a4637a774082 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_changes.html @@ -0,0 +1,71 @@ + + + + + + + + + +Package Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android.support.design.widget
+android.support.v17.leanback.app
+android.support.v17.leanback.widget
+android.support.v4.app
+android.support.v7.app
+android.support.v7.appcompat
+android.support.v7.util
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_removals.html b/docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_removals.html new file mode 100644 index 000000000000..d0ffabcf3c5b --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/packages_index_removals.html @@ -0,0 +1,63 @@ + + + + + + + + + +Package Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.design.widget.html b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.design.widget.html new file mode 100644 index 000000000000..345f33b8d346 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.design.widget.html @@ -0,0 +1,154 @@ + + + + + + + + + +android.support.design.widget + + + + + + + + + + +
+
+
+

+Package android.support.design.widget +

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Classes +
+ + CoordinatorLayout.Behavior +  
+ + FloatingActionButton +  
+ + FloatingActionButton.Behavior +  
+ + Snackbar +  
+ + TabLayout +  
+ + TabLayout.Tab +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v17.leanback.app.html b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v17.leanback.app.html new file mode 100644 index 000000000000..873bc6b8ef2f --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v17.leanback.app.html @@ -0,0 +1,126 @@ + + + + + + + + + +android.support.v17.leanback.app + + + + + + + + + + +
+
+
+

+Package android.support.v17.leanback.app +

+

+ + + + + + + + + + + + +
Changed Classes +
+ + DetailsFragment +  
+ + DetailsSupportFragment +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v17.leanback.widget.html b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v17.leanback.widget.html new file mode 100644 index 000000000000..7197d3a3210d --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v17.leanback.widget.html @@ -0,0 +1,338 @@ + + + + + + + + + +android.support.v17.leanback.widget + + + + + + + + + + +
+
+
+

+Package android.support.v17.leanback.widget +

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Removed Classes and Interfaces +
+ + BaseGridView +  
+ + BaseGridView.OnKeyInterceptListener +  
+ + BaseGridView.OnMotionInterceptListener +  
+ + BaseGridView.OnTouchInterceptListener +  
+ + BaseGridView.OnUnhandledKeyListener +  
+ + GridLayoutManager +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Classes and Interfaces +
+ + DetailsOverviewLogoPresenter +  
+ + DetailsOverviewLogoPresenter.
ViewHolder
+
 
+ + DetailsOverviewRow.Listener +  
+ + FacetProvider +  
+ + FacetProviderAdapter +  
+ + FullWidthDetailsOverviewRowPresenter +  
+ + FullWidthDetailsOverviewRowPresenter.
Listener
+
 
+ + FullWidthDetailsOverviewRowPresenter.
ViewHolder
+
 
+ + FullWidthDetailsOverviewRowPresenter.
ViewHolder.DetailsOverviewRowListener
+
 
+ + FullWidthDetailsOverviewSharedElementHelper +  
+ + ItemAlignmentFacet +  
+ + ItemAlignmentFacet.ItemAlignmentDef +  
+ + OnChildViewHolderSelectedListener +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Classes and Interfaces +
+ + DetailsOverviewRowPresenter +  
+ + ItemBridgeAdapter +  
+ + ItemBridgeAdapter.ViewHolder +  
+ + ListRowPresenter +  
+ + OnChildSelectedListener +  
+ + Presenter +  
+ + Presenter.ViewHolder +  
+ + PresenterSelector +  
+ + RowPresenter +  
+ + ShadowOverlayContainer +  
+ + VerticalGridPresenter +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v4.app.html b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v4.app.html new file mode 100644 index 000000000000..1d15399bf085 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v4.app.html @@ -0,0 +1,133 @@ + + + + + + + + + +android.support.v4.app + + + + + + + + + + +
+
+
+

+Package android.support.v4.app +

+

+ + + + + + + + + + + + + + + + +
Changed Classes +
+ + NotificationCompat.Action +  
+ + NotificationCompatBase +  
+ + NotificationCompatBase.Action +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v7.app.html b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v7.app.html new file mode 100644 index 000000000000..47c0894c18fe --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v7.app.html @@ -0,0 +1,133 @@ + + + + + + + + + +android.support.v7.app + + + + + + + + + + +
+
+
+

+Package android.support.v7.app +

+

+ + + + + + + + + + + + + + + + +
Added Classes +
+ + NotificationCompat +  
+ + NotificationCompat.Builder +  
+ + NotificationCompat.MediaStyle +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v7.appcompat.html b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v7.appcompat.html new file mode 100644 index 000000000000..4c562aecfbce --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v7.appcompat.html @@ -0,0 +1,175 @@ + + + + + + + + + +android.support.v7.appcompat + + + + + + + + + + +
+
+
+

+Package android.support.v7.appcompat +

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Classes +
+ + R.attr +  
+ + R.dimen +  
+ + R.drawable +  
+ + R.id +  
+ + R.integer +  
+ + R.layout +  
+ + R.string +  
+ + R.style +  
+ + R.styleable +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v7.util.html b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v7.util.html new file mode 100644 index 000000000000..bac03139c313 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/changes/pkg_android.support.v7.util.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.support.v7.util + + + + + + + + + + +
+
+
+

+Package android.support.v7.util +

+

+ + + + + + + + +
Changed Classes +
+ + SortedList +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/22.2.1/missingSinces.txt b/docs/html/sdk/support_api_diff/22.2.1/missingSinces.txt new file mode 100644 index 000000000000..c61ba0d4fe74 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/missingSinces.txt @@ -0,0 +1,96 @@ +NO DOC BLOCK: android.support.v17.leanback.widget.DetailsOverviewLogoPresenter Class +NO DOC BLOCK: android.support.v17.leanback.widget.DetailsOverviewLogoPresenter.ViewHolder Class +NO DOC BLOCK: android.support.v17.leanback.widget.DetailsOverviewRow.Listener Class +NO DOC BLOCK: android.support.v17.leanback.widget.FacetProvider Interface +NO DOC BLOCK: android.support.v17.leanback.widget.FacetProviderAdapter Interface +NO DOC BLOCK: android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter Class +NO DOC BLOCK: android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter.Listener Class +NO DOC BLOCK: android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter.ViewHolder Class +NO DOC BLOCK: android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter.ViewHolder.DetailsOverviewRowListener Class +NO DOC BLOCK: android.support.v17.leanback.widget.FullWidthDetailsOverviewSharedElementHelper Class +NO DOC BLOCK: android.support.v17.leanback.widget.ItemAlignmentFacet Class +NO DOC BLOCK: android.support.v17.leanback.widget.ItemAlignmentFacet.ItemAlignmentDef Class +NO DOC BLOCK: android.support.v7.app.NotificationCompat Class +NO DOC BLOCK: android.support.v7.app.NotificationCompat.Builder Class +NO DOC BLOCK: android.support.v7.app.NotificationCompat.MediaStyle Class +NO DOC BLOCK: android.support.v17.leanback.widget.OnChildViewHolderSelectedListener Class +NO DOC BLOCK: android.support.v4.app.NotificationCompatBase Constructor () +NO DOC BLOCK: android.support.v7.util.SortedList Method addAll(T...) +NO DOC BLOCK: android.support.v7.util.SortedList Method addAll(T[], boolean) +NO DOC BLOCK: android.support.v7.util.SortedList Method addAll(java.util.Collection) +NO DOC BLOCK: android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder Method getFacet(java.lang.Class) +NO DOC BLOCK: android.support.v17.leanback.widget.Presenter Method getFacet(java.lang.Class) +NO DOC BLOCK: android.support.v17.leanback.widget.Presenter.ViewHolder Method getFacet(java.lang.Class) +NO DOC BLOCK: android.support.v17.leanback.widget.ItemBridgeAdapter Method getFacetProvider(int) +NO DOC BLOCK: android.support.v17.leanback.widget.PresenterSelector Method getPresenters() +NO DOC BLOCK: android.support.design.widget.TabLayout Method getSelectedTabPosition() +NO DOC BLOCK: android.support.v17.leanback.widget.ShadowOverlayContainer Method getShadowType() +NO DOC BLOCK: android.support.v17.leanback.widget.ShadowOverlayContainer Method getWrappedView() +NO DOC BLOCK: android.support.design.widget.FloatingActionButton Method hide() +NO DOC BLOCK: android.support.v17.leanback.app.DetailsFragment Method inflateTitle(android.view.LayoutInflater, android.view.ViewGroup, android.os.Bundle) +NO DOC BLOCK: android.support.v17.leanback.app.DetailsSupportFragment Method inflateTitle(android.view.LayoutInflater, android.view.ViewGroup, android.os.Bundle) +NO DOC BLOCK: android.support.v17.leanback.widget.RowPresenter Method isClippingChildren() +NO DOC BLOCK: android.support.design.widget.TabLayout.Tab Method isSelected() +NO DOC BLOCK: android.support.design.widget.CoordinatorLayout.Behavior Method onDependentViewRemoved(android.support.design.widget.CoordinatorLayout, V, android.view.View) +NO DOC BLOCK: android.support.design.widget.FloatingActionButton.Behavior Method onDependentViewRemoved(android.support.design.widget.CoordinatorLayout, android.support.design.widget.FloatingActionButton, android.view.View) +NO DOC BLOCK: android.support.design.widget.FloatingActionButton.Behavior Method onLayoutChild(android.support.design.widget.CoordinatorLayout, android.support.design.widget.FloatingActionButton, int) +NO DOC BLOCK: android.support.v17.leanback.app.DetailsFragment Method onSetDetailsOverviewRowStatus(android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter, android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter.ViewHolder, int, int, int) +NO DOC BLOCK: android.support.v17.leanback.app.DetailsSupportFragment Method onSetDetailsOverviewRowStatus(android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter, android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter.ViewHolder, int, int, int) +NO DOC BLOCK: android.support.v17.leanback.app.DetailsFragment Method onSetRowStatus(android.support.v17.leanback.widget.RowPresenter, android.support.v17.leanback.widget.RowPresenter.ViewHolder, int, int, int) +NO DOC BLOCK: android.support.v17.leanback.app.DetailsSupportFragment Method onSetRowStatus(android.support.v17.leanback.widget.RowPresenter, android.support.v17.leanback.widget.RowPresenter.ViewHolder, int, int, int) +NO DOC BLOCK: android.support.design.widget.Snackbar Method setActionTextColor(android.content.res.ColorStateList) +NO DOC BLOCK: android.support.design.widget.Snackbar Method setActionTextColor(int) +NO DOC BLOCK: android.support.v17.leanback.widget.Presenter Method setFacet(java.lang.Class, java.lang.Object) +NO DOC BLOCK: android.support.v17.leanback.widget.Presenter.ViewHolder Method setFacet(java.lang.Class, java.lang.Object) +NO DOC BLOCK: android.support.v17.leanback.app.DetailsFragment Method setupDetailsOverviewRowPresenter(android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter) +NO DOC BLOCK: android.support.v17.leanback.app.DetailsSupportFragment Method setupDetailsOverviewRowPresenter(android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter) +NO DOC BLOCK: android.support.v17.leanback.app.DetailsFragment Method setupPresenter(android.support.v17.leanback.widget.Presenter) +NO DOC BLOCK: android.support.v17.leanback.app.DetailsSupportFragment Method setupPresenter(android.support.v17.leanback.widget.Presenter) +NO DOC BLOCK: android.support.design.widget.FloatingActionButton Method show() +NO DOC BLOCK: android.support.v17.leanback.widget.ShadowOverlayContainer Method supportsDynamicShadow() +NO DOC BLOCK: android.support.v17.leanback.widget.ShadowOverlayContainer Method useDynamicShadow() +NO DOC BLOCK: android.support.v17.leanback.widget.ShadowOverlayContainer Method useDynamicShadow(float, float) +NO DOC BLOCK: android.support.v17.leanback.widget.ShadowOverlayContainer Method useStaticShadow() +NO DOC BLOCK: android.support.v7.appcompat.R.id Field action0 +NO DOC BLOCK: android.support.v7.appcompat.R.id Field action_divider +NO DOC BLOCK: android.support.v7.appcompat.R.style Field Base_V12_Widget_AppCompat_AutoCompleteTextView +NO DOC BLOCK: android.support.v7.appcompat.R.style Field Base_V12_Widget_AppCompat_EditText +NO DOC BLOCK: android.support.v7.appcompat.R.style Field Base_V7_Widget_AppCompat_AutoCompleteTextView +NO DOC BLOCK: android.support.v7.appcompat.R.style Field Base_V7_Widget_AppCompat_EditText +NO DOC BLOCK: android.support.v7.appcompat.R.attr Field borderlessButtonStyle +NO DOC BLOCK: android.support.v7.appcompat.R.id Field cancel_action +NO DOC BLOCK: android.support.v7.appcompat.R.integer Field cancel_button_image_alpha +NO DOC BLOCK: android.support.v7.appcompat.R.id Field chronometer +NO DOC BLOCK: android.support.v7.appcompat.R.id Field end_padder +NO DOC BLOCK: android.support.v7.appcompat.R.id Field info +NO DOC BLOCK: android.support.design.widget.Snackbar Field LENGTH_INDEFINITE +NO DOC BLOCK: android.support.v7.appcompat.R.id Field line1 +NO DOC BLOCK: android.support.v7.appcompat.R.id Field line3 +NO DOC BLOCK: android.support.v7.appcompat.R.id Field media_actions +NO DOC BLOCK: android.support.v7.appcompat.R.dimen Field notification_large_icon_height +NO DOC BLOCK: android.support.v7.appcompat.R.dimen Field notification_large_icon_width +NO DOC BLOCK: android.support.v7.appcompat.R.layout Field notification_media_action +NO DOC BLOCK: android.support.v7.appcompat.R.layout Field notification_media_cancel_action +NO DOC BLOCK: android.support.v7.appcompat.R.dimen Field notification_subtext_size +NO DOC BLOCK: android.support.v7.appcompat.R.layout Field notification_template_big_media +NO DOC BLOCK: android.support.v7.appcompat.R.layout Field notification_template_big_media_narrow +NO DOC BLOCK: android.support.v7.appcompat.R.drawable Field notification_template_icon_bg +NO DOC BLOCK: android.support.v7.appcompat.R.layout Field notification_template_lines +NO DOC BLOCK: android.support.v7.appcompat.R.layout Field notification_template_media +NO DOC BLOCK: android.support.v7.appcompat.R.layout Field notification_template_part_chronometer +NO DOC BLOCK: android.support.v7.appcompat.R.layout Field notification_template_part_time +NO DOC BLOCK: android.support.v17.leanback.widget.ShadowOverlayContainer Field SHADOW_DYNAMIC +NO DOC BLOCK: android.support.v17.leanback.widget.ShadowOverlayContainer Field SHADOW_NONE +NO DOC BLOCK: android.support.v17.leanback.widget.ShadowOverlayContainer Field SHADOW_STATIC +NO DOC BLOCK: android.support.v7.appcompat.R.id Field status_bar_latest_event_content +NO DOC BLOCK: android.support.v7.appcompat.R.integer Field status_bar_notification_info_maxnum +NO DOC BLOCK: android.support.v7.appcompat.R.string Field status_bar_notification_info_overflow +NO DOC BLOCK: android.support.v7.appcompat.R.id Field text +NO DOC BLOCK: android.support.v7.appcompat.R.id Field text2 +NO DOC BLOCK: android.support.v7.appcompat.R.style Field TextAppearance_StatusBar_EventContent +NO DOC BLOCK: android.support.v7.appcompat.R.style Field TextAppearance_StatusBar_EventContent_Info +NO DOC BLOCK: android.support.v7.appcompat.R.style Field TextAppearance_StatusBar_EventContent_Line2 +NO DOC BLOCK: android.support.v7.appcompat.R.style Field TextAppearance_StatusBar_EventContent_Time +NO DOC BLOCK: android.support.v7.appcompat.R.style Field TextAppearance_StatusBar_EventContent_Title +NO DOC BLOCK: android.support.v7.appcompat.R.styleable Field Theme_borderlessButtonStyle +NO DOC BLOCK: android.support.v7.appcompat.R.id Field time diff --git a/docs/html/sdk/support_api_diff/22.2.1/stylesheet-jdiff.css b/docs/html/sdk/support_api_diff/22.2.1/stylesheet-jdiff.css new file mode 100644 index 000000000000..edafaa3da3e5 --- /dev/null +++ b/docs/html/sdk/support_api_diff/22.2.1/stylesheet-jdiff.css @@ -0,0 +1,44 @@ + +/* (http://www.jdiff.org) */ + +div.and-diff-id {border: 1px solid #eee;position:relative;float:right;clear:both;padding:0px;} +table.diffspectable {border:1px;padding:0px;margin:0px;} +.diffspechead {background-color:#eee;} +.diffspectable tr {border:0px;padding:0px;} +.diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;} +td.diffvalueold {color:orange;background-color:white;border:0px;font-size:80%;font-style:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;} +td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;} +td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;} +td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;} +tt {font-size:11pt;font-family:monospace;} +.indexHeader { + font-size:96%; + line-height:.8em;} +.jdiffIndex td { + font-size:96%; + xline-height:.8em; + padding:2px; + padding-left:1em;} +.indexText { + font-size:100%; + padding-left:1em;} +#indexTableCaption { + font-size:96%; + margin-top:.25em; + margin-bottom:0; + } +.hiddenlink { + font-size:96%; + line-height:.8em; + text-decoration:none;} +a { + text-decoration:none;} +a:hover { + text-decoration:underline;} +.indexBox { + border: 1px solid red; + margin:1em 0 0 0;} +.letterIndexHead { + font-size: 1.5em;font-weight:9; + margin:0 0 0em 0; + border: 1px solid red;} -- cgit v1.2.3-59-g8ed1b