Refactoring: rename android-compiler-plugin to android-extensions-compiler

This commit is contained in:
Natalia Ukhorskaya
2016-03-11 15:59:29 +03:00
parent 93161be199
commit 7e6fa8ef17
159 changed files with 84 additions and 84 deletions
@@ -0,0 +1,29 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/item_detail_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ItemDetailActivity"
tools:ignore="MergeRootFrame" >
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Enter your password" />
<EditText
android:id="@+id/password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textPassword" />
<Button
android:id="@+id/login"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Sign in" />
</FrameLayout>
@@ -0,0 +1,33 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.get
public val android.app.Activity.item_detail_container: android.widget.FrameLayout!
public val android.app.Fragment.item_detail_container: android.widget.FrameLayout!
public val android.app.Activity.login: android.widget.Button!
public val android.app.Fragment.login: android.widget.Button!
public val android.app.Activity.password: android.widget.EditText!
public val android.app.Fragment.password: android.widget.EditText!
public val android.app.Activity.textView1: android.widget.TextView!
public val android.app.Fragment.textView1: android.widget.TextView!
kotlinx.android.synthetic.main.get.view
public val android.view.View.item_detail_container: android.widget.FrameLayout!
public val android.view.View.login: android.widget.Button!
public val android.view.View.password: android.widget.EditText!
public val android.view.View.textView1: android.widget.TextView!
@@ -0,0 +1,14 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ItemDetailActivity"
tools:ignore="MergeRootFrame" >
<view
class="android.inputmethodservice.KeyboardView"
android:id="@+id/MyKeyboardView"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</FrameLayout>
@@ -0,0 +1,24 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.MyKeyboardView: android.inputmethodservice.KeyboardView!
public val android.app.Fragment.MyKeyboardView: android.inputmethodservice.KeyboardView!
kotlinx.android.synthetic.main.test.view
public val android.view.View.MyKeyboardView: android.inputmethodservice.KeyboardView!
@@ -0,0 +1,13 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ItemDetailActivity"
tools:ignore="MergeRootFrame" >
<android.inputmethodservice.KeyboardView
android:id="@+id/MyKeyboardView"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</FrameLayout>
@@ -0,0 +1,24 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.MyKeyboardView: android.inputmethodservice.KeyboardView!
public val android.app.Fragment.MyKeyboardView: android.inputmethodservice.KeyboardView!
kotlinx.android.synthetic.main.test.view
public val android.view.View.MyKeyboardView: android.inputmethodservice.KeyboardView!
@@ -0,0 +1,10 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<FrameLayout
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</FrameLayout>
@@ -0,0 +1,10 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</FrameLayout>
@@ -0,0 +1,24 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.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.Fragment.button: android.view.View!
kotlinx.android.synthetic.main.test.view
public val android.view.View.button: android.view.View!
@@ -0,0 +1,29 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/item_detail_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ItemDetailActivity"
tools:ignore="MergeRootFrame" >
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Enter your password" />
<EditText
android:id="@+id/password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textPassword" />
<Button
android:id="@+id/login"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Sign in" />
</FrameLayout>
@@ -0,0 +1,29 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/frameLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ItemDetailActivity"
tools:ignore="MergeRootFrame" >
<TextView
android:id="@+id/passwordField"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Enter your password" />
<EditText
android:id="@+id/passwordCaption"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textPassword" />
<Button
android:id="@+id/loginButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Sign in" />
</FrameLayout>
@@ -0,0 +1,53 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.item_detail_container: android.widget.FrameLayout!
public val android.app.Fragment.item_detail_container: android.widget.FrameLayout!
public val android.app.Activity.login: android.widget.Button!
public val android.app.Fragment.login: android.widget.Button!
public val android.app.Activity.password: android.widget.EditText!
public val android.app.Fragment.password: android.widget.EditText!
public val android.app.Activity.textView1: android.widget.TextView!
public val android.app.Fragment.textView1: android.widget.TextView!
kotlinx.android.synthetic.main.test.view
public val android.view.View.item_detail_container: android.widget.FrameLayout!
public val android.view.View.login: android.widget.Button!
public val android.view.View.password: android.widget.EditText!
public val android.view.View.textView1: android.widget.TextView!
kotlinx.android.synthetic.main.test1
public val android.app.Activity.frameLayout: android.widget.FrameLayout!
public val android.app.Fragment.frameLayout: android.widget.FrameLayout!
public val android.app.Activity.loginButton: android.widget.Button!
public val android.app.Fragment.loginButton: android.widget.Button!
public val android.app.Activity.passwordCaption: android.widget.EditText!
public val android.app.Fragment.passwordCaption: android.widget.EditText!
public val android.app.Activity.passwordField: android.widget.TextView!
public val android.app.Fragment.passwordField: android.widget.TextView!
kotlinx.android.synthetic.main.test1.view
public val android.view.View.frameLayout: android.widget.FrameLayout!
public val android.view.View.loginButton: android.widget.Button!
public val android.view.View.passwordCaption: android.widget.EditText!
public val android.view.View.passwordField: android.widget.TextView!
@@ -0,0 +1,25 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ItemDetailActivity"
tools:ignore="MergeRootFrame" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Enter your password" />
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textPassword" />
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Sign in" />
</FrameLayout>
@@ -0,0 +1,19 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
kotlinx.android.synthetic.main.test.view
@@ -0,0 +1,25 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<Button
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</FrameLayout>
@@ -0,0 +1,27 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.textView1: android.view.View!
public val android.app.Fragment.textView1: android.view.View!
public val android.app.Activity.textView2: android.widget.TextView!
public val android.app.Fragment.textView2: android.widget.TextView!
kotlinx.android.synthetic.main.test.view
public val android.view.View.textView1: android.view.View!
public val android.view.View.textView2: android.widget.TextView!
@@ -0,0 +1,15 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<Button
android:id="@+id/button2"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</FrameLayout>
@@ -0,0 +1,15 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<FrameLayout
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<Button
android:id="@+id/button3"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</FrameLayout>
@@ -0,0 +1,30 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.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.Fragment.button: android.view.View!
public val android.app.Activity.button2: android.widget.Button!
public val android.app.Fragment.button2: android.widget.Button!
public val android.app.Activity.button3: android.widget.Button!
public val android.app.Fragment.button3: android.widget.Button!
kotlinx.android.synthetic.main.test.view
public val android.view.View.button: android.view.View!
public val android.view.View.button2: android.widget.Button!
public val android.view.View.button3: android.widget.Button!
@@ -0,0 +1,29 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/item_detail_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ItemDetailActivity"
tools:ignore="MergeRootFrame" >
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Enter your password" />
<EditText
android:id="@+id/password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textPassword" />
<Button
android:id="@+id/login"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Sign in" />
</FrameLayout>
@@ -0,0 +1,33 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.item_detail_container: android.widget.FrameLayout!
public val android.app.Fragment.item_detail_container: android.widget.FrameLayout!
public val android.app.Activity.login: android.widget.Button!
public val android.app.Fragment.login: android.widget.Button!
public val android.app.Activity.password: android.widget.EditText!
public val android.app.Fragment.password: android.widget.EditText!
public val android.app.Activity.textView1: android.widget.TextView!
public val android.app.Fragment.textView1: android.widget.TextView!
kotlinx.android.synthetic.main.test.view
public val android.view.View.item_detail_container: android.widget.FrameLayout!
public val android.view.View.login: android.widget.Button!
public val android.view.View.password: android.widget.EditText!
public val android.view.View.textView1: android.widget.TextView!
@@ -0,0 +1,29 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include
layout="@android:layout/simple_list_item_1"
android:id="@+id/includeTag" />
<merge
layout="@android:layout/simple_list_item_1"
android:id="@+id/mergeTag" />
<fragment
layout="@android:layout/simple_list_item_1"
android:id="@+id/fragmentTag"
android:layout_height="wrap_content"
android:layout_width="wrap_content" />
<TextView
android:id="@+id/fun"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<Button
android:id="@+id/set"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</FrameLayout>
@@ -0,0 +1,32 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.fragmentTag: android.app.Fragment!
public val android.app.Fragment.fragmentTag: android.app.Fragment!
public val android.app.Activity.`fun`: android.widget.TextView!
public val android.app.Fragment.`fun`: android.widget.TextView!
public val android.app.Activity.includeTag: android.view.View!
public val android.app.Fragment.includeTag: android.view.View!
public val android.app.Activity.set: android.widget.Button!
public val android.app.Fragment.set: android.widget.Button!
kotlinx.android.synthetic.main.test.view
public val android.view.View.`fun`: android.widget.TextView!
public val android.view.View.includeTag: android.view.View!
public val android.view.View.set: android.widget.Button!
@@ -0,0 +1,29 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/item_detail_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ItemDetailActivity"
tools:ignore="MergeRootFrame" >
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Enter your password" />
<EditText
android:id="@+id/password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textPassword" />
<Button
android:id="@+id/login"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Sign in" />
</FrameLayout>
@@ -0,0 +1,33 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.item_detail_container: android.widget.FrameLayout!
public val android.app.Fragment.item_detail_container: android.widget.FrameLayout!
public val android.app.Activity.login: android.widget.Button!
public val android.app.Fragment.login: android.widget.Button!
public val android.app.Activity.password: android.widget.EditText!
public val android.app.Fragment.password: android.widget.EditText!
public val android.app.Activity.textView1: android.widget.TextView!
public val android.app.Fragment.textView1: android.widget.TextView!
kotlinx.android.synthetic.main.test.view
public val android.view.View.item_detail_container: android.widget.FrameLayout!
public val android.view.View.login: android.widget.Button!
public val android.view.View.password: android.widget.EditText!
public val android.view.View.textView1: android.widget.TextView!
@@ -0,0 +1,29 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include
layout="@android:layout/simple_list_item_1"
android:id="@+id/includeTag" />
<merge
layout="@android:layout/simple_list_item_1"
android:id="@+id/mergeTag" />
<fragment
layout="@android:layout/simple_list_item_1"
android:id="@+id/fragmentTag"
android:layout_height="wrap_content"
android:layout_width="wrap_content" />
<TextView
android:id="@+id/fun"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<Button
android:id="@+id/set"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</FrameLayout>
@@ -0,0 +1,32 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.fragmentTag: android.app.Fragment!
public val android.app.Fragment.fragmentTag: android.app.Fragment!
public val android.app.Activity.`fun`: android.widget.TextView!
public val android.app.Fragment.`fun`: android.widget.TextView!
public val android.app.Activity.includeTag: android.view.View!
public val android.app.Fragment.includeTag: android.view.View!
public val android.app.Activity.set: android.widget.Button!
public val android.app.Fragment.set: android.widget.Button!
kotlinx.android.synthetic.main.test.view
public val android.view.View.`fun`: android.widget.TextView!
public val android.view.View.includeTag: android.view.View!
public val android.view.View.set: android.widget.Button!
@@ -0,0 +1,13 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ItemDetailActivity"
tools:ignore="MergeRootFrame" >
<a.b.c
android:id="@+id/MyView"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</FrameLayout>
@@ -0,0 +1,24 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.MyView: android.view.View!
public val android.app.Fragment.MyView: android.view.View!
kotlinx.android.synthetic.main.test.view
public val android.view.View.MyView: android.view.View!
@@ -0,0 +1,13 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ItemDetailActivity"
tools:ignore="MergeRootFrame" >
<KeyboardView
android:id="@+id/MyKeyboardView"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</FrameLayout>
@@ -0,0 +1,24 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.MyKeyboardView: android.view.View!
public val android.app.Fragment.MyKeyboardView: android.view.View!
kotlinx.android.synthetic.main.test.view
public val android.view.View.MyKeyboardView: android.view.View!
@@ -0,0 +1,11 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<ViewStub
android:id="@+id/stub"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</FrameLayout>
@@ -0,0 +1,24 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.stub: android.view.View!
public val android.app.Fragment.stub: android.view.View!
kotlinx.android.synthetic.main.test.view
public val android.view.View.stub: android.view.View!