Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DInCallScreen.java496 final ViewStub touchUiStub = (ViewStub) findViewById( in onCreate() local
499 if (touchUiStub != null) touchUiStub.inflate(); in onCreate()