Searched refs:mIndicationText (Results 1 – 1 of 1) sorted by relevance
85 private TextView mIndicationText; field in KeyguardBottomAreaView166 mIndicationText = (TextView) findViewById(R.id.keyguard_indication_text); in onFinishInflate()196 MarginLayoutParams mlp = (MarginLayoutParams) mIndicationText.getLayoutParams(); in onConfigurationChanged()199 mIndicationText.setLayoutParams(mlp); in onConfigurationChanged()203 mIndicationText.setTextSize(TypedValue.COMPLEX_UNIT_PX, in onConfigurationChanged()437 return mIndicationText; in getIndicationView()475 mIndicationText.setAlpha(0f); in startFinishDozeAnimation()476 mIndicationText.animate() in startFinishDozeAnimation()