Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java550 @Nullable private View mAmbientIndicationContainer; field in StatusBar
886 mAmbientIndicationContainer = mStatusBarWindow.findViewById( in makeStatusBarView()
1177 if (mAmbientIndicationContainer instanceof AutoReinflateContainer) { in onThemeChanged()
1178 ((AutoReinflateContainer) mAmbientIndicationContainer).inflateLayout(); in onThemeChanged()
1621 return mAmbientIndicationContainer; in getAmbientIndicationContainer()
3393 if (mAmbientIndicationContainer != null) { in onStateChanged()
3394 mAmbientIndicationContainer.setVisibility(View.VISIBLE); in onStateChanged()
3404 if (mAmbientIndicationContainer != null) { in onStateChanged()
3405 mAmbientIndicationContainer.setVisibility(View.INVISIBLE); in onStateChanged()
3994 if (mAmbientIndicationContainer instanceof DozeReceiver) { in dozeTimeTick()
[all …]