Searched refs:mLogoutView (Results 1 – 1 of 1) sorted by relevance
60 private TextView mLogoutView; field in KeyguardStatusView175 mLogoutView = findViewById(R.id.logout); in onFinishInflate()176 if (mLogoutView != null) { in onFinishInflate()177 mLogoutView.setOnClickListener(this::onLogoutClicked); in onFinishInflate()258 if (mLogoutView == null) { in getLogoutButtonHeight()261 return mLogoutView.getVisibility() == VISIBLE ? mLogoutView.getHeight() : 0; in getLogoutButtonHeight()279 if (mLogoutView == null) { in updateLogoutView()282 mLogoutView.setVisibility(shouldShowLogout() ? VISIBLE : GONE); in updateLogoutView()284 mLogoutView.setText(mContext.getResources().getString( in updateLogoutView()329 if (mLogoutView != null) { in dump()[all …]