android系统开发
xuxinyl
这个作者很懒,什么都没留下…
展开
-
android 增加重启功能
1 frameworks/base/core/java/android/view/WindowManagerPolicy.java原创 2014-05-19 10:44:14 · 1170 阅读 · 0 评论 -
实现Launcher3的立方滚动特效
@Override protected void dispatchDraw(Canvas canvas) { if(this instanceof AppsCustomizePagedView){ if(getChildCount() final long drawingTime = getDrawingTime(); final int count = getC原创 2014-05-19 10:34:04 · 3119 阅读 · 3 评论 -
在Launcher3中增加主题切换功能
1 \packages\apps\Launcher3\res\layout\theme_picker.xml android:layout_width="match_parent" android:layout_height="match_parent" > xmlns:android="http://schemas.android.com/apk/res/原创 2014-05-19 10:57:07 · 7961 阅读 · 0 评论 -
第一开机来电无铃音
private void makeLooper() { if (mRingThread == null) { mRingThread = new Worker("ringer"); if (mRingThread.getLooper() == null) { return ;原创 2014-05-19 17:35:01 · 821 阅读 · 0 评论