Home
last modified time | relevance | path

Searched refs:bottomTimerView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DContactGridManager.java82 private final Chronometer bottomTimerView; field in ContactGridManager
117 bottomTimerView = view.findViewById(R.id.contactgrid_bottom_timer); in ContactGridManager()
434 bottomTimerView.setBase( in updateBottomRow()
442 bottomTimerView.getBase()); in updateBottomRow()
443 bottomTimerView.start(); in updateBottomRow()
448 bottomTimerView.stop(); in updateBottomRow()