History log of /frameworks/base/core/java/com/android/internal/view/ActionBarPolicy.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b635fdaf22795817f9417c475e82bfb0191dd5bd 04-Dec-2015 Filip Gruszczynski <gruszczy@google.com> Remove some sized based resource (match support lib removal).

Bug: 25394588
Change-Id: I5b5b446667fc6ec028ec259da236967d3b2d22d2
/frameworks/base/core/java/com/android/internal/view/ActionBarPolicy.java
6c54e72892bdddd8453cfce40725ed3159d53b11 17-Nov-2015 Filip Gruszczynski <gruszczy@google.com> Swtich from max_action_buttons resource to a method.

We want to limit the number of size thresholds that an application will
report. Instead of using a dimen resource that will increase the number
of thresholds, we calculate the max number of action buttons dynamically
in code.

Bug: 25394588
Change-Id: I8ece331cd02fb116b49734003cec112708d27f85
/frameworks/base/core/java/com/android/internal/view/ActionBarPolicy.java
6090995951c6e2e4dcf38102f01793f8a94166e1 19-Nov-2013 John Spurlock <jspurlock@google.com> Remove unused imports from frameworks/base.

Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
/frameworks/base/core/java/com/android/internal/view/ActionBarPolicy.java
ea04f3cfc6e245fb415fd352ed0048cd940a46fe 11-Jul-2013 Adam Powell <adamp@google.com> Always show overflow buttons on action bars

The menu button is not pining, it's passed on! This button is no more!
It has ceased to be! It's expired and gone to meet its maker! It's a
stiff! Bereft of life, it rests in peace! If you hadn't nailed it to a
flagship device it'd be pushing up the daisies!

THIS IS AN EX-BUTTON!!

Change-Id: Id523ef8efa7d0fa7120f8430222ac892fcafefda
/frameworks/base/core/java/com/android/internal/view/ActionBarPolicy.java
4207fda51babb3892652fcdc901295c81876a38f 01-Mar-2013 Justin Koh <justinkoh@google.com> Add policy check to always show overflow menu button on TV devices.

Add policy check to always show overflow menu button on TV devices.
Bug: 8236681

Change-Id: I4f92eef7a6d530feb698f83b0720b36115f7a04a
/frameworks/base/core/java/com/android/internal/view/ActionBarPolicy.java
b8139af3dcae80c0030afd0354dc424a7c72c3d9 19-Apr-2012 Adam Powell <adamp@google.com> Adjust action bar tab policies

Action bar tabs now stack in portrait mode on all screen sizes rather
than display embedded. This only affects apps with a targetSdkVersion
of JB or greater, as older apps may not be prepared for the different
measurement of the bar or have an appropriate stacked bar background
drawable.

Stacked action bar tabs now have a width limit. This prevents
super-wide tabs that can span the whole screen. The cluster of tabs
is centered if it does not span the full width.

Add ActionBarPolicy to give a single point to query for various action
bar measurements and behaviors that vary with configuration.

Change-Id: I01162ca009c14f6f0e712fc906b9db6382c738cd
/frameworks/base/core/java/com/android/internal/view/ActionBarPolicy.java