index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
GhostView.java
Age
Commit message (
Expand
)
Author
2020-05-06
Switch Java calls to enableZ and disableZ; remove isRecordingFor
Leon Scroggins III
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-12
Restrict platform's GhostView and unhide a method needed for a backport
Andrey Kulikov
2018-10-26
Update some docs & tweak some method names
John Reck
2018-10-04
Rename & package shuffle
John Reck
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2015-06-05
Don't cause requestLayout when transition changes Visibility.
George Mount
2015-05-08
Merge "Don't call updateDisplayListIfDirty outside draw." into mnc-dev
George Mount
2015-05-08
Don't call updateDisplayListIfDirty outside draw.
George Mount
2015-05-06
Fix crash during Activity Transition with TextureView.
George Mount
2015-05-01
Revert "Revert "Merge getDisplayList and updateDisplayListIfDirty""
Chris Craik
2015-05-01
Fix build.
Chris Craik
2015-04-30
Merge getDisplayList and updateDisplayListIfDirty
Chris Craik
2015-03-10
Remove HardwareCanvas
Chris Craik
2014-09-29
Clear preordered list after use.
George Mount
2014-09-28
Order GhostViews so that they display in their ghosted view's order.
George Mount
2014-09-14
Enable shadow for GhostView
Chris Craik
2014-08-12
fix ghost clipBounds problem
Dake Gu
2014-08-08
Move shared elements to overlay when in a transition group.
George Mount
2014-07-29
Allow a "ghost view" that paint a different view from the overlay.
George Mount