Loading packages/SystemUI/src/com/android/systemui/SystemUIFactory.java +0 −7 Original line number Diff line number Diff line Loading @@ -119,13 +119,6 @@ public class SystemUIFactory { return null; } /** * @return The id for the home button layout. */ public int getHomeLayoutId() { return R.layout.home; } public AssistManager createAssistManager(BaseStatusBar bar, Context context) { return new AssistManager(bar, context); } Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarInflaterView.java +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ public class NavigationBarInflaterView extends FrameLayout implements TunerServi String button = extractButton(buttonSpec); View v = null; if (HOME.equals(button)) { v = inflater.inflate(SystemUIFactory.getInstance().getHomeLayoutId(), parent, false); v = inflater.inflate(R.layout.home, parent, false); if (landscape && isSw600Dp()) { setupLandButton(v); } Loading Loading
packages/SystemUI/src/com/android/systemui/SystemUIFactory.java +0 −7 Original line number Diff line number Diff line Loading @@ -119,13 +119,6 @@ public class SystemUIFactory { return null; } /** * @return The id for the home button layout. */ public int getHomeLayoutId() { return R.layout.home; } public AssistManager createAssistManager(BaseStatusBar bar, Context context) { return new AssistManager(bar, context); } Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarInflaterView.java +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ public class NavigationBarInflaterView extends FrameLayout implements TunerServi String button = extractButton(buttonSpec); View v = null; if (HOME.equals(button)) { v = inflater.inflate(SystemUIFactory.getInstance().getHomeLayoutId(), parent, false); v = inflater.inflate(R.layout.home, parent, false); if (landscape && isSw600Dp()) { setupLandButton(v); } Loading