History log of /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/PreviewPageFrame.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
46535343f2ef133bde774d7b10151bd2faca2416 27-May-2016 Philip P. Moltmann <moltmann@google.com> Use separate layout for un-selected page previews

- Make remove icon more visible by removing the translucency in icon
- Replace remove and check icon by vectors
- unselected pages are now not faded out by being 50% translucent to the
page shadow anymore, they are explcityly faded out by being 50% translucent
to a defined background color
- No need for our own animations as the recyclerview does all the
animations for us

Fixes: 28885729
Change-Id: I70d2db89c4124bf5ef528c65b5f79d189da43857
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/PreviewPageFrame.java
a7bb6fbeab933326d58aa806d8194b7b13239d34 04-Feb-2015 Dianne Hackborn <hackbod@google.com> First quick implementation of auto assist data.

Introduce new AssistData class that contains all data
the framework automatically generates for assist. Currently
populated with a very simple tree structure representing
the app's view hierarchy.

Reworked how we populate the class name for accessibility
info, so this is provided through a new method call on View
that subclasses can override. This method is also used
to populate the class name in AssistData.

Change-Id: Ibd0acdc8354727d4291473283b5e4b70894905dc
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/PreviewPageFrame.java
e652b02d45bbda11c9cb8f663fa7f25903b90225 10-Sep-2014 Svetoslav <svetoslavganov@google.com> Accessibilty support for the print UI.

bug:15816751

Change-Id: I5dcdbdd0357843b870ddd47d7c41cfba114d194c
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/PreviewPageFrame.java