Searched refs:textureView (Results 1 – 2 of 2) sorted by relevance
115 static void android_view_TextureView_createNativeWindow(JNIEnv* env, jobject textureView, in android_view_TextureView_createNativeWindow() argument122 SET_LONG(textureView, gTextureViewClassInfo.nativeWindow, jlong(window.get())); in android_view_TextureView_createNativeWindow()125 static void android_view_TextureView_destroyNativeWindow(JNIEnv* env, jobject textureView) { in android_view_TextureView_destroyNativeWindow() argument128 GET_LONG(textureView, gTextureViewClassInfo.nativeWindow); in android_view_TextureView_destroyNativeWindow()133 SET_LONG(textureView, gTextureViewClassInfo.nativeWindow, 0); in android_view_TextureView_destroyNativeWindow()
R.java package com.android.layoutlib.test.myapplication public final com.android. ...