58 code results in Kotlin/anko or view all results on GitHub
anko/library/static/commons/src/main/java/Custom.kt
Kotlin
Showing the top two matches
Last indexed Jul 11, 2018
anko/library/static/commons/src/main/java/AnkoContext.kt
Kotlin
Showing the top two matches
Last indexed Jul 19, 2018
| 30 | private annotation class AnkoContextDslMarker |
| 31 | |
| 32 | @AnkoContextDslMarker |
| 33 | interface AnkoContext<out T> : ViewManager { |
| 34 | val ctx: Context |
| 35 | val owner: T |
| … | |
| 42 | override fun removeView(view: View) { |
| 43 | throw UnsupportedOperationException() |
| 44 | } |
| 45 | |
| 46 | companion object { |
| 47 | fun create(ctx: Context, setContentView: Boolean = false): AnkoContext<Context> |
anko/library/static/commons/src/main/java/Internals.kt
Kotlin
Showing the top three matches
Last indexed Jul 19, 2018
anko/library/static/platform/src/main/java/CustomViews.kt
Kotlin
Showing the top match
Last indexed Jul 11, 2018
anko/library/generated/sdk21/src/main/java/Views.kt
Kotlin
Showing the top two matches
Last indexed Jul 11, 2018
| 15 | internal object `$$Anko$Factories$Sdk21View` { |
| 16 | val MEDIA_ROUTE_BUTTON = { ctx: Context -> android.app.MediaRouteButton(ctx) } |
| 17 | val GESTURE_OVERLAY_VIEW = { ctx: Context -> android.gesture.GestureOverlayView(ctx) } |
| 18 | val EXTRACT_EDIT_TEXT = { ctx: Context -> android.inputmethodservice.ExtractEditText(ctx) } |
anko/library/generated/sdk23/src/main/java/Views.kt
Kotlin
Showing the top two matches
Last indexed Jul 11, 2018
| 15 | internal object `$$Anko$Factories$Sdk23View` { |
| 16 | val MEDIA_ROUTE_BUTTON = { ctx: Context -> android.app.MediaRouteButton(ctx) } |
| 17 | val GESTURE_OVERLAY_VIEW = { ctx: Context -> android.gesture.GestureOverlayView(ctx) } |
| 18 | val EXTRACT_EDIT_TEXT = { ctx: Context -> android.inputmethodservice.ExtractEditText(ctx) } |
anko/library/generated/sdk25/src/main/java/Views.kt
Kotlin
Showing the top two matches
Last indexed Jul 11, 2018
| 15 | internal object `$$Anko$Factories$Sdk25View` { |
| 16 | val MEDIA_ROUTE_BUTTON = { ctx: Context -> android.app.MediaRouteButton(ctx) } |
| 17 | val GESTURE_OVERLAY_VIEW = { ctx: Context -> android.gesture.GestureOverlayView(ctx) } |
| 18 | val EXTRACT_EDIT_TEXT = { ctx: Context -> android.inputmethodservice.ExtractEditText(ctx) } |
anko/library/generated/sdk27/src/main/java/Views.kt
Kotlin
Showing the top two matches
Last indexed Jul 11, 2018
| 15 | internal object `$$Anko$Factories$Sdk27View` { |
| 16 | val MEDIA_ROUTE_BUTTON = { ctx: Context -> android.app.MediaRouteButton(ctx) } |
| 17 | val GESTURE_OVERLAY_VIEW = { ctx: Context -> android.gesture.GestureOverlayView(ctx) } |
| 18 | val EXTRACT_EDIT_TEXT = { ctx: Context -> android.inputmethodservice.ExtractEditText(ctx) } |
anko/library/generated/sdk28/src/main/java/Views.kt
Kotlin
Showing the top two matches
Last indexed Jul 30, 2018
| 15 | internal object `$$Anko$Factories$Sdk28View` { |
| 16 | val MEDIA_ROUTE_BUTTON = { ctx: Context -> android.app.MediaRouteButton(ctx) } |
| 17 | val GESTURE_OVERLAY_VIEW = { ctx: Context -> android.gesture.GestureOverlayView(ctx) } |
| 18 | val EXTRACT_EDIT_TEXT = { ctx: Context -> android.inputmethodservice.ExtractEditText(ctx) } |
anko/library/generated/sdk19/src/main/java/Views.kt
Kotlin
Showing the top two matches
Last indexed Jul 11, 2018
| 15 | internal object `$$Anko$Factories$Sdk19View` { |
| 16 | val MEDIA_ROUTE_BUTTON = { ctx: Context -> android.app.MediaRouteButton(ctx) } |
| 17 | val GESTURE_OVERLAY_VIEW = { ctx: Context -> android.gesture.GestureOverlayView(ctx) } |
| 18 | val EXTRACT_EDIT_TEXT = { ctx: Context -> android.inputmethodservice.ExtractEditText(ctx) } |