History log of /frameworks/base/core/java/android/view/KeyboardShortcutGroup.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
35a078fb484941727f0307819e64a9621797d777 26-May-2017 Clara Bayarri <clarabayarri@google.com> Expose hidden apis used by CTS as TestApi

Bug: 62066271
Test: See topic
Change-Id: I746189fe18ee465d7ada2de59e77a13566b9941f
/frameworks/base/core/java/android/view/KeyboardShortcutGroup.java
67e2ae86396c6d0f989285275cbf908dee5e71f7 12-Oct-2016 Aurimas Liutikas <aurimas@google.com> Fix import statement in view|transition|animation packages.

This change also remove trailing whitespace.

Test: code still compiles
Change-Id: I7eff4546320d67d2bae58d31bad0625ea0791b8f
/frameworks/base/core/java/android/view/KeyboardShortcutGroup.java
8861cb002f75d3dffef922c28fc0dbaca771ed11 20-Jan-2016 Andrei Stingaceanu <stg@google.com> Keyboard Shortcuts UI - add shortcuts to dialog.

This is the first UI iteration which contains elements for
displaying the keyboard shortcuts. Is is by no means final,
the following items (and maybe more) still need to be actioned:

* no UI for phone
* no view for system shortcuts (which contain icons)
* the shortcut items container needs a custom layout which
needs to wrap and right align elements (prototype done)
* find or build an util which can produce human readable
names of the baseCharacter and the modifiers (so far I
found a few functions, none of them good)
* not pixel-perfect
* the scrollbar does not show
* the last separator (before the DONE button) is not
visible

Change-Id: I0d191e9516ab8f4728f40b3eefe9d854249ee7a8
/frameworks/base/core/java/android/view/KeyboardShortcutGroup.java
75e097965cc273d33192555b0e65de3dbc1753ce 29-Jul-2015 Clara Bayarri <clarabayarri@google.com> Request Keyboard Shortcuts for SysUI Dialog via Window

Keyboard shortcuts are requested via WindowManager, and
the request pipes through to the view root and the window
callback.

Bug: 22405482
Change-Id: Ic0071e91c7b554be3ac9df71e9539ee8a60e822e
/frameworks/base/core/java/android/view/KeyboardShortcutGroup.java