Loading packages/SystemUI/res/layout/qs_detail_item.xml +0 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,6 @@ <ImageView android:id="@android:id/icon2" style="@style/QSBorderlessButton" android:layout_width="48dp" android:layout_height="48dp" android:clickable="true" Loading packages/SystemUI/res/layout/qs_detail_switch.xml +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ <Switch xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/toggle" android:paddingEnd="@dimen/qs_detail_header_text_padding" android:layout_width="wrap_content" android:layout_height="wrap_content" android:clickable="false" Loading packages/SystemUI/src/com/android/systemui/qs/QSPanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -959,7 +959,7 @@ public class QSPanel extends LinearLayout implements Tunable, Callback, Brightne } r.tile.setDetailListening(show); int x = r.tileView.getLeft() + r.tileView.getWidth() / 2; int y = r.tileView.getDetailY() + mTileLayout.getOffsetTop(r); int y = r.tileView.getDetailY(); handleShowDetailImpl(r, show, x, y); } Loading Loading
packages/SystemUI/res/layout/qs_detail_item.xml +0 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,6 @@ <ImageView android:id="@android:id/icon2" style="@style/QSBorderlessButton" android:layout_width="48dp" android:layout_height="48dp" android:clickable="true" Loading
packages/SystemUI/res/layout/qs_detail_switch.xml +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ <Switch xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/toggle" android:paddingEnd="@dimen/qs_detail_header_text_padding" android:layout_width="wrap_content" android:layout_height="wrap_content" android:clickable="false" Loading
packages/SystemUI/src/com/android/systemui/qs/QSPanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -959,7 +959,7 @@ public class QSPanel extends LinearLayout implements Tunable, Callback, Brightne } r.tile.setDetailListening(show); int x = r.tileView.getLeft() + r.tileView.getWidth() / 2; int y = r.tileView.getDetailY() + mTileLayout.getOffsetTop(r); int y = r.tileView.getDetailY(); handleShowDetailImpl(r, show, x, y); } Loading