/frameworks/av/media/libheadtracking/ |
D | StillnessDetector-test.cpp | 41 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/ |
D | LocationBasedCountryDetectorTest.java | 186 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/ |
D | ScaleGestureDetector.java | 72 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/ |
D | TransformTestActivity.java | 77 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/ |
D | PanningScalingHandler.java | 104 public boolean onScale(ScaleGestureDetector detector) { in onScale() 143 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin() 148 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
|
D | FullScreenMagnificationGestureHandler.java | 371 public boolean onScale(ScaleGestureDetector detector) { in onScale() 409 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin() 414 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | Utils.java | 33 CountryDetector detector = (CountryDetector) context.getSystemService( in getCurrentCountryIso() local
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ScaleGesture.java | 48 public boolean onScale(ScaleGestureDetector detector) { in onScale()
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/gesture/ |
D | ConsecutiveTapsGestureDetectorTest.java | 41 private ConsecutiveTapsGestureDetector detector; field in ConsecutiveTapsGestureDetectorTest
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | CropView.java | 174 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/core/java/android/service/voice/ |
D | VoiceInteractionService.java | 510 private void onDspHotwordDetectorDestroyed(@NonNull AlwaysOnHotwordDetector detector) { in onDspHotwordDetectorDestroyed() 516 private void onMicrophoneHotwordDetectorDestroyed(@NonNull SoftwareHotwordDetector detector) { in onMicrophoneHotwordDetectorDestroyed()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | SingleKeyGestureDetector.java | 174 SingleKeyGestureDetector detector = new SingleKeyGestureDetector(); in get() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/ |
D | SeekBarViewModel.kt | 389 private val detector = GestureDetectorCompat(bar.context, this) constant in com.android.systemui.media.controls.models.player.SeekBarViewModel.SeekBarTouchListener
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 370 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/telecomm/java/android/telecom/ |
D | CallerInfo.java | 715 CountryDetector detector = (CountryDetector) context.getSystemService( in getCurrentCountryIso() local
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | TouchExplorer.java | 179 Context context, AccessibilityManagerService service, GestureManifold detector) { in TouchExplorer() 184 TouchExplorer(Context context, AccessibilityManagerService service, GestureManifold detector, in TouchExplorer()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightMetadataRetriever.cpp | 529 CharacterEncodingDetector *detector = new CharacterEncodingDetector(); in parseMetaData() local
|
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
D | SoundTriggerTestService.java | 235 public SoundTriggerDetector detector; field in SoundTriggerTestService.ModelInfo
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 356 RadioBugDetector detector = mRILUnderTest.getRadioBugDetector(); in testRadioErrorWithWakelockTimeout() local 373 RadioBugDetector detector = mRILUnderTest.getRadioBugDetector(); in testRadioErrorWithContinuousSystemErr() local
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 2117 final CountryDetector detector = (CountryDetector) context.getSystemService( in getCurrentCountryIso() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppProfiler.java | 1981 AppProfiler(ActivityManagerService service, Looper bgLooper, LowMemDetector detector) { in AppProfiler()
|