Searched refs:mLockClockContainer (Results 1 – 1 of 1) sorted by relevance
74 private View mLockClockContainer; field in BubbleClockController101 mLockClockContainer = mLayoutInflater.inflate(R.layout.digital_clock, null); in createViews()102 mLockClock = (TextClock) mLockClockContainer.findViewById(R.id.lock_screen_clock); in createViews()109 mLockClockContainer = null; in onDestroyView()147 if (mLockClockContainer == null) { in getView()150 return mLockClockContainer; in getView()