sysui: refactor for extensibility.
Make setDetailRecord in QSPanel protected. Bug: 28638510 Change-Id: I8f88c9c346314b55078f5fa0c3c5316da6688b3f (cherry picked from commit 5c1eca539ea7c67481f5beaf99e8468152030e56)
This commit is contained in:
@@ -440,7 +440,7 @@ public class QSPanel extends LinearLayout implements Tunable, Callback {
|
||||
fireShowingDetail(show ? r.detailAdapter : null, x, y);
|
||||
}
|
||||
|
||||
private void setDetailRecord(Record r) {
|
||||
protected void setDetailRecord(Record r) {
|
||||
if (r == mDetailRecord) return;
|
||||
mDetailRecord = r;
|
||||
final boolean scanState = mDetailRecord instanceof TileRecord
|
||||
|
||||
Reference in New Issue
Block a user