summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2013-06-07 15:36:49 -0700
committerThe Android Automerger <android-build@android.com>2013-06-10 15:17:48 -0700
commit3ad5dfda321b3ccd3cde0a00c724d143d2ac6505 (patch)
tree10c441dd8fa1d2f7ff5d7d58a68d70ddbb52f69f /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parent9e87efbb007bd289f666d166fb69b8c638ae5404 (diff)
Don't orphan footers with transient state
Bug #8725945 Selecting text in an EditText causes the View to have transient state. This would in turn cause the View to be removed from its ListView parent. When removed, the EditText would lose its AttachInfo, causing all sorts of problems. Headers and footers must not be removed, only detached. This is the part of the fix in AbsListView. Fixing AbsListView triggered a second bug: when a View is removed from the Window manager, it would keep its parent assigned, thus making it impossible to add it again to the window manager. When a ViewRootImpl goes through doDie(), it must set its content view's parent to null to properly cleanup. Change-Id: I0489daa74f8f7fcf85526f0928f8925ec30d4f42
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions