summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewConfiguration.java
Commit message (Expand)AuthorAgeFilesLines
* Make sure AmbiguousGestureMultiplier could start from 1arthurhung2020-05-081-1/+1
* Report incorrect context usage in ViewConfigurationChris Li2020-03-261-7/+31
* Report bounds instead of size in WindowMetricsAndrii Kulian2020-03-241-3/+3
* resolve merge conflicts of 7e0769b219257a5053ad79160574892c5aca9ca2 to rvc-devSiarhei Vishniakou2020-03-211-2/+2
|\
| * Disable deep press when long press is longSiarhei Vishniakou2020-03-201-1/+2
* | Merge changes from topic "add_bundle_to_window_context"Andrii Kulian2020-01-311-5/+4
|\ \
| * | Exempt-From-Owner-Approval: Fix usages of WindowManager.getDefaultDisplay() i...Andrii Kulian2020-01-311-5/+4
* | | Move ViewConfiguration#AMBIGUOUS_GESTURE_MULTIPLIER to config.xml.Philip Quinn2020-01-241-7/+30
|/ /
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* | Revert "Be less slow"John Reck2019-11-141-2/+6
* | Be less slowJohn Reck2019-10-301-6/+2
|/
* Add a longpress timeout config for screenshot chordEdward Savage-Jones2019-04-091-0/+23
* getScaledMinScalingSpan -> getScaledMinimum...shepshapard2019-02-261-1/+1
* Linkify CLASSIFICATION_AMBIGUOUS_GESTURESiarhei Vishniakou2019-02-231-2/+2
* Prevent reflection - ScaleGestureDetector#mMinSpanshepshapard2019-02-081-0/+30
* Don't allow reflection on ViewConfiguration#sHasPermanentMenuKey.Sumir Kataria2019-02-041-1/+2
* Move multiplier to ViewConfigurationSiarhei Vishniakou2019-01-311-0/+22
* Support hasNavigationBar per display(1/2)Charles Chen2018-11-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+11
* Add @TestApi annotation to a few @hide APIs that were used in CTS.Aurimas Liutikas2018-08-131-0/+1
* Add ViewConfiguration.shouldShowMenuShortcutsWhenKeyboardPresentVladislav Kaznacheev2018-02-261-0/+15
* Filter out position jitter in hover tooltip handlingVladislav Kaznacheev2017-12-121-0/+12
* Reduce a11y shortcut timeout from 1.5sec to 1secEugene Susla2017-10-311-1/+1
* Reduce a11y shortcut timeout after dialog confirmationEugene Susla2017-10-191-2/+16
* Revert "Revert "Make scrollbarSize in Material Design theme configurable""Tarun Lohani2017-06-161-2/+3
* Revert "Make scrollbarSize in Material Design theme configurable"Vladislav Kaznacheev2017-04-121-3/+2
* Split scroll factor into a 2d float.Aaron Whyte2017-03-291-8/+37
* Make scrollbarSize in Material Design theme configurableVladislav Kaznacheev2017-02-171-2/+3
* Introduce a minimum scrollbar touch target sizeVladislav Kaznacheev2017-02-101-0/+17
* New accessibility shortcut.Phil Weaver2017-01-181-0/+19
* Implement tooltip support in ViewVladislav Kaznacheev2016-11-221-0/+63
* Add ViewConfiguration.getScaledScrollFactor()Ned Burns2016-08-181-0/+18
* Add panic detection to back buttonAnthony Hugh2016-08-031-0/+16
* Fix ActionMode.snooze APIAbodunrinwa Toki2015-06-051-5/+5
* Hide floating toolbar when user interacts with screen.Abodunrinwa Toki2015-05-191-0/+12
* Revert "Use ObjectAnimator for fading scrollbars, set initial duration to 1500"Alan Viverette2015-02-271-17/+1
* Use ObjectAnimator for fading scrollbars, set initial duration to 1500Alan Viverette2015-02-201-1/+17
* am 9241a8d6: am 8031fa01: Fix build due to @deprecated tag not having contentJustin Koh2014-05-061-1/+1
|\
| * Fix build due to @deprecated tag not having contentJustin Koh2014-05-051-1/+1
* | am fd04632a: am 3caf9258: Merge "Hide getDeviceGlobalActionKeyTimeout" into k...Justin Koh2014-05-051-1/+3
|\|
| * Hide getDeviceGlobalActionKeyTimeoutJustin Koh2014-05-051-1/+3
* | am 9abf0b90: am 60158445: Merge "Make global action key timeout configurable....Justin Koh2014-05-021-0/+16
|\|
| * Make global action key timeout configurable.Justin Koh2014-05-021-0/+16
* | am ed7e36dc: am d5e92318: Merge "Update fling min velocity" into klp-modular-devMindy Pereira2014-05-011-2/+5
|\|
| * Update fling min velocityMindy Pereira2014-04-301-2/+5
| * Add a config override for ViewConfiguration#hasPermanentMenuKeyAdam Powell2014-03-111-6/+33
* | Lower tap timeout to 100ms, because 180ms is a lot of msAlan Viverette2014-03-171-1/+1
* | Add a config override for ViewConfiguration#hasPermanentMenuKeyAdam Powell2013-12-041-6/+33
|/
* Add a minimum timeout for double-tap in GestureDetectorAdam Powell2013-09-051-0/+18
* Remove concept of system bar from window manager.John Spurlock2013-06-141-1/+1