Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/dialer/
DDialerCardFragment.java65 getDescriptiveTextWithControlsLayoutView(); in onViewCreated()
96 mChronometer = getDescriptiveTextWithControlsLayoutView().findViewById( in getChronometer()
98 mChronometerSeparator = getDescriptiveTextWithControlsLayoutView().findViewById( in getChronometer()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/
DHomeCardFragment.java264 getDescriptiveTextWithControlsLayoutView().setVisibility(View.VISIBLE); in updateDescriptiveTextWithControlsView()
306 getDescriptiveTextWithControlsLayoutView().setVisibility(View.GONE); in hideAllViews()
343 protected final View getDescriptiveTextWithControlsLayoutView() { in getDescriptiveTextWithControlsLayoutView() method in HomeCardFragment
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/media/
DMediaCardFragment.java205 mChronometer = getDescriptiveTextWithControlsLayoutView().findViewById( in getChronometer()
207 mChronometerSeparator = getDescriptiveTextWithControlsLayoutView().findViewById( in getChronometer()