• 大小: 1.69MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-20
  • 语言: 其他
  • 标签: android  来电秀  反射  

资源简介

完全自定义界面的来电秀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.xml

     文件        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.xml

     文件       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$ShowonclickListener.class

     文件       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个文件信息

评论

共有 条评论