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.java588 @Nullable private View mAmbientIndicationContainer; field in StatusBar
912 mAmbientIndicationContainer = mStatusBarWindow.findViewById( in makeStatusBarView()
1154 if (mAmbientIndicationContainer instanceof AutoReinflateContainer) { in onThemeChanged()
1155 ((AutoReinflateContainer) mAmbientIndicationContainer).inflateLayout(); in onThemeChanged()
2083 return mAmbientIndicationContainer; in getAmbientIndicationContainer()
3821 if (mAmbientIndicationContainer != null) { in updateKeyguardState()
3822 mAmbientIndicationContainer.setVisibility(View.VISIBLE); in updateKeyguardState()
3832 if (mAmbientIndicationContainer != null) { in updateKeyguardState()
3833 mAmbientIndicationContainer.setVisibility(View.INVISIBLE); in updateKeyguardState()
4707 if (mAmbientIndicationContainer instanceof DozeReceiver) { in updateDozing()
[all …]