History log of /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
13c7d89d1f64bdb782bddd2a6e8cdb81b7e77886 27-Sep-2016 Dake Gu <dake@google.com> Rename attribute dotRadius to avoid conflicts with wear

Test: with SupportLeanbackDemo app
Bug: 30104998
Change-Id: I80f191416b260da4c33e93803977d0ecb8ba3d92
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
c39d9c75590eca86a5e7e32a8824ba04a0d42e9b 25-Aug-2016 Alan Viverette <alanv@google.com> Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations

Also removes some unnecessary @hide annotations on classes that wouldn't
have shown up in docs anyway due to package/private visibility or NO_DOCS.

Bug: 27937193
Change-Id: Iab127a5a3ce57a2d61965d3cef782621eb3859f5
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
99ec8b0cb375f7e5577ea3ec9f09e6ff7a95de0d 25-Aug-2016 Aurimas Liutikas <aurimas@google.com> Remove all the extra accessor methods added by javac in support-leanback.

Change private methods to be package protected to avoid extra methods
that get added to be able to access them from inner classes.

This CL saves 469 methods in our jar.

Bug: 31075707
Change-Id: I68c8152d060c9f35c72a2d78c608a9bccd12c86e
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
6a8b0fd35afda4d204e3f46d192bf20f510185d9 08-Apr-2016 Chulwoo Lee <chulwoo@google.com> Support customization of paging indicator dimensions

Bug: 26024822
Change-Id: I24238f46d30e9b289cc24adfd8ae01c2c59d37ba
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
9b5ef3e2e264a624058bc514e05cf5e5dc8d94b9 23-Mar-2016 Chulwoo Lee <chulwoo@google.com> Add attribute for PagingIndicator

The dot color should be able to be changed by the sub class.

Change-Id: I17c05a9a02841849a5531d6ddde6c7125d1dc852
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
1dd331211beded89ec02c37d68afced18d329375 19-Feb-2016 Chulwoo Lee <chulwoo@google.com> Fix minor bugs

- Fix wrong class name in layout.
- Call getters/setters explicitly to guard from the proguard.

Change-Id: I443d416c76aeb05adaac2dddea9edda7a661afa7
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
6cb24d438e700ceb0a8b7d5a93683b19eae6c1b5 08-Feb-2016 Chulwoo Lee <chulwoo@google.com> RTL support in onboarding

Bug: 26024822
Change-Id: I9a135b0679ca0bb86917e38bc571ce5520e1c323
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
b78877670c813ccfc46071a8d361f45185fd06f4 27-Jan-2016 Chulwoo Lee <chulwoo@google.com> Initial CL for the onboarding screen

Refer to the documents about onboarding in the bug.

Bug: 26751768
Change-Id: I673afd21d1b8b8d72ec549d0d35da36b1fee68ae
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java