mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
28 lines
817 B
Plaintext
Vendored
28 lines
817 B
Plaintext
Vendored
kotlinx
|
|
|
|
|
|
kotlinx.android
|
|
|
|
|
|
kotlinx.android.synthetic
|
|
|
|
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
|
|
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
|
|
public fun android.view.View.clearFindViewByIdCache(): kotlin.Unit
|
|
public fun kotlinx.android.extensions.LayoutContainer.clearFindViewByIdCache(): kotlin.Unit
|
|
|
|
|
|
kotlinx.android.synthetic.main
|
|
|
|
|
|
kotlinx.android.synthetic.main.test
|
|
|
|
public val android.app.Activity.button: android.view.View!
|
|
public val android.app.Dialog.button: android.view.View!
|
|
public val android.app.Fragment.button: android.view.View!
|
|
public val kotlinx.android.extensions.LayoutContainer.button: android.view.View!
|
|
|
|
|
|
kotlinx.android.synthetic.main.test.view
|
|
|
|
public val android.view.View.button: android.view.View! |