All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.android.emulator.control.TouchEventOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.5.8
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: emulator_controller.proto

// Protobuf Java Version: 3.25.0
package com.android.emulator.control;

public interface TouchEventOrBuilder extends
    // @@protoc_insertion_point(interface_extends:android.emulation.control.TouchEvent)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   * The list of Touch objects, note that these do not need to be unique
   * 
* * repeated .android.emulation.control.Touch touches = 1; */ java.util.List getTouchesList(); /** *
   * The list of Touch objects, note that these do not need to be unique
   * 
* * repeated .android.emulation.control.Touch touches = 1; */ com.android.emulator.control.Touch getTouches(int index); /** *
   * The list of Touch objects, note that these do not need to be unique
   * 
* * repeated .android.emulation.control.Touch touches = 1; */ int getTouchesCount(); /** *
   * The display device where the touch event occurred.
   * Omitting or using the value 0 indicates the main display.
   *
   * Touch events cannot be send to devices other than 0, due to
   * https://issuetracker.google.com/issues/150699691
   * 
* * int32 device = 2; * @return The device. */ int getDevice(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy