资源简介
完全自定义界面的来电秀demo,以各种方式显示自定义界面。详情请看 http://blog.csdn.net/likebamboo/article/details/14449881
代码片段和文件信息
/*
* This file is auto-generated. DO NOT MODIFY.
* Original file: D:\\workspace\\PhoneShow\\src\\com\\android\\internal\\telephony\\ITelephony.aidl
*/
package com.android.internal.telephony;
public interface ITelephony extends android.os.IInterface
{
/** Local-side IPC implementation stub class. */
public static abstract class Stub extends android.os.Binder implements com.android.internal.telephony.ITelephony
{
private static final java.lang.String DEscriptOR = “com.android.internal.telephony.ITelephony“;
/** Construct the stub at attach it to the interface. */
public Stub()
{
this.attachInterface(this DEscriptOR);
}
/**
* Cast an IBinder object into an com.android.internal.telephony.ITelephony interface
* generating a proxy if needed.
*/
public static com.android.internal.telephony.ITelephony asInterface(android.os.IBinder obj)
{
if ((obj==null)) {
return null;
}
android.os.IInterface iin = obj.queryLocalInterface(DEscriptOR);
if (((iin!=null)&&(iin instanceof com.android.internal.telephony.ITelephony))) {
return ((com.android.internal.telephony.ITelephony)iin);
}
return new com.android.internal.telephony.ITelephony.Stub.Proxy(obj);
}
@Override public android.os.IBinder asBinder()
{
return this;
}
@Override public boolean onTransact(int code android.os.Parcel data android.os.Parcel reply int flags) throws android.os.RemoteException
{
switch (code)
{
case INTERFACE_TRANSACTION:
{
reply.writeString(DEscriptOR);
return true;
}
case TRANSACTION_endCall:
{
data.enforceInterface(DEscriptOR);
boolean _result = this.endCall();
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
case TRANSACTION_answerRingingCall:
{
data.enforceInterface(DEscriptOR);
this.answerRingingCall();
reply.writeNoException();
return true;
}
}
return super.onTransact(code data reply flags);
}
private static class Proxy implements com.android.internal.telephony.ITelephony
{
private android.os.IBinder mRemote;
Proxy(android.os.IBinder remote)
{
mRemote = remote;
}
@Override public android.os.IBinder asBinder()
{
return mRemote;
}
public java.lang.String getInterfaceDescriptor()
{
return DEscriptOR;
}
@Override public boolean endCall() throws android.os.RemoteException
{
android.os.Parcel _data = android.os.Parcel.obtain();
android.os.Parcel _reply = android.os.Parcel.obtain();
boolean _result;
try {
_data.writeInterfaceToken(DEscriptOR);
mRemote.transact(Stub.TRANSACTION_endCall _data _reply 0);
_reply.readException();
_result = (0!=_reply.readInt());
}
finally {
_reply.recycle();
_data.recycle();
}
return _result;
}
@Override public void answerRingingCall() throws android.os.RemoteException
{
android.os.Parcel _data = android.os.Parcel.obtain();
android.os.Parcel _reply = android.os.Parcel.obtain();
try {
_data.writeInterfaceToken(DEscriptOR);
mRemote.transact(Stub.TRANSACTION_answerRingingCall _data _reply 0);
_reply.readException();
}
finally {
_reply.recycle();
_data.recycle();
}
}
}
static final int TRANSACTION_endCall = (android.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 845 2013-11-04 09:20 .project
文件 2294 2013-11-06 22:30 AndroidManifest.xm
文件 781 2013-11-04 09:20 proguard-project.txt
文件 563 2013-11-05 15:53 project.properties
文件 177 2013-11-04 09:20 .settings\org.eclipse.jdt.core.prefs
文件 127 2013-11-07 09:04 bin\aidl\com\android\internal\telephony\ITelephony.aidl
文件 2294 2013-11-07 09:04 bin\AndroidManifest.xm
文件 1795 2013-11-07 09:04 bin\classes\com\android\internal\telephony\ITelephony$Stub$Proxy.class
文件 2069 2013-11-07 09:04 bin\classes\com\android\internal\telephony\ITelephony$Stub.class
文件 127 2013-11-04 09:24 bin\classes\com\android\internal\telephony\ITelephony.aidl
文件 374 2013-11-07 09:04 bin\classes\com\android\internal\telephony\ITelephony.class
文件 1087 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\adapter\CityAdapter$ViewHolder.class
文件 3333 2013-11-07 09:44 bin\classes\com\likebamboo\phoneshow\adapter\CityAdapter.class
文件 357 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\BuildConfig.class
文件 2784 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\config\ShowPref.class
文件 1325 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\entities\City.class
文件 1369 2013-11-07 09:10 bin\classes\com\likebamboo\phoneshow\MainActivity$1.class
文件 1433 2013-11-07 09:10 bin\classes\com\likebamboo\phoneshow\MainActivity$Showon
文件 4330 2013-11-07 09:44 bin\classes\com\likebamboo\phoneshow\MainActivity.class
文件 1052 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\OverLayActivity$1.class
文件 2557 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\OverLayActivity$2.class
文件 898 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\OverLayActivity$3.class
文件 991 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\OverLayActivity$4.class
文件 1511 2013-11-07 09:04 bin\classes\com\likebamboo\phoneshow\OverLayActivity$5.class
文件 6574 2013-11-07 09:44 bin\classes\com\likebamboo\phoneshow\OverLayActivity.class
文件 938 2013-11-07 17:08 bin\classes\com\likebamboo\phoneshow\PhoneStateReceiver$1.class
文件 1035 2013-11-07 17:08 bin\classes\com\likebamboo\phoneshow\PhoneStateReceiver$2.class
文件 985 2013-11-07 17:08 bin\classes\com\likebamboo\phoneshow\PhoneStateReceiver$3.class
文件 4243 2013-11-07 17:08 bin\classes\com\likebamboo\phoneshow\PhoneStateReceiver.class
文件 358 2013-11-07 12:09 bin\classes\com\likebamboo\phoneshow\R$attr.class
............此处省略136个文件信息
相关资源
- 图片浏览带水平滑动的GridView和带ga
- 9patch mac版 点9工具(安装包)
- 宠物连连看
- 高仿华为商城源码
- 横向ListView的完整实现 包含基于横向
- 打开系统文件夹管理系统,显示选择
- Eclipse QQ第三方登录 demo
- 仿新浪微博客户端
-
MediaPla
yer音乐播放器 - SelectFromGallery
- 01_myCode_手动集成极光推送
- 客户端登录
- 房贷计算器和登录界面设计
- 毕业论文模拟打地鼠游戏
- Chrome调试工具离线包
- kotlin-学习
- 安卓端遥控树莓派小车APP
- Markman标注工具破解版
- 使用LAME实现wav转mp3
- 中秋博饼demo
- popupwindow列子解决黑边框点击外部不消
- 安卓实现联系人的读取和添加
- 源码
- HttpURLConnection访问网页图片
- 音乐播放器 安卓
- 自定义TextView解决超长文字显示
- webview下拉刷新
- 度秘sdk开发例程
- 魅蓝note2驱动
- 汇率转换app小程序
评论
共有 条评论