Searched refs:getNativeHandle (Results 1 – 4 of 4) sorted by relevance
/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | ViewerActivity.java | 61 onKeyPressed(mApplication.getNativeHandle(), KeyEvent.KEYCODE_SOFT_LEFT); in onOptionsItemSelected() 64 onKeyPressed(mApplication.getNativeHandle(), KeyEvent.KEYCODE_SOFT_RIGHT); in onOptionsItemSelected() 121 if (mApplication.getNativeHandle() != 0) { in surfaceCreated() 122 onSurfaceCreated(mApplication.getNativeHandle(), holder.getSurface()); in surfaceCreated() 128 if (mApplication.getNativeHandle() != 0) { in surfaceChanged() 129 onSurfaceChanged(mApplication.getNativeHandle(), holder.getSurface()); in surfaceChanged() 135 if (mApplication.getNativeHandle() != 0) { in surfaceDestroyed() 136 onSurfaceDestroyed(mApplication.getNativeHandle()); in surfaceDestroyed() 148 onTouched(mApplication.getNativeHandle(), owner, action, x, y); in onTouch() 158 onUIStateChanged(mApplication.getNativeHandle(), stateName, stateValue); in onStateChanged()
|
D | ViewerApplication.java | 39 public long getNativeHandle() { in getNativeHandle() method in ViewerApplication
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |