Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DTvApplication.java273 Activity activityToHandle = mMainActivityWrapper.isResumed() in handleTvInputKey() local
275 if (activityToHandle != null) { in handleTvInputKey()
278 activityToHandle.dispatchKeyEvent( in handleTvInputKey()
280 activityToHandle.dispatchKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, in handleTvInputKey()