Searched refs:mIndicationText (Results 1 – 1 of 1) sorted by relevance
94 private TextView mIndicationText; field in KeyguardBottomAreaView194 mIndicationText = (TextView) findViewById(R.id.keyguard_indication_text); in onFinishInflate()222 MarginLayoutParams mlp = (MarginLayoutParams) mIndicationText.getLayoutParams(); in onConfigurationChanged()225 mIndicationText.setLayoutParams(mlp); in onConfigurationChanged()229 mIndicationText.setTextSize(TypedValue.COMPLEX_UNIT_PX, in onConfigurationChanged()536 return mIndicationText; in getIndicationView()586 mIndicationText.setAlpha(0f); in startFinishDozeAnimation()587 mIndicationText.animate() in startFinishDozeAnimation()