Searched refs:mLargeClockView (Results 1 – 3 of 3) sorted by relevance
63 private AnimatableClockView mLargeClockView; field in KeyguardClockSwitch100 mLargeClockView.setTextSize(TypedValue.COMPLEX_UNIT_PX, mContext.getResources() in onDensityOrFontScaleChanged()126 mLargeClockView = findViewById(R.id.animatable_clock_view_large); in onFinishInflate()148 mLargeClockView.setVisibility(View.VISIBLE); in setClockPlugin()162 mLargeClockView.setVisibility(View.GONE); in setClockPlugin()
65 private AnimatableClockView mLargeClockView; field in KeyguardClockSwitchTest98 mLargeClockView = mKeyguardClockSwitch.findViewById(R.id.animatable_clock_view_large); in setUp()125 assertThat(mLargeClockView.getVisibility()).isEqualTo(View.GONE); in onPluginConnected_showPluginBigClock()188 assertThat(mLargeClockView.getVisibility()).isEqualTo(VISIBLE); in onPluginDisconnected_hidePluginBigClock()
112 private AnimatableClockView mLargeClockView; field in KeyguardClockSwitchControllerTest136 when(mView.findViewById(R.id.animatable_clock_view_large)).thenReturn(mLargeClockView); in setup()139 when(mLargeClockView.getContext()).thenReturn(getContext()); in setup()