Searched refs:isAxisSupported (Results 1 – 11 of 11) sorted by relevance
128 return VelocityTracker::isAxisSupported(axis); in android_view_VelocityTracker_nativeIsAxisSupported()
185 return if (velocityTracker.isAxisSupported(config.velocityAxis)) { in getTrackedVelocity()
345 public boolean isAxisSupported(@VelocityTrackableMotionEventAxis int axis) { in isAxisSupported() method in VelocityTracker
87 static bool isAxisSupported(int32_t axis);
114 if (font->isAxisSupported(axis.axisTag)) { in FontFamily()427 if (font->isAxisSupported(variation.axisTag)) { in createFamilyWithVariation()
153 bool Font::isAxisSupported(uint32_t tag) const { in isAxisSupported() function in minikin::Font
176 bool isAxisSupported(uint32_t tag) const;
55 whenever(velocityTracker.isAxisSupported(config.velocityAxis)).thenReturn(true) in setup()
297 EXPECT_TRUE(VelocityTracker::isAxisSupported(axis)) << axis << " is supported"; in TEST()300 EXPECT_FALSE(VelocityTracker::isAxisSupported(axis)) << axis << " is NOT supported"; in TEST()
152 bool VelocityTracker::isAxisSupported(int32_t axis) { in isAxisSupported() function in android::VelocityTracker
52455 method public boolean isAxisSupported(int);