Loading core/java/android/view/View.java +1 −0 Original line number Diff line number Diff line Loading @@ -17914,6 +17914,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * @see #setOutlineProvider(ViewOutlineProvider) * @see #getClipToOutline() */ @RemotableViewMethod public void setClipToOutline(boolean clipToOutline) { damageInParent(); if (getClipToOutline() != clipToOutline) { packages/SystemUI/res/layout/people_space_small_avatar_tile.xml +3 −1 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ </LinearLayout> </LinearLayout> <LinearLayout android:id="@+id/content_background" android:background="@drawable/people_space_content_background" android:layout_gravity="center" android:layout_width="match_parent" Loading @@ -187,7 +188,8 @@ android:id="@+id/image" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone"/> android:visibility="gone" android:scaleType="centerCrop"/> </LinearLayout> </LinearLayout> </RelativeLayout> Loading packages/SystemUI/src/com/android/systemui/people/PeopleSpaceUtils.java +1 −0 Original line number Diff line number Diff line Loading @@ -294,6 +294,7 @@ public class PeopleSpaceUtils { ) ); views.setImageViewIcon(R.id.person_icon, tile.getUserIcon()); views.setBoolean(R.id.content_background, "setClipToOutline", true); Intent activityIntent = new Intent(context, LaunchConversationActivity.class); activityIntent.addFlags( Loading Loading
core/java/android/view/View.java +1 −0 Original line number Diff line number Diff line Loading @@ -17914,6 +17914,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * @see #setOutlineProvider(ViewOutlineProvider) * @see #getClipToOutline() */ @RemotableViewMethod public void setClipToOutline(boolean clipToOutline) { damageInParent(); if (getClipToOutline() != clipToOutline) {
packages/SystemUI/res/layout/people_space_small_avatar_tile.xml +3 −1 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ </LinearLayout> </LinearLayout> <LinearLayout android:id="@+id/content_background" android:background="@drawable/people_space_content_background" android:layout_gravity="center" android:layout_width="match_parent" Loading @@ -187,7 +188,8 @@ android:id="@+id/image" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone"/> android:visibility="gone" android:scaleType="centerCrop"/> </LinearLayout> </LinearLayout> </RelativeLayout> Loading
packages/SystemUI/src/com/android/systemui/people/PeopleSpaceUtils.java +1 −0 Original line number Diff line number Diff line Loading @@ -294,6 +294,7 @@ public class PeopleSpaceUtils { ) ); views.setImageViewIcon(R.id.person_icon, tile.getUserIcon()); views.setBoolean(R.id.content_background, "setClipToOutline", true); Intent activityIntent = new Intent(context, LaunchConversationActivity.class); activityIntent.addFlags( Loading