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

/frameworks/base/core/java/android/app/
H A DNativeActivity.java319 void setWindowFormat(int format) { method in class:NativeActivity
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp61 jmethodID setWindowFormat; member in struct:android::__anon1043
240 gNativeActivityClassInfo.setWindowFormat, work.arg1);
241 code->messageQueue->raiseAndClearException(code->env, "setWindowFormat");
706 gNativeActivityClassInfo.setWindowFormat = GetMethodIDOrDie(env, clazz, "setWindowFormat",

Completed in 92 milliseconds