am afb9296e: am 050972b1: am 2d0d6541: Change setScrollVertically to protected to make scroll work in subclasses.

* commit 'afb9296e531adcb5db49b115db4d91d151a8d82f':
  Change setScrollVertically to protected to make scroll work in subclasses.
This commit is contained in:
Alan Lau
2014-07-25 19:19:14 +00:00
committed by Android Git Automerger
2 changed files with 2 additions and 2 deletions

View File

@@ -23,6 +23,6 @@
-keep class android.support.wearable.view.WearableListView {
private void setScrollAnimator(int);
private void setScrollVertically(int);
protected void setScrollVertically(int);
}

View File

@@ -11,7 +11,7 @@
-keep class android.support.wearable.view.WearableListView {
private void setScrollAnimator(int);
private void setScrollVertically(int);
protected void setScrollVertically(int);
}
-keep class android.support.wearable.view.WearableListView.ViewHolder {
private void setFocusPaddingTop(int);