OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputDevice
(Results
1 - 23
of
23
) sorted by null
/frameworks/base/core/java/android/view/
SearchEvent.java
24
private
InputDevice
mInputDevice;
27
public SearchEvent(
InputDevice
inputDevice
) {
28
mInputDevice =
inputDevice
;
32
* Returns the {@link
InputDevice
} that triggered the search.
33
* @return
InputDevice
the
InputDevice
that triggered the search.
35
public
InputDevice
getInputDevice() {
/cts/tests/tests/view/src/android/view/cts/
SearchEventTest.java
29
import android.view.
InputDevice
;
68
final
InputDevice
inputDevice
= inputManager.getInputDevice(inputDeviceId);
69
new SearchEvent(
inputDevice
);
79
InputDevice
id = se.getInputDevice();
/external/webrtc/webrtc/modules/video_capture/ios/
rtc_video_capture_ios_objc.mm
215
AVCaptureDevice*
inputDevice
= deviceInput.device;
216
if (
inputDevice
) {
217
AVCaptureDeviceFormat* activeFormat =
inputDevice
.activeFormat;
228
if (targetRange && [
inputDevice
lockForConfiguration:NULL]) {
229
inputDevice
.activeVideoMinFrameDuration = targetRange.minFrameDuration;
230
inputDevice
.activeVideoMaxFrameDuration = targetRange.minFrameDuration;
231
[
inputDevice
unlockForConfiguration];
/frameworks/base/core/java/android/hardware/input/
InputManager.java
43
import android.view.
InputDevice
;
73
private SparseArray<
InputDevice
> mInputDevices;
243
public
InputDevice
getInputDevice(int id) {
252
InputDevice
inputDevice
= mInputDevices.valueAt(index);
253
if (
inputDevice
== null) {
255
inputDevice
= mIm.getInputDevice(id);
259
if (
inputDevice
!= null) {
260
mInputDevices.setValueAt(index,
inputDevice
);
263
return
inputDevice
;
[
all
...]
/packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutPickerFragment.java
28
import android.view.
InputDevice
;
104
InputDevice
inputDevice
=
106
if (
inputDevice
== null) {
110
mInputDeviceId =
inputDevice
.getId();
KeyboardLayoutDialogFragment.java
34
import android.view.
InputDevice
;
130
InputDevice
inputDevice
=
132
if (
inputDevice
== null) {
136
mInputDeviceId =
inputDevice
.getId();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewOnGenericMotionEventTest.java
119
private static MotionEvent obtainScrollMotionEvent(int axis, int axisValue, int
inputDevice
) {
131
edgeFlags,
inputDevice
, flags);
/frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java
92
import android.view.
InputDevice
;
165
private
InputDevice
[] mInputDevices = new
InputDevice
[0];
171
private final ArrayList<
InputDevice
>
172
mTempFullKeyboards = new ArrayList<
InputDevice
>(); // handler thread only
445
* @param sourceMask The input sources to consult, or {@link
InputDevice
#SOURCE_ANY} to
458
* @param sourceMask The input sources to consult, or {@link
InputDevice
#SOURCE_ANY} to
471
* @param sourceMask The input sources to consult, or {@link
InputDevice
#SOURCE_ANY} to
484
* @param sourceMask The input sources to consult, or {@link
InputDevice
#SOURCE_ANY} to
640
public
InputDevice
getInputDevice(int deviceId)
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcuts.java
43
import android.view.
InputDevice
;
352
final
InputDevice
inputDevice
= inputManager.getInputDevice(deviceId);
353
if (
inputDevice
!= null) {
354
mKeyCharacterMap =
inputDevice
.getKeyCharacterMap();
360
final
InputDevice
inputDevice
= inputManager.getInputDevice(deviceIds[i]);
363
if (
inputDevice
.getId() != -1 &&
inputDevice
.isFullKeyboard()) {
364
mKeyCharacterMap =
inputDevice
.getKeyCharacterMap()
[
all
...]
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar
shadows-core-3.1-SNAPSHOT-17.jar
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
shadows-core-3.1-SNAPSHOT-22.jar
/prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar
shadows-core-v17-3.1.1.jar
shadows-core-v18-3.1.1.jar
shadows-core-v19-3.1.1.jar
shadows-core-v21-3.1.1.jar
shadows-core-v22-3.1.1.jar
shadows-core-v23-3.1.1.jar
/prebuilts/sdk/26/
android.jar
Completed in 912 milliseconds