Lines Matching refs:lt

98 <set xmlns:android="http://schemas.android.com/apk/res/android">
99 <!-- Before rotating, immediately set the alpha to 0. -->
100 <objectAnimator
106 <!-- Rotate. -->
107 <objectAnimator
114 <!-- Half-way through the rotation (see startOffset), set the alpha to 1. -->
115 <objectAnimator
121 </set>
127 <set xmlns:android="http://schemas.android.com/apk/res/android">
128 <!-- Rotate. -->
129 <objectAnimator
136 <!-- Half-way through the rotation (see startOffset), set the alpha to 0. -->
137 <objectAnimator
143 </set>
149 <set xmlns:android="http://schemas.android.com/apk/res/android">
150 <!-- Before rotating, immediately set the alpha to 0. -->
151 <objectAnimator
157 <!-- Rotate. -->
158 <objectAnimator
165 <!-- Half-way through the rotation (see startOffset), set the alpha to 1. -->
166 <objectAnimator
179 <set xmlns:android="http://schemas.android.com/apk/res/android">
180 <!-- Rotate. -->
181 <objectAnimator
188 <!-- Half-way through the rotation (see startOffset), set the alpha to 0. -->
189 <objectAnimator
195 </set>
208 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
216 <TextView android:id="@android:id/text1"
224 <TextView style="?android:textAppearanceSmall"
233 </LinearLayout>
239 <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
292 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"