Home
last modified time | relevance | path

Searched refs:mDetector (Results 1 – 22 of 22) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/android/javatests/src/org/chromium/chromoting/
H A DSwipePinchDetectorTest.java27 private SwipePinchDetector mDetector; field in SwipePinchDetectorTest
38 mDetector = new SwipePinchDetector(context); in setUp()
66 mDetector.onTouchEvent(event); in injectEvent()
75 Assert.assertFalse(mDetector.isSwiping()); in testSwipeRecognition()
76 Assert.assertFalse(mDetector.isPinching()); in testSwipeRecognition()
82 Assert.assertTrue(mDetector.isSwiping()); in testSwipeRecognition()
92 Assert.assertFalse(mDetector.isSwiping()); in testPinchRecognition()
99 Assert.assertFalse(mDetector.isSwiping()); in testPinchRecognition()
100 Assert.assertTrue(mDetector.isPinching()); in testPinchRecognition()
114 Assert.assertFalse(mDetector.isSwiping()); in testNoMotion()
[all …]
H A DTapGestureDetectorTest.java75 private TapGestureDetector mDetector; field in TapGestureDetectorTest
82 mDetector.onTouchEvent(event); in injectMoveEvent()
89 mDetector.onTouchEvent(event); in injectDownEvent()
96 mDetector.onTouchEvent(event); in injectUpEvent()
106 mDetector = new TapGestureDetector( in setUp()
193 mDetector = new TapGestureDetector( in testLongPress()
/dports/audio/mous/mous-2.0.1/deps/uchardect/
H A DCharsetConv.cpp51 mDetector(new nsDetectorWrapper), in CharsetConv()
59 if (mDetector != NULL) in ~CharsetConv()
60 delete mDetector; in ~CharsetConv()
97 int ret = mDetector->HandleData(buf, (PRUint32)len); in Probe()
98 mDetector->DataEnd(); in Probe()
100 charset.assign(mDetector->GetCharset()); in Probe()
102 mDetector->Reset(); in Probe()
H A DCharsetConv.h32 nsDetectorWrapper* mDetector;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/eventfilter/
H A DGestureEventFilter.java20 private final GestureDetector mDetector; field in GestureEventFilter
95 mDetector = new GestureDetector(context, new GestureDetector.SimpleOnGestureListener() { in GestureEventFilter()
173 mDetector.setIsLongpressEnabled(mUseDefaultLongPress); in GestureEventFilter()
236 mDetector.setIsLongpressEnabled(false); in onTouchEventInternal()
239 mDetector.setIsLongpressEnabled(mUseDefaultLongPress); in onTouchEventInternal()
242 mDetector.onTouchEvent(e); in onTouchEventInternal()
/dports/graphics/opencv/opencv-4.5.3/samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/
H A DColorBlobDetectionActivity.java39 private ColorBlobDetector mDetector; field in ColorBlobDetectionActivity
117 mDetector = new ColorBlobDetector(); in onCameraViewStarted()
167 mDetector.setHsvColor(mBlobColorHsv); in onTouch()
169 …Imgproc.resize(mDetector.getSpectrum(), mSpectrum, SPECTRUM_SIZE, 0, 0, Imgproc.INTER_LINEAR_EXACT… in onTouch()
183 mDetector.process(mRgba); in onCameraFrame()
184 List<MatOfPoint> contours = mDetector.getContours(); in onCameraFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/qrcode/scan_tab/
H A DQrCodeScanMediator.java51 private BarcodeDetector mDetector; field in QrCodeScanMediator
70 mDetector = null; in QrCodeScanMediator()
145 if (mDetector == null) { in onPreviewFrame()
156 SparseArray<Barcode> barcodes = mDetector.detect(frame); in onPreviewFrame()
206 mDetector = detector; in initBarcodeDetectorAsync()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/android/java/src/org/chromium/chromoting/
H A DTapGestureDetector.java74 private final WeakReference<TapGestureDetector> mDetector; field in TapGestureDetector.EventHandler
77 mDetector = new WeakReference<TapGestureDetector>(detector); in EventHandler()
82 TapGestureDetector detector = mDetector.get(); in handleMessage()
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/android/DaliClock/app/src/main/java/org/jwz/daliclock/
H A DDaliClockActivity.java43 private GestureDetectorCompat mDetector; field in DaliClockActivity
56 mDetector = new GestureDetectorCompat (this, this); in onCreate()
57 mDetector.setOnDoubleTapListener(this); in onCreate()
98 this.mDetector.onTouchEvent(event); in onTouchEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/gesturenav/
H A DNavigationHandler.java90 private GestureDetector mDetector; field in NavigationHandler
158 mDetector = new GestureDetector(mContext, new SideNavGestureListener()); in NavigationHandler()
192 mDetector.onTouchEvent(e); in handleTouchEvent()
341 mDetector = null; in destroy()
/dports/editors/libreoffice/libreoffice-7.2.6.2/android/source/src/java/org/libreoffice/overlay/
H A DCalcHeadersView.java39 private GestureDetectorCompat mDetector; field in CalcHeadersView
63mDetector = new GestureDetectorCompat(getContext(), new HeaderGestureListener()); in initialize()
73 return mDetector.onTouchEvent(event); in initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/libreoffice/overlay/
H A DCalcHeadersView.java39 private GestureDetectorCompat mDetector; field in CalcHeadersView
63mDetector = new GestureDetectorCompat(getContext(), new HeaderGestureListener()); in initialize()
73 return mDetector.onTouchEvent(event); in initialize()
/dports/games/ecwolf/ecwolf-1.3.3-src/android-libs/launcher/src/com/mobeta/android/dslv/
H A DDragSortController.java49 private GestureDetector mDetector; field in DragSortController
115 mDetector = new GestureDetector(dslv.getContext(), this); in DragSortController()
243 mDetector.onTouchEvent(ev); in onTouch()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5StreamParser.h576 mozilla::UniquePtr<mozilla::EncodingDetector> mDetector; variable
H A DnsHtml5StreamParser.cpp242 auto encoding = mDetector->Guess(mTLD, mDecodingLocalFileWithoutTokenizing); in GuessEncoding()
306 Unused << mDetector->Feed(aBuffer, aLast); in FeedDetector()
981 mDetector = mozilla::EncodingDetector::Create(); in OnStartRequest()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5StreamParser.h692 mozilla::UniquePtr<mozilla::EncodingDetector> mDetector; variable
H A DnsHtml5StreamParser.cpp308 auto ifHadBeenForced = mDetector->Guess(EmptyCString(), true); in GuessEncoding()
312 : mDetector->Guess(mTLD, mDecodingLocalFileWithoutTokenizing); in GuessEncoding()
366 mDetectorHasSeenNonAscii = mDetector->Feed(aBuffer, false); in FeedDetector()
377 mDetectorHasSeenNonAscii = mDetector->Feed(Span<const uint8_t>(), true); in DetectorEof()
1017 mDetector = mozilla::EncodingDetector::Create(); in OnStartRequest()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5StreamParser.h659 mozilla::UniquePtr<mozilla::EncodingDetector> mDetector; variable
H A DnsHtml5StreamParser.cpp328 auto ifHadBeenForced = mDetector->Guess(EmptyCString(), true);
331 : mDetector->Guess(mTLD, mDecodingLocalFileWithoutTokenizing);
406 mDetectorHasSeenNonAscii = mDetector->Feed(aBuffer, aLast);
1219 mDetector = mozilla::EncodingDetector::Create();
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5StreamParser.h659 mozilla::UniquePtr<mozilla::EncodingDetector> mDetector; variable
H A DnsHtml5StreamParser.cpp328 auto ifHadBeenForced = mDetector->Guess(EmptyCString(), true); in GuessEncoding()
331 : mDetector->Guess(mTLD, mDecodingLocalFileWithoutTokenizing); in GuessEncoding()
406 mDetectorHasSeenNonAscii = mDetector->Feed(aBuffer, aLast); in FeedDetector()
1219 mDetector = mozilla::EncodingDetector::Create(); in OnStartRequest()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Dworldimp.cpp3452 : mOut(out), mDetector(detector), mSquaredDist(squaredDist), mType(type) in AddDetectedReferenceVisitor()
3457 Ptr mDetector; member
3462 …if ((ptr.getRefData().getPosition().asVec3() - mDetector.getRefData().getPosition().asVec3()).leng… in operator ()()
3480 if (needToAdd(*it, mDetector)) in operator ()()
3489 if (needToAdd(ptr, mDetector)) in operator ()()