Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtNativeAccessibility.java
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4package org.qtproject.qt.android;
5
6import android.graphics.Rect;
7import android.view.accessibility.AccessibilityNodeInfo;
8
9class QtNativeAccessibility
10{
11 static native void setActive(boolean enable);
12 static native int[] childIdListForAccessibleObject(int objectId);
13 static native int parentId(int objectId);
14 static native String descriptionForAccessibleObject(int objectId);
15 static native Rect screenRect(int objectId);
16 static native int hitTest(float x, float y);
17 static native boolean clickAction(int objectId);
18 static native boolean scrollForward(int objectId);
19 static native boolean scrollBackward(int objectId);
20
21 static native boolean populateNode(int objectId, AccessibilityNodeInfo node);
22}
GLint GLint GLint GLint GLint x
[0]
GLboolean enable
GLint y