![]() |
Qt 6.x
The Qt SDK
|
#include <QDebug>
#include <QTime>
#include <qpa/qwindowsysteminterface.h>
#include "qandroidplatformscreen.h"
#include "qandroidplatformbackingstore.h"
#include "qandroidplatformintegration.h"
#include "qandroidplatformwindow.h"
#include "androidjnimain.h"
#include "androidjnimenu.h"
#include "androiddeadlockprotector.h"
#include <android/bitmap.h>
#include <android/native_window_jni.h>
#include <qguiapplication.h>
#include <QtCore/QJniObject>
#include <QtCore/QJniEnvironment>
#include <QtGui/QGuiApplication>
#include <QtGui/QWindow>
#include <QtGui/private/qwindow_p.h>
#include <vector>
Go to the source code of this file.
Macros | |
#define | PROFILE_SCOPE |
Variables | |
static const int | androidLogicalDpi = 72 |
#define PROFILE_SCOPE |
Definition at line 52 of file qandroidplatformscreen.cpp.
|
static |
Definition at line 490 of file qandroidplatformscreen.cpp.
Referenced by QAndroidPlatformScreen::grabWindow(), QAndroidPlatformScreen::logicalBaseDpi(), and QAndroidPlatformScreen::logicalDpi().