summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewConfiguration.java
Commit message (Expand)AuthorAgeFilesLines
* Fix ViewConfiguration's ArrayIndexOutOfBoundsException优秀2022-11-191-1/+1
* base: set scrolling friction to 0.006fJake Weinstein2022-09-221-1/+1
* Remove preferKeepClearAreaForFocusDelay, turn it into a flagRobert Horvath2022-05-191-8/+8
* Expose getPreferKeepClearForFocusDelay as TestApiRobert Horvath2022-03-041-0/+1
* Mark focused Views as keep clear areasRobert Horvath2022-03-021-0/+13
* Nullability annotations for view and widgetAlan Viverette2022-02-031-2/+3
* Merge "Remove WindowManager usage in ViewConfiguration" into sc-v2-dev am: d5...Charles Chen2021-08-261-3/+2
|\
| * Remove WindowManager usage in ViewConfigurationCharles Chen2021-08-261-3/+2
* | Make sure adb shell input keyevent --longpress KEYCODE_DPAD_CENTER triggers V...Philip Junker2021-08-091-0/+2
|/
* Allow config context to inflate viewsCharles Chen2021-04-071-16/+2
* Make SelectionActionModeHelper hardcoded constants configurable.Joanne Chung2021-03-021-0/+39
* Make ViewConfiguration#getMultiPressTimeout publicKyunglyul Hyun2020-11-021-1/+0
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+1
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+1
* Set the default screenshot delay to 0msMiranda Kephart2020-09-031-1/+1
* Annotating context in framework baseCharles Chen2020-08-031-2/+4
* Revert "Revert "Enable IMS and its config context to obtain UI component""Charles Chen2020-06-291-2/+3
* Revert "Enable IMS and its config context to obtain UI component"Alistair Delva2020-06-241-3/+2
* Enable IMS and its config context to obtain UI componentCharles Chen2020-06-231-2/+3
* 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