summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorfelkachang <felkachang@google.com>2018-07-09 11:27:00 +0800
committerFelka Chang <felkachang@google.com>2018-07-24 04:09:46 +0000
commit3e99b0a9d285e26614022a738668209614aa3b12 (patch)
tree32df715da90afe47715fc23f06b572464be3590a /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parent5f0f2362a6d725962e28aa3ef8aabfa4d82aa4ca (diff)
fix the flickr from HUN to quick settings
When the HUN show the IME, the user start to drag the HUN and the target scroll value use getTopPadding() to count. Actually, in that moment, HUN show on mHeadsUpInset position. i.e. mHeadsUpInset is appropriate to be used by HUN in that moment. The root cause is that ExpandableNotificationRow's headsUpIsVisible never set to be true when the user move down and up the HUN. The following NotificationStackScrollLayout.mChildrenUpdater will not update ExpandableNotificationRow.mustStayOnScreen to be false. The user move down or up the HUN which has the input field with IME showing. The user already doesn't care these HUNs so all of HUNs should unpinned and set mustStayOnScreen to be false. Any of user's operations that trigger unpined all of HUNs should set mustStayOnScreen too. Change-Id: If68c11a889805100feeea0fa7d983481fad01161 Fixes: 111244087 Fixes: 110774347 Test: manual test
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions