Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 6 of 6) sorted by relevance

/core/core/src/main/java/androidx/core/view/
DSoftwareKeyboardControllerCompat.java85 private static class Impl { class in SoftwareKeyboardControllerCompat
86 Impl() { in Impl() method in SoftwareKeyboardControllerCompat.Impl
DWindowInsetsAnimationControllerCompat.java226 private static class Impl { class in WindowInsetsAnimationControllerCompat
227 Impl() { in Impl() method in WindowInsetsAnimationControllerCompat.Impl
DWindowInsetsAnimationCompat.java528 private static class Impl { class in WindowInsetsAnimationCompat
536 Impl(int typeMask, @Nullable Interpolator interpolator, long durationMillis) { in Impl() method in WindowInsetsAnimationCompat.Impl
DWindowInsetsControllerCompat.java395 private static class Impl { class in WindowInsetsControllerCompat
398 Impl() { in Impl() method in WindowInsetsControllerCompat.Impl
DWindowInsetsCompat.java738 private static class Impl { class in WindowInsetsCompat
748 Impl(@NonNull WindowInsetsCompat host) { in Impl() method in WindowInsetsCompat.Impl
/core/core-splashscreen/src/main/java/androidx/core/splashscreen/
DSplashScreen.kt230 private open class Impl(val activity: Activity) { in <lambda>() class