summaryrefslogtreecommitdiff
path: root/core/java/android/view/FocusFinder.java
AgeCommit message (Expand)Author
2020-07-24Update FocusFinderYabin Huang
2017-11-15Merge "Avoid overflow in focus fudge calculation"Niklas Brunlid
2017-11-14Avoid overflow in focus fudge calculationNiklas Brunlid
2017-09-11Merge "Fixed some small keyboard nav bugs (TabHost, directional focus)" into ...Evan Rosky
2017-08-02Gracefully handle focus loops created by app dev.Evan Rosky
2017-07-31Fixed some small keyboard nav bugs (TabHost, directional focus)Evan Rosky
2017-05-01Don't focus search user-specified views which are invisibleEvan Rosky
2017-04-18Merge "Ignore nested keyboard navigation clusters" into oc-devEvan Rosky
2017-04-12Ignore nested keyboard navigation clustersEvan Rosky
2017-04-12Improve rect-level focus orderingEvan Rosky
2017-04-07Fix focus ordering with duplicate idsEvan Rosky
2017-04-04Merge "More finishing-up of cluster implementation" into oc-devEvan Rosky
2017-04-03Handle edge-case where the focus-search root is focusedEvan Rosky
2017-03-29Allow cluster navigation to jump into touchscreenBlocksFocusEvan Rosky
2017-03-29More finishing-up of cluster implementationEvan Rosky
2017-03-09Merge "Revert "Fixed poor behavior of position-based focus order""Evan Rosky
2017-03-09Revert "Fixed poor behavior of position-based focus order"Evan Rosky
2017-02-24Merge "Fixed poor behavior of position-based focus order"Evan Rosky
2017-02-21Add focusdirection annotations to cluster methodsEvan Rosky
2017-02-21Fixed poor behavior of position-based focus orderEvan Rosky
2017-01-31Default focus order now tries to adhere to view hierarchyEvan Rosky
2017-01-19Eliminating sections.Vadim Tryshev
2017-01-06Using official names for clusters and sections.Vadim Tryshev
2017-01-03Introducing teleportation between sections.Vadim Tryshev
2016-12-15Teleportation between clusters.Vadim Tryshev
2015-11-05Have focus avoid middle of a foucs chain when possible.George Mount
2013-05-07Fix bug #8839681 Reversed Textbox focus order on RTL and android:imeOptions="...Fabrice Di Meglio
2012-09-18Fix bug #7173155 API REVIEW: android.view.ViewFabrice Di Meglio
2012-07-02Remove the accessibility focus search code.Svetoslav Ganov
2012-06-23resolved conflicts for merge of f8f76d52 to jb-dev-plus-aospJean-Baptiste Queru
2012-06-05Add the possibility to modify the View focus rectTobias Dubois
2012-05-14Improving accessibility focus traversal.Svetoslav Ganov
2012-04-30Finding focus for from rectangle now working.Svetoslav Ganov
2012-04-23Removing hierarchical accessibility focus directions.Svetoslav Ganov
2012-04-13Accessibility focus - frameworkSvetoslav Ganov
2012-03-27Improve FocusFinder for RTL supportFabrice Di Meglio
2012-03-23Fix bug #6213159 FocusFinder should be able to take care of Views directionFabrice Di Meglio
2010-12-17Add initial support for TAB navigation.Jeff Brown
2010-09-12fix typo in comment @beamsOverlapmadan ankapura
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project