History log of /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/CascadingMenuPopup.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2c1bad7ecd5879bf0f29ce2ce1bc5bd67a3f4682 25-Aug-2016 Aurimas Liutikas <aurimas@google.com> Remove all the extra accessor methods added by javac in support-v7-appcompat.

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 196 methods in our jar.

Bug: 31075707
Change-Id: I2592b845b920384ff523fe130f634d5808a382a8
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/CascadingMenuPopup.java
7621c91e7d841a83eb09b9d26ead84f96d6572bb 27-Jul-2016 Chris Banes <chrisbanes@google.com> Fix list menu not closing when sub menu opened
am: c9b31694a6

Change-Id: I53185d00fe985714432d8b1fd71685bd19de8581
c9b31694a631e135b85b2cf36a8e455e196a68e2 27-Jul-2016 Chris Banes <chrisbanes@google.com> Fix list menu not closing when sub menu opened

In the backport of N's new cascading menu, a close()
call was removed to enable it. This breaks sub menus
when there is more than one presenter, such as a list
menu.

Fixed by calling close() when we're using cascading
menus.

BUG: 30360959
Change-Id: If814d76b58ec1d4e46dcc1f15926a729c383331e
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/CascadingMenuPopup.java
e1e6484a2a2b58ec5ff8d22c437b122b2823f3c6 27-Jul-2016 Chris Banes <chrisbanes@google.com> Fix CascadingMenuPopup width on API 19 and below

Happens because CascadingMenuPopup calls setWidth() rather
than setContentWidth() like StandardMenuPopup does.
setContentWidth() takes into account any padding in the popup
background, which we use since the drawable is a 9-patch on
API <= 19.

BUG: 30365568
Change-Id: I2cfeb83e9dd33ac46ab9a445b4dcdf999c507ce7
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/CascadingMenuPopup.java
d6e47228c44aaadb0d4518da6db5c3f5dffda1ab 21-Apr-2016 Chris Banes <chrisbanes@google.com> Backport framework changes to AppCompat

Changes includes:

- Menu popup updates
- SwitchCompat tinting APIs
- Various bug fixes from the framework

BUG: 28262702

Change-Id: Id263334df8f921b6379366f4b383d35468dcde41
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/CascadingMenuPopup.java
6142a54baae3289f734947c6b5375b12eb0fb722 27-Jan-2016 Chris Banes <chrisbanes@google.com> Backport framework popup improvements to AppCompat

Lots of changes here, including cascading menus on
large screens, titles on popups and other popupy things.

BUG: 26816906

Change-Id: I79f4692d30fea247f419102a455c50e8b9a665f3
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/CascadingMenuPopup.java