HomeSort by relevance Sort by last modified time
    Searched full:tooltype (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/tools/gn/
toolchain.cc 44 Toolchain::ToolType Toolchain::ToolNameToType(const base::StringPiece& str) {
60 std::string Toolchain::ToolTypeToName(ToolType type) {
79 const Toolchain::Tool& Toolchain::GetTool(ToolType type) const {
84 void Toolchain::SetTool(ToolType type, const Tool& t) {
toolchain.h 28 enum ToolType {
81 static ToolType ToolNameToType(const base::StringPiece& str);
82 static std::string ToolTypeToName(ToolType type);
84 const Tool& GetTool(ToolType type) const;
85 void SetTool(ToolType type, const Tool& t);
ninja_toolchain_writer.cc 70 Toolchain::ToolType tool_type = static_cast<Toolchain::ToolType>(i);
ninja_binary_target_writer.h 64 Toolchain::ToolType tool_type_;
function_toolchain.cc 204 Toolchain::ToolType tool_type = Toolchain::ToolNameToType(tool_name);
ninja_binary_target_writer.cc 73 Toolchain::ToolType GetToolTypeForTarget(const Target* target) {
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /frameworks/native/libs/input/
Input.cpp 273 && toolType == other.toolType;
278 toolType = other.toolType;
521 properties.toolType = parcel->readInt32();
560 parcel->writeInt32(properties.toolType);
InputTransport.cpp 795 bool InputConsumer::shouldResampleTool(int32_t toolType) {
796 return toolType == AMOTION_EVENT_TOOL_TYPE_FINGER
797 || toolType == AMOTION_EVENT_TOOL_TYPE_UNKNOWN;
    [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);
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 60 jfieldID toolType;
322 outPointerProperties->toolType = env->GetIntField(pointerPropertiesObj,
323 gPointerPropertiesClassInfo.toolType);
330 env->SetIntField(outPointerPropertiesObj, gPointerPropertiesClassInfo.toolType,
331 pointerProperties->toolType);
    [all...]
  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 152 pointerProperties[i].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER;
203 EXPECT_EQ(pointerProperties[i].toolType, motionEvent->getToolType(i));
InputEvent_test.cpp 225 pointerProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER;
228 pointerProperties[1].toolType = AMOTION_EVENT_TOOL_TYPE_STYLUS;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
MotionEventReader.java 197 pointerProperties.toolType = MotionEvent.TOOL_TYPE_UNKNOWN;
237 pointerProperties.toolType = MotionEvent.TOOL_TYPE_UNKNOWN;
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /frameworks/native/include/input/
Input.h 220 int32_t toolType;
224 toolType = 0;
374 return mPointerProperties[pointerIndex].toolType;
InputTransport.h 436 static bool shouldResampleTool(int32_t toolType);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 436 private PaintMode getPaintModeForTool(int toolType, PaintMode defaultMode) {
437 if (toolType == MotionEvent.TOOL_TYPE_ERASER) {
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 441 final int toolType = event.getToolType(index);
518 .append(" ToolType=").append(MotionEvent.toolTypeToString(toolType))
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
  /prebuilts/devtools/repository/
sdk-repository-2.xsd 50 <xsd:element name="tool" type="sr2:toolType" />
159 <xsd:complexType name="toolType" >
sdk-repository-3.xsd 62 <xsd:element name="tool" type="sdk:toolType" />
114 <xsd:complexType name="toolType" >
sdk-repository-4.xsd 69 <xsd:element name="tool" type="sdk:toolType" />
145 <xsd:complexType name="toolType" >
sdk-repository-5.xsd 79 <xsd:element name="tool" type="sdk:toolType" />
253 <xsd:complexType name="toolType" >
sdk-repository-6.xsd 85 <xsd:element name="tool" type="sdk:toolType" />
282 <xsd:complexType name="toolType" >

Completed in 434 milliseconds

1 2