index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
View.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only set the accelerated drawable state for views when the hardware
Adam Powell
2011-04-25
1
-1
/
+2
*
Touch exploration feature, event bubling, refactor
Svetoslav Ganov
2011-04-22
1
-18
/
+26
*
Revert "Touch exploration feature, event bubling, refactor"
Adam Powell
2011-04-22
1
-26
/
+18
*
Merge "Touch exploration feature, event bubling, refactor"
Svetoslav Ganov
2011-04-22
1
-18
/
+26
|
\
|
*
Touch exploration feature, event bubling, refactor
Svetoslav Ganov
2011-04-21
1
-18
/
+26
*
|
Rework display size access.
Dianne Hackborn
2011-04-21
1
-1
/
+1
|
/
*
Track unhandled input events in consistency verifiers.
Jeff Brown
2011-04-19
1
-11
/
+39
*
Remove the deprecated things from Config.java. These haven't been working sin...
Joe Onorato
2011-04-07
1
-1
/
+1
*
Add a little input event consistency verifier.
Jeff Brown
2011-03-31
1
-1
/
+24
*
Add view/drawable states for drag-accepting / drag-hovered
Christopher Tate
2011-03-29
1
-6
/
+34
*
Merge "Added a hovered state for drawables."
Jeff Brown
2011-03-24
1
-1
/
+3
|
\
|
*
Added a hovered state for drawables.
PY Laligand
2011-03-24
1
-1
/
+3
*
|
Merge "Fixing invalidate problems in software rendered mode"
Michael Jurka
2011-03-24
1
-2
/
+10
|
\
\
|
*
|
Fixing invalidate problems in software rendered mode
Michael Jurka
2011-03-24
1
-2
/
+10
*
|
|
Merge "Add MotionEvent.HOVER_ENTER and HOVER_EXIT."
Jeff Brown
2011-03-24
1
-5
/
+147
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Add MotionEvent.HOVER_ENTER and HOVER_EXIT.
Jeff Brown
2011-03-24
1
-5
/
+147
|
|
/
*
|
Avoid NPE in postInvalidate().
Romain Guy
2011-03-24
1
-10
/
+15
|
/
*
Pressed state not cleared if view is disabled in long click handler
Svetoslav Ganov
2011-03-15
1
-0
/
+4
*
Fix rendering artifact in edge fades.
Romain Guy
2011-03-14
1
-7
/
+9
*
Restore save/restore calls removed recently
Chet Haase
2011-03-07
1
-0
/
+6
*
Remove many unnecessary save/restore calls.
Romain Guy
2011-03-04
1
-6
/
+0
*
Merge "Add an API to force Views to render their layer."
Romain Guy
2011-03-02
1
-0
/
+31
|
\
|
*
Add an API to force Views to render their layer.
Romain Guy
2011-03-02
1
-0
/
+31
*
|
Fade out the mouse pointer after inactivity or other events.
Jeff Brown
2011-03-02
1
-1
/
+1
|
/
*
Add support for mouse hover and scroll wheel.
Jeff Brown
2011-02-25
1
-7
/
+117
*
Merge "Code clean-up around ScrollView."
Gilles Debunne
2011-02-25
1
-19
/
+19
|
\
|
*
Code clean-up around ScrollView.
Gilles Debunne
2011-02-25
1
-19
/
+19
*
|
Add ViewPropertyAnimator for easy animation of View properties
Chet Haase
2011-02-25
1
-11
/
+49
*
|
Add an API to control the distance between a View and its camera.
Romain Guy
2011-02-24
1
-0
/
+81
|
/
*
Add a new Camera API to control the camera's location
Romain Guy
2011-02-23
1
-3
/
+1
*
Merge "Add more info to View.getLayoutParams()"
Romain Guy
2011-02-22
1
-3
/
+10
|
\
|
*
Add more info to View.getLayoutParams()
Romain Guy
2011-02-22
1
-3
/
+10
*
|
Add an API to listen for window attach/detach events on a View.
Adam Powell
2011-02-18
1
-0
/
+79
*
|
Fix invalidation bug with View bounds properties
Chet Haase
2011-02-16
1
-20
/
+8
|
/
*
Merge "Disable cross-app drag/drop"
Christopher Tate
2011-02-14
1
-0
/
+2
|
\
|
*
Disable cross-app drag/drop
Christopher Tate
2011-02-14
1
-0
/
+2
*
|
Gracefully handle drawing caches allocation failure.
Romain Guy
2011-02-14
1
-1
/
+12
|
/
*
Deprecate ARGB_4444.
Romain Guy
2011-02-14
1
-66
/
+8
*
am d51e0820: am 8275c608: Merge "adding fast setters for translationx/y" into...
Michael Jurka
2011-02-03
1
-0
/
+16
|
\
|
*
adding fast setters for translationx/y
Michael Jurka
2011-02-03
1
-0
/
+16
*
|
am 20bf23e5: am ac14db72: Merge "Fast transform properties setters. Bug #3413...
Romain Guy
2011-02-03
1
-0
/
+66
|
\
\
|
|
/
|
*
Fast transform properties setters.
Romain Guy
2011-02-03
1
-0
/
+66
*
|
am 44e3b0d0: am f44ed5ad: Merge "Don\'t clobber the local dirty rect after re...
Romain Guy
2011-02-02
1
-1
/
+3
|
\
\
|
|
/
|
*
Don't clobber the local dirty rect after rendering a layer.
Romain Guy
2011-02-02
1
-1
/
+3
*
|
am debeeef5: am d51eaa64: Merge "Update layers based on the dirty region. Bug...
Romain Guy
2011-02-01
1
-4
/
+6
|
\
\
|
|
/
|
*
Update layers based on the dirty region.
Romain Guy
2011-02-01
1
-4
/
+6
*
|
am a42ee699: am 518813ec: Merge "New API to let apps draw without layers. Bug...
Romain Guy
2011-02-01
1
-1
/
+1
|
\
\
|
|
/
|
*
New API to let apps draw without layers.
Romain Guy
2011-02-01
1
-1
/
+1
*
|
am 0a198c80: am 2cd52c80: Merge "Fix invalidation issue with actionbar items"...
Chet Haase
2011-02-01
1
-0
/
+3
|
\
\
|
|
/
|
*
Merge "Fix invalidation issue with actionbar items" into honeycomb
Chet Haase
2011-01-31
1
-0
/
+3
|
|
\
[next]