Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusView.java59 private LinearLayout mStatusViewContainer; field in KeyguardStatusView
174 mStatusViewContainer = findViewById(R.id.status_view_container); in onFinishInflate()
211 if (mStatusViewContainer != null) { in onSliceContentChanged()
212 MarginLayoutParams params = (MarginLayoutParams) mStatusViewContainer.getLayoutParams(); in onSliceContentChanged()
215 mStatusViewContainer.setLayoutParams(params); in onSliceContentChanged()