commit | a2056ac7d60194c725f14a38a988f93316167138 | [log] [tgz] |
---|---|---|
author | Caitlin Cassidy <ccassidy@google.com> | Tue Sep 14 15:11:34 2021 +0000 |
committer | Caitlin Cassidy <ccassidy@google.com> | Thu Sep 16 19:53:31 2021 +0000 |
tree | 98d11638d8c3016b909a3c7c23ba80a238695e0c | |
parent | ff89bfb92c5a71b2df46db67a767be8cc25ed68b [diff] |
[Status Bar Refactor] Remove thisFrac from PanelBar#panelExpansionChanged. `thisFrac` and `frac` always had the same values when logged in different scenarios, which makes sense: PanelViewController sets its fraction internally, then calls #panelExpansionChanged with that value. `thisFrac` is unnecessary, so this CL removes it. Test: atest+manual Bug: 200063118 Change-Id: I48d8dc273815f9d5907ee78be0a801b4dc9234b1