summaryrefslogtreecommitdiff
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* Use transition-only alpha property for fading transitionsChet Haase2013-09-181-8/+61
* Add live region politeness to View, AccessibilityNodeInfoAlan Viverette2013-09-121-16/+164
* Merge "Make View onKeyUp symmetric with onKeyDown." into klp-devJeff Brown2013-09-121-19/+12
|\
| * Make View onKeyUp symmetric with onKeyDown.Jeff Brown2013-09-111-19/+12
* | Merge "Show view overlays in hierarchyviewer" into klp-devChet Haase2013-09-091-0/+3
|\ \
| * | Show view overlays in hierarchyviewerChet Haase2013-09-051-0/+3
* | | Propagate pivot values of 0 to native layerChet Haase2013-09-091-4/+8
| |/ |/|
* | Merge "Add View#cancelPendingInputEvents API" into klp-devAdam Powell2013-09-051-0/+66
|\ \ | |/ |/|
| * Add View#cancelPendingInputEvents APIAdam Powell2013-09-051-0/+66
* | Change build version from KEY_LIME_PIE to KITKATChet Haase2013-09-051-1/+1
|/
* Transition API changes from API council recommendationsChet Haase2013-09-041-29/+0
* Merge "Perform layout and invalidation after bringChildToFront()" into klp-devChet Haase2013-09-041-2/+4
|\
| * Perform layout and invalidation after bringChildToFront()Chet Haase2013-09-041-2/+4
* | Merge "Update Bitmap.Config.ARGB_4444 documentation Bug #10510122" into klp-devRomain Guy2013-09-031-6/+0
|\ \ | |/ |/|
| * Update Bitmap.Config.ARGB_4444 documentationRomain Guy2013-09-031-6/+0
* | Merge "Fix documentation regarding defStyle in View constructor" into klp-devAlan Viverette2013-08-291-6/+5
|\ \
| * | Fix documentation regarding defStyle in View constructorAlan Viverette2013-08-281-6/+5
| |/
* | Merge "Rename hideybars constant to SYSTEM_UI_FLAG_IMMERSIVE." into klp-devJohn Spurlock2013-08-291-11/+20
|\ \
| * | Rename hideybars constant to SYSTEM_UI_FLAG_IMMERSIVE.John Spurlock2013-08-271-11/+20
* | | Merge "Add documentation to onTouchEvent for accessibility" into klp-devAlan Viverette2013-08-271-0/+11
|\ \ \ | |/ / |/| |
| * | Add documentation to onTouchEvent for accessibilityAlan Viverette2013-08-261-0/+11
| |/
* / Use transient state to preserve accessibility focus in ListViewAlan Viverette2013-08-221-3/+2
|/
* Improve transient bar transitions.John Spurlock2013-08-201-0/+20
* Merge "Fix padding resolution" into klp-devAlan Viverette2013-08-171-3/+3
|\
| * Fix padding resolutionAlan Viverette2013-08-161-3/+3
* | Fix hardware layers lifecycleRomain Guy2013-08-161-6/+8
|/
* Merge "Prevent refocus after entering touch mode" into klp-devAlan Viverette2013-08-151-8/+16
|\
| * Prevent refocus after entering touch modeAlan Viverette2013-08-131-8/+16
* | Merge "Add motion event forwarding hidden APIs to View" into klp-devAlan Viverette2013-08-141-0/+84
|\ \
| * | Add motion event forwarding hidden APIs to ViewAlan Viverette2013-08-141-0/+84
* | | Sysui flag-related doc fixes.John Spurlock2013-08-131-4/+8
| |/ |/|
* | Reduce amount of invalidation when old-style animations are runningChet Haase2013-08-091-4/+0
* | Merge "Fix padding adjustment for scrollbars in View, FastScroller" into klp-devAlan Viverette2013-08-091-3/+4
|\ \
| * | Fix padding adjustment for scrollbars in View, FastScrollerAlan Viverette2013-08-091-3/+4
| |/
* / Fix bug #10210182 CTS: android.widget.cts.TextViewTest#testDrawableResolution...Fabrice Di Meglio2013-08-081-6/+19
|/
* Introduce new transparent bars sysui flags.John Spurlock2013-08-061-10/+24
* Add automatic Drawable mirroring capability when in RTL layout directionFabrice Di Meglio2013-08-011-4/+5
* Fix lazy measure logic to not use obsolete valuesChet Haase2013-07-251-1/+2
* Use clearFocus() when entering touch modeAlan Viverette2013-07-241-0/+4
* Debounce touch navigation taps and button pressesMichael Wright2013-07-171-15/+11
* Changed name of recent hasLayout() method to isLaidOut()Chet Haase2013-07-171-6/+6
* Skip unnecessary measurements when possibleRomain Guy2013-07-161-2/+40
* Merge "Un@hide View.PRESSED_STATE_SET."John Spurlock2013-07-161-1/+0
|\
| * Un@hide View.PRESSED_STATE_SET.John Spurlock2013-07-151-1/+0
* | Docfixes in IBinder, Context, View, and Intent.John Spurlock2013-07-151-8/+8
|/
* Tweak error fallback behavior for view direction resolutionAdam Powell2013-07-121-0/+6
* Un-hide all ViewParent methodsAdam Powell2013-07-111-28/+78
* Make sure textviews draw in layersRomain Guy2013-06-281-3/+14
* Minor ListView clean up. Exposes View.pointInView() as hidden API.Alan Viverette2013-06-251-1/+3
* Cancel layer update when a layer is about to be destroyedRomain Guy2013-06-171-0/+2