History log of /frameworks/support/v4/jellybean/android/support/v4/view/ViewCompatJB.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
03526560f132021f8fd7290259762ab362d4d567 28-May-2015 Doris Liu <tianliu@google.com> Support Lib: Set a HW layer for Fragment alpha animation

Change-Id: I477c410f7b932e7a9d737f85fa33bef0ba7c02e8
/frameworks/support/v4/jellybean/android/support/v4/view/ViewCompatJB.java
8bfc13aa27c414b549679a3f0418205851dc38c6 28-May-2015 Doris Liu <tianliu@google.com> Revert "Support Lib: Set a HW layer for Fragment alpha animation"

This reverts commit 064fb71370836a8b16f021695127c043dca8c7c4.

Change-Id: I25710f34646b2b6e0815e421ba4f8d7103a5bc29
/frameworks/support/v4/jellybean/android/support/v4/view/ViewCompatJB.java
064fb71370836a8b16f021695127c043dca8c7c4 13-May-2015 Doris Liu <tianliu@google.com> Support Lib: Set a HW layer for Fragment alpha animation

This CL sets a HW layer for alpha animation to reduce the amount of
overdraw.

Bug: 8554227
Change-Id: Iae19ff370ed0e33614eeb520fe22aae98a0b89b1
/frameworks/support/v4/jellybean/android/support/v4/view/ViewCompatJB.java
f9c35128decbd812ff2497852ccacbd1ffbbd811 18-Sep-2014 Adam Powell <adamp@google.com> DrawerLayout insets support for drawing under the status bar

When DrawerLayout is set to android:fitSystemWindows="true", it can
now intelligently apply insets to child views as well as draw
background protection for the status bar.

If a child view does not itself specify fitsSystemWindows=true, it
will have its margins altered to inset for the system window insets.
If the child does, it will have insets dispatched to it accordingly.

Bug 17547635

Change-Id: Ifa8e2a681ad4915421715870cb8be27df76e1132
/frameworks/support/v4/jellybean/android/support/v4/view/ViewCompatJB.java
49c78900da0d43140fb602431fb93212bd7f6c70 15-Jul-2014 Chris Banes <chrisbanes@google.com> Update internal Action Bar implementation to L

This CL brings all of the internal widgets and helpers
for the Action Bar up to date with L. We now only use the
unbundled ActionBar/ToolBar implementation. This is to ease
integration and make styling simpler.

Change-Id: I267c9ee90b5707d997910c57242e26130f2dbcf8
/frameworks/support/v4/jellybean/android/support/v4/view/ViewCompatJB.java
f2b93981846ce21a06b6a92a5a6ba70a29c345ed 18-Apr-2014 Adam Powell <adamp@google.com> Give RecyclerView LayoutManagers control over measurement

Add an onMeasure call to RecyclerView.LayoutManager and turn
RecyclerView#onMeasure into a passthrough. Default implementation
behaves much like View's standard implementation of measurement.

Add supporting functionality for getting min width/height in
ViewCompat.

Change-Id: Ic7b95f85520d31191f663f6cf3e96880468e20a2
/frameworks/support/v4/jellybean/android/support/v4/view/ViewCompatJB.java
84bbe6fe39c63a7e67a3ca937981a463c11ac9ed 03-Jun-2013 Scott Main <smain@google.com> make various compat classes package only

Change-Id: Icc42b95455cc572cee9a583a22e55febb7663fba
/frameworks/support/v4/jellybean/android/support/v4/view/ViewCompatJB.java
3cf6141d516a0a6170823b1bda5c0b6d7500e76c 17-Apr-2013 Adam Powell <adamp@google.com> Tweak accessibility handling for SlidingPaneLayout/DrawerLayout

There isn't an easy way to populate an AccessibilityNodeInfo for just
the current view and prune children on all versions. Approximate it by
selectively copying from a temp node instead.

Bug 8449118

Change-Id: I5d5abb56c27a4cca2607ea8e3dd744105365cbc5
/frameworks/support/v4/jellybean/android/support/v4/view/ViewCompatJB.java
0d4ffdf13a16b1ce2f3bc458002374cdd25663c3 19-Jul-2012 alanv <alanv@google.com> Add performAccessibilityAction() to ViewCompat

Change-Id: Ic3d295eee8515564d42c9db19407aa85922132c7
/frameworks/support/v4/jellybean/android/support/v4/view/ViewCompatJB.java
25121559b53b9f6c7ef7159203d42e11b9aee281 15-May-2012 Svetoslav Ganov <svetoslavganov@google.com> Adding support for accessibility scroll actions to ViewPager.

1. We have added scroll actions in JellyBean and this patch
adds supports for such to the ViewPager in a backwards
compatible manner.

2. Added the required accessibility API to the support library
to implement the above functionality.

bug:5932640

Change-Id: I569af5622914f7463daefdd74d55d807d273bfb5
/frameworks/support/v4/jellybean/android/support/v4/view/ViewCompatJB.java
ec03704fbb4f0217d4c274d1c6cf56e6ea4dcfbd 12-Apr-2012 Adam Powell <adamp@google.com> Add support for postOnAnimation View methods for JB.

Fallback variants for older platform versions post runnables with a
timeout value lower than that needed to achieve 60fps.

Change-Id: I807a1cbe82111a29e9459de0892f253348717c7b
/frameworks/support/v4/jellybean/android/support/v4/view/ViewCompatJB.java
c95beb648f59c89c6bd7b0eed0a8b266a1b287e2 28-Feb-2012 Adam Powell <adamp@google.com> Add transient state APIs to ViewCompat

Change-Id: I84b5e82f1a7b79cd18474a2cdd78400cc2ac3e0a
/frameworks/support/v4/jellybean/android/support/v4/view/ViewCompatJB.java