Home
last modified time | relevance | path

Searched refs:mTopBackgroundView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileView.java60 private final View mTopBackgroundView; field in QSTileView
85 mTopBackgroundView = new View(context); in QSTileView()
86 mTopBackgroundView.setId(View.generateViewId()); in QSTileView()
87 addView(mTopBackgroundView); in QSTileView()
159 mDualLabel.setAccessibilityTraversalAfter(mTopBackgroundView.getId()); in recreateLabel()
187 mTopBackgroundView.setOnClickListener(mClickPrimary); in setDual()
191 mTopBackgroundView.setBackground(mTileBackground); in setDual()
193 mTopBackgroundView.setOnClickListener(null); in setDual()
194 mTopBackgroundView.setClickable(false); in setDual()
200 mTopBackgroundView.setFocusable(dual); in setDual()
[all …]