Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qandroidplatformwindow.cpp File Reference

(231a437fcd53523f09ec6ae323ca63da73c41600)

#include "qandroidplatformwindow.h"
#include "androidbackendregister.h"
#include "qandroidplatformscreen.h"
#include "androidjnimain.h"
#include <qguiapplication.h>
#include <qpa/qwindowsysteminterface.h>
#include <private/qhighdpiscaling_p.h>
#include <private/qjnihelpers_p.h>
Include dependency graph for qandroidplatformwindow.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS (QtInputConnectionListener, "org/qtproject/qt/android/QtInputConnection$QtInputConnectionListener") QAndroidPlatformWindow
static void updateWindows (JNIEnv *env, jobject object)

Variables

static Q_CONSTINIT QBasicAtomicInt g_surfacesCounter = Q_BASIC_ATOMIC_INITIALIZER(0)

Function Documentation

◆ Q_DECLARE_JNI_CLASS()

QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS ( QtInputConnectionListener ,
"org/qtproject/qt/android/QtInputConnection$QtInputConnectionListener"  )

Definition at line 23 of file qandroidplatformwindow.cpp.

◆ updateWindows()

void updateWindows ( JNIEnv * env,
jobject object )
static

Definition at line 427 of file qandroidplatformwindow.cpp.

Variable Documentation

◆ g_surfacesCounter

Q_CONSTINIT QBasicAtomicInt g_surfacesCounter = Q_BASIC_ATOMIC_INITIALIZER(0)
static

Definition at line 467 of file qandroidplatformwindow.cpp.