Home
last modified time | relevance | path

Searched defs:nativeSetFocusedWindow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp2147 static void nativeSetFocusedWindow(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetFocusedWindow() function
2709 {"nativeSetFocusedWindow", "(JLandroid/os/IBinder;Ljava/lang/String;I)V", in nativeSetFocusedWindow() method
/frameworks/base/core/java/android/view/
DSurfaceControl.java287 private static native void nativeSetFocusedWindow(long transactionObj, IBinder toToken, in nativeSetFocusedWindow() method in SurfaceControl