index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
ViewConfiguration.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge changes from topic "add_bundle_to_window_context"
Andrii Kulian
2020-01-31
1
-5
/
+4
|
\
|
*
Exempt-From-Owner-Approval: Fix usages of WindowManager.getDefaultDisplay() i...
Andrii Kulian
2020-01-31
1
-5
/
+4
*
|
Move ViewConfiguration#AMBIGUOUS_GESTURE_MULTIPLIER to config.xml.
Philip Quinn
2020-01-24
1
-7
/
+30
|
/
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Revert "Be less slow"
John Reck
2019-11-14
1
-2
/
+6
*
Be less slow
John Reck
2019-10-30
1
-6
/
+2
*
Add a longpress timeout config for screenshot chord
Edward Savage-Jones
2019-04-09
1
-0
/
+23
*
getScaledMinScalingSpan -> getScaledMinimum...
shepshapard
2019-02-26
1
-1
/
+1
*
Linkify CLASSIFICATION_AMBIGUOUS_GESTURE
Siarhei Vishniakou
2019-02-23
1
-2
/
+2
*
Prevent reflection - ScaleGestureDetector#mMinSpan
shepshapard
2019-02-08
1
-0
/
+30
*
Don't allow reflection on ViewConfiguration#sHasPermanentMenuKey.
Sumir Kataria
2019-02-04
1
-1
/
+2
*
Move multiplier to ViewConfiguration
Siarhei Vishniakou
2019-01-31
1
-0
/
+22
*
Support hasNavigationBar per display(1/2)
Charles Chen
2018-11-28
1
-1
/
+1
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-20
1
-0
/
+11
*
Add @TestApi annotation to a few @hide APIs that were used in CTS.
Aurimas Liutikas
2018-08-13
1
-0
/
+1
*
Add ViewConfiguration.shouldShowMenuShortcutsWhenKeyboardPresent
Vladislav Kaznacheev
2018-02-26
1
-0
/
+15
*
Filter out position jitter in hover tooltip handling
Vladislav Kaznacheev
2017-12-12
1
-0
/
+12
*
Reduce a11y shortcut timeout from 1.5sec to 1sec
Eugene Susla
2017-10-31
1
-1
/
+1
*
Reduce a11y shortcut timeout after dialog confirmation
Eugene Susla
2017-10-19
1
-2
/
+16
*
Revert "Revert "Make scrollbarSize in Material Design theme configurable""
Tarun Lohani
2017-06-16
1
-2
/
+3
*
Revert "Make scrollbarSize in Material Design theme configurable"
Vladislav Kaznacheev
2017-04-12
1
-3
/
+2
*
Split scroll factor into a 2d float.
Aaron Whyte
2017-03-29
1
-8
/
+37
*
Make scrollbarSize in Material Design theme configurable
Vladislav Kaznacheev
2017-02-17
1
-2
/
+3
*
Introduce a minimum scrollbar touch target size
Vladislav Kaznacheev
2017-02-10
1
-0
/
+17
*
New accessibility shortcut.
Phil Weaver
2017-01-18
1
-0
/
+19
*
Implement tooltip support in View
Vladislav Kaznacheev
2016-11-22
1
-0
/
+63
*
Add ViewConfiguration.getScaledScrollFactor()
Ned Burns
2016-08-18
1
-0
/
+18
*
Add panic detection to back button
Anthony Hugh
2016-08-03
1
-0
/
+16
*
Fix ActionMode.snooze API
Abodunrinwa Toki
2015-06-05
1
-5
/
+5
*
Hide floating toolbar when user interacts with screen.
Abodunrinwa Toki
2015-05-19
1
-0
/
+12
*
Revert "Use ObjectAnimator for fading scrollbars, set initial duration to 1500"
Alan Viverette
2015-02-27
1
-17
/
+1
*
Use ObjectAnimator for fading scrollbars, set initial duration to 1500
Alan Viverette
2015-02-20
1
-1
/
+17
*
am 9241a8d6: am 8031fa01: Fix build due to @deprecated tag not having content
Justin Koh
2014-05-06
1
-1
/
+1
|
\
|
*
Fix build due to @deprecated tag not having content
Justin Koh
2014-05-05
1
-1
/
+1
*
|
am fd04632a: am 3caf9258: Merge "Hide getDeviceGlobalActionKeyTimeout" into k...
Justin Koh
2014-05-05
1
-1
/
+3
|
\
|
|
*
Hide getDeviceGlobalActionKeyTimeout
Justin Koh
2014-05-05
1
-1
/
+3
*
|
am 9abf0b90: am 60158445: Merge "Make global action key timeout configurable....
Justin Koh
2014-05-02
1
-0
/
+16
|
\
|
|
*
Make global action key timeout configurable.
Justin Koh
2014-05-02
1
-0
/
+16
*
|
am ed7e36dc: am d5e92318: Merge "Update fling min velocity" into klp-modular-dev
Mindy Pereira
2014-05-01
1
-2
/
+5
|
\
|
|
*
Update fling min velocity
Mindy Pereira
2014-04-30
1
-2
/
+5
|
*
Add a config override for ViewConfiguration#hasPermanentMenuKey
Adam Powell
2014-03-11
1
-6
/
+33
*
|
Lower tap timeout to 100ms, because 180ms is a lot of ms
Alan Viverette
2014-03-17
1
-1
/
+1
*
|
Add a config override for ViewConfiguration#hasPermanentMenuKey
Adam Powell
2013-12-04
1
-6
/
+33
|
/
*
Add a minimum timeout for double-tap in GestureDetector
Adam Powell
2013-09-05
1
-0
/
+18
*
Remove concept of system bar from window manager.
John Spurlock
2013-06-14
1
-1
/
+1
*
Refactor for multi-display support.
Jeff Brown
2012-08-19
1
-2
/
+3
*
Stop using raw display size except in window manager.
Jeff Brown
2012-07-25
1
-3
/
+6
*
Remove obsolete optimization
Romain Guy
2012-07-12
1
-18
/
+0
*
Changing the interaction model of the touch explorer.
Svetoslav Ganov
2012-05-21
1
-22
/
+1
*
Accessibility focus - framework
Svetoslav Ganov
2012-04-13
1
-6
/
+6
[next]