summaryrefslogtreecommitdiff
path: root/core/java/android/widget/GridView.java
AgeCommit message (Expand)Author
2021-04-21Expose GridView/Layout APIs via @RemotableViewMethodStevie Kideckel
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-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-18Rename @EnumEntry and @FlagEntryAshley Rose
2019-02-27Merge "Dark-greylists fill() methods in ListView and GridView"Louis Pullen-Freilich
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-06Restrict access to mRequestedNumColumns.Filip Pavlis
2019-02-06Dark-greylists fill() methods in ListView and GridViewLouis Pullen-Freilich
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-12-03Merge "Mark GridView mColumnWidth as maxTargetSdk P"TreeHugger Robot
2018-11-30Mark GridView mColumnWidth as maxTargetSdk PIan Lake
2018-11-30Mark GridView mNumColumns as maxTargetSdk PIan Lake
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-05-15Enabled (asymmetric) tab selection in GridViewEvan Rosky
2016-10-27Merge "Adding support for async view loading in RemoteViewsAdapter"Sunny Goyal
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-09-29Adding support for async view loading in RemoteViewsAdapterSunny Goyal
2016-07-07Set up view state before attaching, jump drawables if neededAlan Viverette
2016-03-16DO NOT MERGE Fix conditional when checking for confirm key.Michael Wright
2016-02-05Fix GridView isHeading computationSteven Dao
2015-12-14Make KEYCODE_SPACE a confirm key.Michael Wright
2015-09-14Avoid OOBE when AbsListView layout is out of sync with adapterAlan Viverette
2015-06-11Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell
2015-05-07Use new hierarchy viewer protocol in all View subclassesSiva Velusamy
2015-04-24Change direction of DPAD_LEFT and DPAD_RIGHT if LayoutDirection is RTLJorn Jacobsson
2015-04-16Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski
2015-04-06Add accessibility action for scrolling to a collection positionAlan Viverette
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2014-09-08Use correct row/column order in list and grid CollectionItemsAlan Viverette
2014-08-07Fix RTL horizontal spacing in GridviewYigit Boyar
2014-07-14DO NOT MERGE Remove sub-position scrollerAlan Viverette
2014-06-19Persist selector on ListView and GridView layoutAlan Viverette
2014-02-24Check for null view root before checking for accessibility focusAlan Viverette
2014-02-18Fix transient state, accessibility focus in ListView, GridViewAlan Viverette
2014-02-14Merge "Refactor AbsListView position scrollers for better abstraction"Alan Viverette
2014-02-13Refactor AbsListView position scrollers for better abstractionAlan Viverette
2014-02-12Add selection properties to CollectionInfo, CollectionItemInfoAlan Viverette
2014-02-12Update smoothScrollToPosition to move faster for large offsetsAlan Viverette
2014-01-21Revert "Update smoothScrollToPosition to move faster for large offsets"Adam Powell
2014-01-06Update smoothScrollToPosition to move faster for large offsetsAlan Viverette
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-10-30Restore A11y and keyboard focus positions after GridView layoutAlan Viverette
2013-09-11Add typedefs and nullness annotations.Tor Norbye
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-08-28Implement new accessibility APIs in lists, text viewAlan Viverette