summaryrefslogtreecommitdiff
path: root/core/java/android/widget/GridView.java
Commit message (Expand)AuthorAgeFilesLines
* Expose GridView/Layout APIs via @RemotableViewMethodStevie Kideckel2021-04-211-0/+7
* 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
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Rename @EnumEntry and @FlagEntryAshley Rose2019-03-181-4/+4
* Merge "Dark-greylists fill() methods in ListView and GridView"Louis Pullen-Freilich2019-02-271-2/+2
|\
| * Dark-greylists fill() methods in ListView and GridViewLouis Pullen-Freilich2019-02-061-2/+2
* | Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* | Restrict access to mRequestedNumColumns.Filip Pavlis2019-02-061-1/+1
|/
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+13
* Merge "Mark GridView mColumnWidth as maxTargetSdk P"TreeHugger Robot2018-12-031-1/+1
|\
| * Mark GridView mColumnWidth as maxTargetSdk PIan Lake2018-11-301-1/+2
* | Mark GridView mNumColumns as maxTargetSdk PIan Lake2018-11-301-1/+2
|/
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+12
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-1/+6
* Enabled (asymmetric) tab selection in GridViewEvan Rosky2017-05-151-12/+9
* Merge "Adding support for async view loading in RemoteViewsAdapter"Sunny Goyal2016-10-271-1/+1
|\
| * Adding support for async view loading in RemoteViewsAdapterSunny Goyal2016-09-291-1/+1
* | Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-77/+77
|/
* Set up view state before attaching, jump drawables if neededAlan Viverette2016-07-071-50/+57
* DO NOT MERGE Fix conditional when checking for confirm key.Michael Wright2016-03-161-1/+1
* Fix GridView isHeading computationSteven Dao2016-02-051-1/+1
* Make KEYCODE_SPACE a confirm key.Michael Wright2015-12-141-23/+9
* Avoid OOBE when AbsListView layout is out of sync with adapterAlan Viverette2015-09-141-0/+2
* Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell2015-06-111-1/+1
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+9
* Change direction of DPAD_LEFT and DPAD_RIGHT if LayoutDirection is RTLJorn Jacobsson2015-04-241-14/+13
* Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski2015-04-161-1/+2
* Add accessibility action for scrolling to a collection positionAlan Viverette2015-04-061-8/+42
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-5/+2
* Fix accessibility delegationAlan Viverette2015-01-071-4/+6
* Use correct row/column order in list and grid CollectionItemsAlan Viverette2014-09-081-2/+2
* Fix RTL horizontal spacing in GridviewYigit Boyar2014-08-071-2/+3
* DO NOT MERGE Remove sub-position scrollerAlan Viverette2014-07-141-34/+0
* Persist selector on ListView and GridView layoutAlan Viverette2014-06-191-5/+21
* Check for null view root before checking for accessibility focusAlan Viverette2014-02-241-21/+24
* Fix transient state, accessibility focus in ListView, GridViewAlan Viverette2014-02-181-28/+43
* Merge "Refactor AbsListView position scrollers for better abstraction"Alan Viverette2014-02-141-7/+33
|\
| * Refactor AbsListView position scrollers for better abstractionAlan Viverette2014-02-131-7/+33
* | Add selection properties to CollectionInfo, CollectionItemInfoAlan Viverette2014-02-121-2/+6
|/
* Update smoothScrollToPosition to move faster for large offsetsAlan Viverette2014-02-121-0/+10
* Revert "Update smoothScrollToPosition to move faster for large offsets"Adam Powell2014-01-211-10/+0
* Update smoothScrollToPosition to move faster for large offsetsAlan Viverette2014-01-061-0/+10
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* Restore A11y and keyboard focus positions after GridView layoutAlan Viverette2013-10-301-1/+40
* Add typedefs and nullness annotations.Tor Norbye2013-09-111-1/+11
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+8
* Implement new accessibility APIs in lists, text viewAlan Viverette2013-08-281-0/+35