Searched refs:mStatusViewContainer (Results 1 – 1 of 1) sorted by relevance
59 private LinearLayout mStatusViewContainer; field in KeyguardStatusView174 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()