summaryrefslogtreecommitdiff
path: root/core/java/android/util/LongArray.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-3/+4
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-4/+3
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-3/+4
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+5
* Track changes in libcore to remove a constructorNeil Fuller2018-07-041-10/+4
* Use structural equality for A11yNodeInfo#mChildNodeIdsEugene Susla2018-02-151-1/+19
* Improve utility of IntArray and LongArrayHugo Benichi2017-04-071-14/+67
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-4/+4
* Added accessibility APIs for introspecting interactive windows.Svetoslav2014-03-201-2/+2
* Fix LongArray.addAll() to use correct arraycopy argument orderAlan Viverette2013-11-271-1/+7
* Add methods for removing children and actions from A11y nodesAlan Viverette2013-11-061-0/+160