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