summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewConfiguration.java
AgeCommit message (Expand)Author
2022-05-07ViewConfiguration: Set scroll friction to 0.006fAlex Naidis
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2021-04-07Allow config context to inflate viewsCharles Chen
2021-03-02Make SelectionActionModeHelper hardcoded constants configurable.Joanne Chung
2020-11-02Make ViewConfiguration#getMultiPressTimeout publicKyunglyul Hyun
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-09-03Set the default screenshot delay to 0msMiranda Kephart
2020-08-03Annotating context in framework baseCharles Chen
2020-06-29Revert "Revert "Enable IMS and its config context to obtain UI component""Charles Chen
2020-06-24Revert "Enable IMS and its config context to obtain UI component"Alistair Delva
2020-06-23Enable IMS and its config context to obtain UI componentCharles Chen
2020-05-08Make sure AmbiguousGestureMultiplier could start from 1arthurhung
2020-03-26Report incorrect context usage in ViewConfigurationChris Li
2020-03-24Report bounds instead of size in WindowMetricsAndrii Kulian
2020-03-21resolve merge conflicts of 7e0769b219257a5053ad79160574892c5aca9ca2 to rvc-devSiarhei Vishniakou
2020-03-20Disable deep press when long press is longSiarhei Vishniakou
2020-01-31Merge changes from topic "add_bundle_to_window_context"Andrii Kulian
2020-01-31Exempt-From-Owner-Approval: Fix usages of WindowManager.getDefaultDisplay() i...Andrii Kulian
2020-01-24Move ViewConfiguration#AMBIGUOUS_GESTURE_MULTIPLIER to config.xml.Philip Quinn
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-14Revert "Be less slow"John Reck
2019-10-30Be less slowJohn Reck
2019-04-09Add a longpress timeout config for screenshot chordEdward Savage-Jones
2019-02-26getScaledMinScalingSpan -> getScaledMinimum...shepshapard
2019-02-23Linkify CLASSIFICATION_AMBIGUOUS_GESTURESiarhei Vishniakou
2019-02-08Prevent reflection - ScaleGestureDetector#mMinSpanshepshapard
2019-02-04Don't allow reflection on ViewConfiguration#sHasPermanentMenuKey.Sumir Kataria
2019-01-31Move multiplier to ViewConfigurationSiarhei Vishniakou
2018-11-28Support hasNavigationBar per display(1/2)Charles Chen
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-13Add @TestApi annotation to a few @hide APIs that were used in CTS.Aurimas Liutikas
2018-02-26Add ViewConfiguration.shouldShowMenuShortcutsWhenKeyboardPresentVladislav Kaznacheev
2017-12-12Filter out position jitter in hover tooltip handlingVladislav Kaznacheev
2017-10-31Reduce a11y shortcut timeout from 1.5sec to 1secEugene Susla
2017-10-19Reduce a11y shortcut timeout after dialog confirmationEugene Susla
2017-06-16Revert "Revert "Make scrollbarSize in Material Design theme configurable""Tarun Lohani
2017-04-12Revert "Make scrollbarSize in Material Design theme configurable"Vladislav Kaznacheev
2017-03-29Split scroll factor into a 2d float.Aaron Whyte
2017-02-17Make scrollbarSize in Material Design theme configurableVladislav Kaznacheev
2017-02-10Introduce a minimum scrollbar touch target sizeVladislav Kaznacheev
2017-01-18New accessibility shortcut.Phil Weaver
2016-11-22Implement tooltip support in ViewVladislav Kaznacheev
2016-08-18Add ViewConfiguration.getScaledScrollFactor()Ned Burns
2016-08-03Add panic detection to back buttonAnthony Hugh
2015-06-05Fix ActionMode.snooze APIAbodunrinwa Toki
2015-05-19Hide floating toolbar when user interacts with screen.Abodunrinwa Toki
2015-02-27Revert "Use ObjectAnimator for fading scrollbars, set initial duration to 1500"Alan Viverette
2015-02-20Use ObjectAnimator for fading scrollbars, set initial duration to 1500Alan Viverette