Home
last modified time | relevance | path

Searched defs:View (Results 1 – 4 of 4) sorted by relevance

/core/core/src/main/java/androidx/core/app/
DActivityOptionsCompat.java213 @NonNull Activity activity, Pair<View, String> @Nullable ... sharedElements) { in makeSceneTransitionAnimation()
/core/core/src/androidTest/java/androidx/core/view/
DWindowInsetsControllerCompatActivityTest.kt359 private fun View.assertInsetsVisibility(type: Int, expectedVisibility: Boolean) { in <lambda>() method
388 private fun View.doAndAwaitNextInsets(action: (View) -> Unit): WindowInsetsCompat { in doAndAwaitNextInsets() method
DWindowInsetsCompatActivityTest.kt384 private fun View.doAndAwaitNextInsets(action: (View) -> Unit): WindowInsetsCompat { in doAndAwaitNextInsets() method
409 private fun View.requestAndAwaitInsets(): WindowInsetsCompat { in requestAndAwaitInsets() method
DSoftwareKeyboardControllerCompatActivityTest.kt220 private fun View.doAndAwaitNextInsets( in <lambda>() method