Searched defs:textureView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp110 static void android_view_TextureView_createNativeWindow(JNIEnv* env, jobject textureView, argument
117 SET_LONG(textureView, gTextureViewClassInfo.nativeWindow, jlong(window.get()));
120 static void android_view_TextureView_destroyNativeWindow(JNIEnv* env, jobject textureView) { argument
123 GET_LONG(textureView, gTextureViewClassInfo.nativeWindow);
128 SET_LONG(textureView, gTextureViewClassInfo.nativeWindow, 0);
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
H A DR$id.classR.java package com.android.layoutlib.test.myapplication public final com.android. ...

Completed in 166 milliseconds