Home
last modified time | relevance | path

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

/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java40 private native void onKeyPressed(long handle, int keycode); in onKeyPressed() method in ViewerActivity
61 onKeyPressed(mApplication.getNativeHandle(), KeyEvent.KEYCODE_SOFT_LEFT); in onOptionsItemSelected()
64 onKeyPressed(mApplication.getNativeHandle(), KeyEvent.KEYCODE_SOFT_RIGHT); in onOptionsItemSelected()