|
QBasicMutex * | QtAndroid::platformInterfaceMutex () |
|
QAndroidPlatformIntegration * | QtAndroid::androidPlatformIntegration () |
|
void | QtAndroid::setAndroidPlatformIntegration (QAndroidPlatformIntegration *androidPlatformIntegration) |
|
void | QtAndroid::setQtThread (QThread *thread) |
|
int | QtAndroid::createSurface (AndroidSurfaceClient *client, const QRect &geometry, bool onTop, int imageDepth) |
|
int | QtAndroid::insertNativeView (jobject view, const QRect &geometry) |
|
void | QtAndroid::setViewVisibility (jobject view, bool visible) |
|
void | QtAndroid::setSurfaceGeometry (int surfaceId, const QRect &geometry) |
|
void | QtAndroid::destroySurface (int surfaceId) |
|
void | QtAndroid::bringChildToFront (int surfaceId) |
|
void | QtAndroid::bringChildToBack (int surfaceId) |
|
QWindow * | QtAndroid::topLevelWindowAt (const QPoint &globalPos) |
|
int | QtAndroid::availableWidthPixels () |
|
int | QtAndroid::availableHeightPixels () |
|
double | QtAndroid::scaledDensity () |
|
double | QtAndroid::pixelDensity () |
|
JavaVM * | QtAndroid::javaVM () |
|
jobject | QtAndroid::assets () |
|
AAssetManager * | QtAndroid::assetManager () |
|
jclass | QtAndroid::applicationClass () |
|
QtJniTypes::Activity | QtAndroid::activity () |
|
QtJniTypes::Service | QtAndroid::service () |
|
void | QtAndroid::setSystemUiVisibility (SystemUiVisibility uiVisibility) |
|
jobject | QtAndroid::createBitmap (QImage img, JNIEnv *env) |
|
jobject | QtAndroid::createBitmap (int width, int height, QImage::Format format, JNIEnv *env) |
|
jobject | QtAndroid::createBitmapDrawable (jobject bitmap, JNIEnv *env) |
|
void | QtAndroid::notifyAccessibilityLocationChange (uint accessibilityObjectId) |
|
void | QtAndroid::notifyObjectHide (uint accessibilityObjectId, uint parentObjectId) |
|
void | QtAndroid::notifyObjectFocus (uint accessibilityObjectId) |
|
void | QtAndroid::notifyValueChanged (uint accessibilityObjectId, jstring value) |
|
void | QtAndroid::notifyScrolledEvent (uint accessibilityObjectId) |
|
void | QtAndroid::notifyQtAndroidPluginRunning (bool running) |
|
const char * | QtAndroid::classErrorMsgFmt () |
|
const char * | QtAndroid::methodErrorMsgFmt () |
|
const char * | QtAndroid::qtTagText () |
|
QString | QtAndroid::deviceName () |
|
bool | QtAndroid::blockEventLoopsWhenSuspended () |
|