Home
last modified time | relevance | path

Searched defs:detector (Results 1 – 22 of 22) sorted by relevance

/frameworks/av/media/libheadtracking/
DStillnessDetector-test.cpp41 StillnessDetector detector(Options{.defaultValue = mDefaultValue, in TEST_P() local
64 StillnessDetector detector(Options{.defaultValue = mDefaultValue, .windowDuration = 0}); in TEST_P() local
70 StillnessDetector detector(Options{.defaultValue = mDefaultValue, in TEST_P() local
94 StillnessDetector detector(Options{.defaultValue = mDefaultValue, in TEST_P() local
118 StillnessDetector detector(Options{.defaultValue = mDefaultValue, in TEST_P() local
139 StillnessDetector detector(Options{.defaultValue = mDefaultValue, in TEST_P() local
/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
DLocationBasedCountryDetectorTest.java186 TestCountryDetector detector = new TestCountryDetector(country, provider); in testFindingCountryCommon() local
223 TestCountryDetector detector = new TestCountryDetector(country, provider); in testFindingCountryCancelled() local
248 TestCountryDetector detector = new TestCountryDetector(country, provider); in testFindingLocationCancelled() local
266 TestCountryDetector detector = new TestCountryDetector(country, provider, timeout) { in testFindingLocationFailed() local
288 TestCountryDetector detector = new TestCountryDetector(country, provider) { in testFindingCountryFailed() local
326 TestCountryDetector detector = new TestCountryDetector(country, provider, timeout); in testFindingCountryWithLastKnownLocation() local
345 private void waitForTimerReset(TestCountryDetector detector) { in waitForTimerReset()
366 private Thread waitForQueryThreadLaunched(TestCountryDetector detector) { in waitForQueryThreadLaunched()
/frameworks/base/core/java/android/view/
DScaleGestureDetector.java72 public boolean onScale(@NonNull ScaleGestureDetector detector); in onScale()
86 public boolean onScaleBegin(@NonNull ScaleGestureDetector detector); in onScaleBegin()
99 public void onScaleEnd(@NonNull ScaleGestureDetector detector); in onScaleEnd()
114 public boolean onScale(@NonNull ScaleGestureDetector detector) { in onScale()
118 public boolean onScaleBegin(@NonNull ScaleGestureDetector detector) { in onScaleBegin()
122 public void onScaleEnd(@NonNull ScaleGestureDetector detector) { in onScaleEnd()
/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/
DTransformTestActivity.java77 public boolean onScale(ScaleGestureDetector detector) { in onScale()
115 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin()
119 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DPanningScalingHandler.java104 public boolean onScale(ScaleGestureDetector detector) { in onScale()
143 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin()
148 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
DFullScreenMagnificationGestureHandler.java486 public boolean onScale(ScaleGestureDetector detector) { in onScale()
520 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin()
525 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
/frameworks/base/services/people/java/com/android/server/people/data/
DUtils.java33 CountryDetector detector = (CountryDetector) context.getSystemService( in getCurrentCountryIso() local
/frameworks/base/core/tests/coretests/src/android/view/
DScaleGesture.java48 public boolean onScale(ScaleGestureDetector detector) { in onScale()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/gesture/
DConsecutiveTapsGestureDetectorTest.java41 private ConsecutiveTapsGestureDetector detector; field in ConsecutiveTapsGestureDetectorTest
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java174 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin()
179 public boolean onScale(ScaleGestureDetector detector) { in onScale()
189 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthDialogPanelInteractionDetectorTest.kt40 private lateinit var detector: AuthDialogPanelInteractionDetector variable in com.android.systemui.biometrics.AuthDialogPanelInteractionDetectorTest
/frameworks/base/services/core/java/com/android/server/policy/
DSingleKeyGestureDetector.java174 SingleKeyGestureDetector detector = new SingleKeyGestureDetector(); in get() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java370 public boolean onScale(ScaleGestureDetector detector) { in onScale()
381 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin()
390 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/
DSeekBarViewModel.kt421 private val detector = GestureDetectorCompat(bar.context, this) constant
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java715 CountryDetector detector = (CountryDetector) context.getSystemService( in getCurrentCountryIso() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchExplorer.java182 Context context, AccessibilityManagerService service, GestureManifold detector) { in TouchExplorer()
187 TouchExplorer(Context context, AccessibilityManagerService service, GestureManifold detector, in TouchExplorer()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionService.java1090 private void onHotwordDetectorDestroyed(@NonNull HotwordDetector detector) { in onHotwordDetectorDestroyed()
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp530 CharacterEncodingDetector *detector = new CharacterEncodingDetector(); in parseMetaData() local
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerTestService.java235 public SoundTriggerDetector detector; field in SoundTriggerTestService.ModelInfo
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java386 RadioBugDetector detector = mRILUnderTest.getRadioBugDetector(); in testRadioErrorWithWakelockTimeout() local
403 RadioBugDetector detector = mRILUnderTest.getRadioBugDetector(); in testRadioErrorWithContinuousSystemErr() local
/frameworks/base/core/java/android/provider/
DCallLog.java2127 final CountryDetector detector = (CountryDetector) context.getSystemService( in getCurrentCountryIso() local
/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java2217 AppProfiler(ActivityManagerService service, Looper bgLooper, LowMemDetector detector) { in AppProfiler()