HomeSort by relevance Sort by last modified time
    Searched refs:toolType (Results 1 - 17 of 17) sorted by null

  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /frameworks/base/libs/androidfw/
Input.cpp 271 && toolType == other.toolType;
276 toolType = other.toolType;
505 properties.toolType = parcel->readInt32();
544 parcel->writeInt32(properties.toolType);
InputTransport.cpp 786 bool InputConsumer::shouldResampleTool(int32_t toolType) {
787 return toolType == AMOTION_EVENT_TOOL_TYPE_FINGER
788 || toolType == AMOTION_EVENT_TOOL_TYPE_UNKNOWN;
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
  /frameworks/base/include/androidfw/
Input.h 212 int32_t toolType;
216 toolType = 0;
366 return mPointerProperties[pointerIndex].toolType;
InputTransport.h 433 static bool shouldResampleTool(int32_t toolType);
  /frameworks/base/libs/androidfw/tests/
InputPublisherAndConsumer_test.cpp 151 pointerProperties[i].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER;
202 EXPECT_EQ(pointerProperties[i].toolType, motionEvent->getToolType(i));
InputEvent_test.cpp 226 pointerProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER;
229 pointerProperties[1].toolType = AMOTION_EVENT_TOOL_TYPE_STYLUS;
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 61 jfieldID toolType;
323 outPointerProperties->toolType = env->GetIntField(pointerPropertiesObj,
324 gPointerPropertiesClassInfo.toolType);
331 env->SetIntField(outPointerPropertiesObj, gPointerPropertiesClassInfo.toolType,
332 pointerProperties->toolType);
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
InputReader.h 696 int32_t toolType; // a fully decoded AMOTION_EVENT_TOOL_TYPE constant
    [all...]
InputDispatcher.cpp 856 ALOGD(" Pointer %d: id=%d, toolType=%d, "
861 entry->pointerProperties[i].toolType,
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 485 assertEquals(MotionEvent.TOOL_TYPE_UNKNOWN, properties.toolType);
491 properties.toolType = MotionEvent.TOOL_TYPE_MOUSE;
495 assertEquals(MotionEvent.TOOL_TYPE_MOUSE, copy.toolType);
501 properties.toolType = MotionEvent.TOOL_TYPE_MOUSE;
506 assertEquals(MotionEvent.TOOL_TYPE_MOUSE, copy.toolType);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 403 private PaintMode getPaintModeForTool(int toolType, PaintMode defaultMode) {
404 if (toolType == MotionEvent.TOOL_TYPE_ERASER) {
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 416 MotionEvent.PointerCoords coords, int id, int toolType, int buttonState) {
486 .append(" ToolType=").append(MotionEvent.toolTypeToString(toolType))
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 290 milliseconds