Searched defs:View (Results 1 – 3 of 3) sorted by relevance
419 BiFunction<View, Editable, InputConnection> inputConnectionProvider) throws Exception { in expectNativeInvalidateInput()424 BiFunction<View, Editable, InputConnection> inputConnectionProvider) throws Exception { in expectFallbackInvalidateInput()429 BiFunction<View, Editable, InputConnection> inputConnectionProvider) throws Exception { in testInvalidateInputMain()
401 BiFunction<View, Editable, InputConnection> inputConnectionProvider) throws Exception { in testInvalidateInputMain()
807 private fun View.bgContainsColor(@ColorInt color: Int): Boolean { in <lambda>() method