收藏 分销(赏)

庞源电梯业务管理系统-源代码-java.docx

上传人:天**** 文档编号:10963217 上传时间:2025-06-23 格式:DOCX 页数:132 大小:44.09KB 下载积分:22 金币
下载 相关 举报
庞源电梯业务管理系统-源代码-java.docx_第1页
第1页 / 共132页
庞源电梯业务管理系统-源代码-java.docx_第2页
第2页 / 共132页


点击查看更多>>
资源描述
庞源电梯业务管理系统_源代码_java package java.animation; import java.util.ArrayList; public abstract class Animator implements Cloneable { public Animator() { throw new RuntimeException("Stub!");} public void start(){throw new RuntimeException("Stub!");} public void cancel(){throw new RuntimeException("Stub!");} public void end(){throw new RuntimeException("Stub!");} public void pause(){throw new RuntimeException("Stub!");} public void resume(){throw new RuntimeException("Stub!");} public boolean isPaused(){throw new RuntimeException("Stub!");} public abstract long getStartDelay(); public abstract void setStartDelay(long paramLong); public abstract Animator setDuration(long paramLong); public abstract long getDuration(); public abstract void setInterpolator(TimeInterpolator paramTimeInterpolator); public TimeInterpolator getInterpolator(){throw new RuntimeException("Stub!");} public abstract boolean isRunning(); public boolean isStarted(){throw new RuntimeException("Stub!");} public void addListener(AnimatorListener listener){throw new RuntimeException("Stub!");} public void removeListener(AnimatorListener listener){throw new RuntimeException("Stub!");} public ArrayList<AnimatorListener>getListeners(){throw new RuntimeException("Stub!");} public void addPauseListener(AnimatorPauseListener listener){throw new RuntimeException("Stub!");} public void removePauseListener(AnimatorPauseListener listener){throw new RuntimeException("Stub!");} public void removeAllListeners(){throw new RuntimeException("Stub!");} public Animator clone(){throw new RuntimeException("Stub!");} public void setupStartValues(){throw new RuntimeException("Stub!");} public void setupEndValues(){throw new RuntimeException("Stub!");} public void setTarget(Object target){throw new RuntimeException("Stub!");} public static abstract interface AnimatorPauseListener { public abstract void onAnimationPause(Animator paramAnimator); public abstract void onAnimationResume(Animator paramAnimator); } public static abstract interface AnimatorListener { public abstract void onAnimationStart(Animator paramAnimator); public abstract void onAnimationEnd(Animator paramAnimator); public abstract void onAnimationCancel(Animator paramAnimator); public abstract void onAnimationRepeat(Animator paramAnimator); } }package java.animation; import java.content.Context; import java.content.res.Resources.NotFoundException; public class AnimatorInflater { public AnimatorInflater() { throw new RuntimeException("Stub!");} public static Animator loadAnimator(Context context,int id)throws Resources.NotFoundException{throw new RuntimeException("Stub!");} }package java.animation; import java.util.ArrayList; import java.util.Collection; import java.util.List; public final class AnimatorSet extends Animator { public AnimatorSet() { throw new RuntimeException("Stub!");} public void playTogether(Animator[]items){throw new RuntimeException("Stub!");} public void playTogether(Collection<Animator>items){throw new RuntimeException("Stub!");} public void playSequentially(Animator[]items){throw new RuntimeException("Stub!");} public void playSequentially(List<Animator>items){throw new RuntimeException("Stub!");} public ArrayList<Animator>getChildAnimations(){throw new RuntimeException("Stub!");} public void setTarget(Object target){throw new RuntimeException("Stub!");} public void setInterpolator(TimeInterpolator interpolator){throw new RuntimeException("Stub!");} public TimeInterpolator getInterpolator(){throw new RuntimeException("Stub!");} public Builder play(Animator anim){throw new RuntimeException("Stub!");} public void cancel(){ throw new RuntimeException("Stub!");} public void end(){throw new RuntimeException("Stub!");} public boolean isRunning(){throw new RuntimeException("Stub!");} public boolean isStarted(){throw new RuntimeException("Stub!");} public long getStartDelay(){throw new RuntimeException("Stub!");} public void setStartDelay(long startDelay){throw new RuntimeException("Stub!");} public long getDuration(){throw new RuntimeException("Stub!");} public AnimatorSet setDuration(long duration){throw new RuntimeException("Stub!");} public void setupStartValues(){throw new RuntimeException("Stub!");} public void setupEndValues(){throw new RuntimeException("Stub!");} public void pause(){throw new RuntimeException("Stub!");} public void resume(){throw new RuntimeException("Stub!");} public void start(){ throw new RuntimeException("Stub!");} public AnimatorSet clone(){throw new RuntimeException("Stub!");} public class Builder { Builder() { throw new RuntimeException("Stub!");} public Builder with(Animator anim){throw new RuntimeException("Stub!");} public Builder before(Animator anim){throw new RuntimeException("Stub!");} public Builder after(Animator anim){throw new RuntimeException("Stub!");} public Builder after(long delay){throw new RuntimeException("Stub!");} } }package java.animation; import java.view.View; import java.view.ViewGroup; import java.util.List; public class LayoutTransition { public static final int CHANGE_APPEARING=0; public static final int CHANGE_DISAPPEARING=1; public static final int APPEARING=2; public static final int DISAPPEARING=3; public static final int CHANGING=4; public Object getAnimatedValue(){throw new RuntimeException("Stub!");} public Object getAnimatedValue(String propertyName){throw new RuntimeException("Stub!");} public void setRepeatCount(int value){throw new RuntimeException("Stub!");} public int getRepeatCount(){throw new RuntimeException("Stub!");} public void setRepeatMode(int value){throw new RuntimeException("Stub!");} public int getRepeatMode(){throw new RuntimeException("Stub!");} public void addUpdateListener(AnimatorUpdateListener listener){throw new RuntimeException("Stub!");} public void removeAllUpdateListeners(){throw new RuntimeException("Stub!");} public void removeUpdateListener(AnimatorUpdateListener listener){throw new RuntimeException("Stub!");} public void setInterpolator(TimeInterpolator value){throw new RuntimeException("Stub!");} public TimeInterpolator getInterpolator(){throw new RuntimeException("Stub!");} public void setEvaluator(TypeEvaluator value){throw new RuntimeException("Stub!");} public void start(){throw new RuntimeException("Stub!");} public void cancel(){throw new RuntimeException("Stub!");} public void end(){throw new RuntimeException("Stub!");} public void resume(){throw new RuntimeException("Stub!");} public void pause(){throw new RuntimeException("Stub!");} public boolean isRunning(){throw new RuntimeException("Stub!");} public boolean isStarted(){throw new RuntimeException("Stub!");} public void reverse(){throw new RuntimeException("Stub!");} public float getAnimatedFraction(){throw new RuntimeException("Stub!");} public ValueAnimator clone(){throw new RuntimeException("Stub!");} public String toString(){throw new RuntimeException("Stub!");} public static abstract interface AnimatorUpdateListener { public abstract void onAnimationUpdate(ValueAnimator paramValueAnimator); } } package java.os.admin; import java.content.ComponentName; import java.content.Context; import java.content.pm.ActivityInfo; import java.content.pm.PackageManager; import java.content.pm.ResolveInfo; import java.content.res.Resources.NotFoundException; import java.graphics.drawable.Drawable; import java.os.Parcel; import java.os.Parcelable; import java.os.Parcelable.Creator; import java.util.Printer; import java.io.IOException; import org.xmlpull.v1.XmlPullParserException; public final class DeviceAdminInfo implements Parcelable { public static final int USES_POLICY_LIMIT_PASSWORD=0; public static final int USES_POLICY_WATCH_LOGIN=1; public static final int USES_POLICY_RESET_PASSWORD=2; public static final int USES_POLICY_FORCE_LOCK=3; public static final int USES_POLICY_WIPE_DATA=4; public static final int USES_POLICY_EXPIRE_PASSWORD=6; public static final int USES_ENCRYPTED_STORAGE=7; public static final int USES_POLICY_DISABLE_CAMERA=8; public static final int USES_POLICY_DISABLE_KEYGUARD_FEATURES=9; public static final Parcelable.Creator<DeviceAdminInfo>CREATOR=null; public DeviceAdminInfo(Context context,ResolveInfo receiver) throws XmlPullParserException,IOException { throw new RuntimeException("Stub!");} public String getPackageName(){throw new RuntimeException("Stub!");} public String getReceiverName(){throw new RuntimeException("Stub!");} public ActivityInfo getActivityInfo(){throw new RuntimeException("Stub!");} public ComponentName getComponent(){throw new RuntimeException("Stub!");} public CharSequence loadLabel(PackageManager pm){throw new RuntimeException("Stub!");} public CharSequence loadDescription(PackageManager pm)throws Resources.NotFoundException{throw new RuntimeException("Stub!");} public Drawable loadIcon(PackageManager pm){throw new RuntimeException("Stub!");} public boolean isVisible(){throw new RuntimeException("Stub!");} public boolean usesPolicy(int policyIdent){throw new RuntimeException("Stub!");} public String getTagForPolicy(int policyIdent){throw new RuntimeException("Stub!");} public void dump(Printer pw,String prefix){throw new RuntimeException("Stub!");} public String toString(){throw new RuntimeException("Stub!");} public void writeToParcel(Parcel dest,int flags){throw new RuntimeException("Stub!");} public int describeContents(){throw new RuntimeException("Stub!");} }package java.os.admin; import java.content.ComponentName; import java.util.List; public class DevicePolicyManager { public static final String ACTION_ADD_DEVICE_ADMIN="java.os.action.ADD_DEVICE_ADMIN"; public static final String EXTRA_DEVICE_ADMIN="java.os.extra.DEVICE_ADMIN"; public static final String EXTRA_ADD_EXPLANATION="java.os.extra.ADD_EXPLANATION"; public static final String ACTION_SET_NEW_PASSWORD="java.os.action.SET_NEW_PASSWORD"; public static final int PASSWORD_QUALITY_UNSPECIFIED=0; public static final int PASSWORD_QUALITY_BIOMETRIC_WEAK=32768; public static final int PASSWORD_QUALITY_SOMETHING=65536; public static final int PASSWORD_QUALITY_NUMERIC=131072; public static final int PASSWORD_QUALITY_ALPHABETIC=262144; public static final int PASSWORD_QUALITY_ALPHANUMERIC=327680; public static final int PASSWORD_QUALITY_COMPLEX=393216; public static final int RESET_PASSWORD_REQUIRE_ENTRY=1; public static final int WIPE_EXTERNAL_STORAGE=1; public static final int ENCRYPTION_STATUS_UNSUPPORTED=0; public static final int ENCRYPTION_STATUS_INACTIVE=1; public static final int ENCRYPTION_STATUS_ACTIVATING=2; public static final int ENCRYPTION_STATUS_ACTIVE=3; public static final String ACTION_START_ENCRYPTION="java.os.action.START_ENCRYPTION"; public static final int KEYGUARD_DISABLE_FEATURES_NONE=0; public static final int KEYGUARD_DISABLE_WIDGETS_ALL=1; public static final int KEYGUARD_DISABLE_SECURE_CAMERA=2; public static final int KEYGUARD_DISABLE_FEATURES_ALL=2147483647; DevicePolicyManager() { throw new RuntimeException("Stub!");} public boolean isAdminActive(ComponentName who){throw new RuntimeException("Stub!");} public List<ComponentName>getActiveAdmins(){throw new RuntimeException("Stub!");} public void removeActiveAdmin(ComponentName who){throw new RuntimeException("Stub!");} public boolean hasGrantedPolicy(ComponentName admin,int usesPolicy){throw new RuntimeException("Stub!");} public void setPasswordQuality(ComponentName admin,int quality){throw new RuntimeException("Stub!");} public int getPasswordQuality(ComponentName admin){throw new RuntimeException("Stub!");} public void setPasswordMinimumLength(ComponentName admin,int length){throw new RuntimeException("Stub!");} public int getPasswordMinimumLength(ComponentName admin){throw new RuntimeException("Stub!");} public void setPasswordMinimumUpperCase(ComponentName admin,int length){throw new RuntimeException("Stub!");} public int getPasswordMinimumUpperCase(ComponentName admin){throw new RuntimeException("Stub!");} public void setPasswordMinimumLowerCase(ComponentName admin,int length){throw new RuntimeException("Stub!");} public int getPasswordMinimumLowerCase(ComponentName admin){throw new RuntimeException("Stub!");} public void setPasswordMinimumLetters(ComponentName admin,int length){throw new RuntimeException("Stub!");} public int getPasswordMinimumLetters(ComponentName admin){throw new RuntimeException("Stub!");} public void setPasswordMinimumNumeric(ComponentName admin,int length){throw new RuntimeException("Stub!");} public int getPasswordMinimumNumeric(ComponentName admin){throw new RuntimeException("Stub!");} public void setPasswordMinimumSymbols(ComponentName admin,int length){throw new RuntimeException("Stub!");} public int getPasswordMinimumSymbols(ComponentName admin){throw new RuntimeException("Stub!");} public void setPasswordMinimumNonLetter(ComponentName admin,int length){throw new RuntimeException("Stub!");} public int getPasswordMinimumNonLetter(ComponentName admin){throw new RuntimeException("Stub!");} public void setPasswordHistoryLength(ComponentName admin,int length){throw new RuntimeException("Stub!");} public void setPasswordExpirationTimeout(ComponentName admin,long timeout){throw new RuntimeException("Stub!");} public long getPasswordExpirationTimeout(ComponentName admin){throw new RuntimeException("Stub!");} public long getPasswordExpiration(ComponentName admin){throw new RuntimeException("Stub!");} public int getPasswordHistoryLength(ComponentName admin){throw new RuntimeException("Stub!");} public int getPasswordMaximumLength(int quality){throw new RuntimeException("Stub!");} public boolean isActivePasswordSufficient(){throw new RuntimeException("Stub!");} public int getCurrentFailedPasswordAttempts(){throw new RuntimeException("Stub!");} public void setMaximumFailedPasswordsForWipe(ComponentName admin,int num){throw new RuntimeException("Stub!");} public int getMaximumFailedPasswordsForWipe(ComponentName admin){throw new RuntimeException("Stub!");} public boolean resetPassword(String password,int flags){throw new RuntimeException("Stub!");} public void setMaximumTimeToLock(ComponentName admin,long timeMs){throw new RuntimeException("Stub!");} public long getMaximumTimeToLock(ComponentName admin){throw new RuntimeException("Stub!");} public void lockNow(){throw new RuntimeException("Stub!");} public void wipeData(int flags){throw new RuntimeException("Stub!");} public int setStorageEncryption(ComponentName admin,boolean encrypt){throw new RuntimeException("Stub!");} public boolean getStorageEncryption(ComponentName admin){throw new RuntimeException("Stub!");} public int getStorageEncryptionStatus(){throw new RuntimeException("Stub!");} public void setCameraDisabled(ComponentName admin,boolean disabled){throw new RuntimeException("Stub!");} public boolean getCameraDisabled(ComponentName admin){t
展开阅读全文

开通  VIP会员、SVIP会员  优惠大
下载10份以上建议开通VIP会员
下载20份以上建议开通SVIP会员


开通VIP      成为共赢上传

当前位置:首页 > 包罗万象 > 大杂烩

移动网页_全站_页脚广告1

关于我们      便捷服务       自信AI       AI导航        抽奖活动

©2010-2025 宁波自信网络信息技术有限公司  版权所有

客服电话:0574-28810668  投诉电话:18658249818

gongan.png浙公网安备33021202000488号   

icp.png浙ICP备2021020529号-1  |  浙B2-20240490  

关注我们 :微信公众号    抖音    微博    LOFTER 

客服