Searched defs:orig (Results 1 - 25 of 56) sorted by relevance

123

/frameworks/base/core/java/android/content/pm/
H A DAuxiliaryResolveInfo.java51 @NonNull IntentFilter orig,
56 super(orig);
50 AuxiliaryResolveInfo(@onNull InstantAppResolveInfo resolveInfo, @NonNull IntentFilter orig, @Nullable String splitName, @NonNull String token, boolean needsPhase2, @Nullable Intent failureIntent) argument
H A DFeatureInfo.java82 public FeatureInfo(FeatureInfo orig) { argument
83 name = orig.name;
84 version = orig.version;
85 reqGlEsVersion = orig.reqGlEsVersion;
86 flags = orig.flags;
H A DPermissionGroupInfo.java64 public PermissionGroupInfo(PermissionGroupInfo orig) { argument
65 super(orig);
66 descriptionRes = orig.descriptionRes;
67 nonLocalizedDescription = orig.nonLocalizedDescription;
68 flags = orig.flags;
69 priority = orig.priority;
H A DConfigurationInfo.java86 public ConfigurationInfo(ConfigurationInfo orig) { argument
87 reqTouchScreen = orig.reqTouchScreen;
88 reqKeyboardType = orig.reqKeyboardType;
89 reqNavigation = orig.reqNavigation;
90 reqInputFeatures = orig.reqInputFeatures;
91 reqGlEsVersion = orig.reqGlEsVersion;
H A DProviderInfo.java109 public ProviderInfo(ProviderInfo orig) { argument
110 super(orig);
111 authority = orig.authority;
112 readPermission = orig.readPermission;
113 writePermission = orig.writePermission;
114 grantUriPermissions = orig.grantUriPermissions;
115 uriPermissionPatterns = orig.uriPermissionPatterns;
116 pathPermissions = orig.pathPermissions;
117 multiprocess = orig.multiprocess;
118 initOrder = orig
[all...]
H A DServiceInfo.java83 public ServiceInfo(ServiceInfo orig) { argument
84 super(orig);
85 permission = orig.permission;
86 flags = orig.flags;
H A DComponentInfo.java88 public ComponentInfo(ComponentInfo orig) { argument
89 super(orig);
90 applicationInfo = orig.applicationInfo;
91 processName = orig.processName;
92 splitName = orig.splitName;
93 descriptionRes = orig.descriptionRes;
94 enabled = orig.enabled;
95 exported = orig.exported;
96 encryptionAware = directBootAware = orig.directBootAware;
H A DInstrumentationInfo.java121 public InstrumentationInfo(InstrumentationInfo orig) { argument
122 super(orig);
123 targetPackage = orig.targetPackage;
124 targetProcesses = orig.targetProcesses;
125 sourceDir = orig.sourceDir;
126 publicSourceDir = orig.publicSourceDir;
127 splitNames = orig.splitNames;
128 splitSourceDirs = orig.splitSourceDirs;
129 splitPublicSourceDirs = orig.splitPublicSourceDirs;
130 splitDependencies = orig
[all...]
H A DPackageItemInfo.java105 public PackageItemInfo(PackageItemInfo orig) { argument
106 name = orig.name;
108 packageName = orig.packageName;
109 labelRes = orig.labelRes;
110 nonLocalizedLabel = orig.nonLocalizedLabel;
112 icon = orig.icon;
113 banner = orig.banner;
114 logo = orig.logo;
115 metaData = orig.metaData;
116 showUserIcon = orig
[all...]
H A DPermissionInfo.java269 public PermissionInfo(PermissionInfo orig) { argument
270 super(orig);
271 protectionLevel = orig.protectionLevel;
272 flags = orig.flags;
273 group = orig.group;
274 descriptionRes = orig.descriptionRes;
275 nonLocalizedDescription = orig.nonLocalizedDescription;
H A DResolveInfo.java319 public ResolveInfo(ResolveInfo orig) { argument
320 activityInfo = orig.activityInfo;
321 serviceInfo = orig.serviceInfo;
322 providerInfo = orig.providerInfo;
323 filter = orig.filter;
324 priority = orig.priority;
325 preferredOrder = orig.preferredOrder;
326 match = orig.match;
327 specificIndex = orig.specificIndex;
328 labelRes = orig
[all...]
H A DUserInfo.java225 public UserInfo(UserInfo orig) { argument
226 name = orig.name;
227 iconPath = orig.iconPath;
228 id = orig.id;
229 flags = orig.flags;
230 serialNumber = orig.serialNumber;
231 creationTime = orig.creationTime;
232 lastLoggedInTime = orig.lastLoggedInTime;
233 lastLoggedInFingerprint = orig.lastLoggedInFingerprint;
234 partial = orig
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSignatures.java34 PackageSignatures(PackageSignatures orig) { argument
35 if (orig != null && orig.mSignatures != null) {
36 mSignatures = orig.mSignatures.clone();
H A DSettingBase.java33 SettingBase(SettingBase orig) { argument
35 doCopy(orig);
38 public void copyFrom(SettingBase orig) { argument
39 doCopy(orig);
42 private void doCopy(SettingBase orig) { argument
43 pkgFlags = orig.pkgFlags;
44 pkgPrivateFlags = orig.pkgPrivateFlags;
45 mPermissionsState.copyFrom(orig.mPermissionsState);
/frameworks/support/compat/kitkat/android/support/v4/graphics/drawable/
H A DDrawableWrapperApi19.java53 DrawableWrapperStateKitKat(@Nullable DrawableWrapperState orig, argument
55 super(orig, res);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyEffects.h94 EffectDesc(const EffectDesc& orig) : argument
95 mName(strdup(orig.mName)),
96 mUuid(orig.mUuid) {
98 for (size_t k = 0; k < orig.mParams.size(); k++) {
99 effect_param_t *origParam = orig.mParams[k];
/frameworks/base/core/java/com/android/internal/graphics/drawable/
H A DAnimationScaleListDrawable.java182 AnimationScaleListState(AnimationScaleListState orig, AnimationScaleListDrawable owner, argument
184 super(orig, owner, res);
186 if (orig != null) {
188 mThemeAttrs = orig.mThemeAttrs;
190 mStaticDrawableIndex = orig.mStaticDrawableIndex;
191 mAnimatableDrawableIndex = orig.mAnimatableDrawableIndex;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java219 ClipState(ClipState orig, Resources res) { argument
220 super(orig, res);
222 if (orig != null) {
223 mOrientation = orig.mOrientation;
224 mGravity = orig.mGravity;
H A DLevelListDrawable.java179 LevelListState(LevelListState orig, LevelListDrawable owner, Resources res) { argument
180 super(orig, owner, res);
182 if (orig != null) {
184 mLows = orig.mLows;
185 mHighs = orig.mHighs;
H A DTransitionDrawable.java248 TransitionState(TransitionState orig, TransitionDrawable owner, Resources res) { argument
249 super(orig, owner, res);
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DRGBZ.java193 private Bitmap setAlphaChannelFromBitmap(Bitmap depth, Bitmap orig, Bitmap dest) { argument
194 int w = orig.getWidth();
195 int h = orig.getHeight();
199 orig.getPixels(orig_data, 0, w, 0, 0, w, h);
/frameworks/support/compat/api21/android/support/v4/graphics/drawable/
H A DDrawableWrapperApi21.java119 DrawableWrapperStateLollipop(@Nullable DrawableWrapperState orig, argument
121 super(orig, res);
/frameworks/base/core/java/android/app/usage/
H A DUsageEvents.java176 public Event(Event orig) { argument
177 mPackage = orig.mPackage;
178 mClass = orig.mClass;
179 mTimeStamp = orig.mTimeStamp;
180 mEventType = orig.mEventType;
181 mConfiguration = orig.mConfiguration;
182 mShortcutId = orig.mShortcutId;
183 mAction = orig.mAction;
184 mContentType = orig.mContentType;
185 mContentAnnotations = orig
[all...]
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java198 * @param orig the source color state list
200 private ColorStateList(ColorStateList orig) { argument
201 if (orig != null) {
202 mChangingConfigurations = orig.mChangingConfigurations;
203 mStateSpecs = orig.mStateSpecs;
204 mDefaultColor = orig.mDefaultColor;
205 mIsOpaque = orig.mIsOpaque;
208 mThemeAttrs = orig.mThemeAttrs.clone();
209 mColors = orig.mColors.clone();
/frameworks/base/core/java/android/os/
H A DMessage.java141 * @param orig Original message to copy.
144 public static Message obtain(Message orig) { argument
146 m.what = orig.what;
147 m.arg1 = orig.arg1;
148 m.arg2 = orig.arg2;
149 m.obj = orig.obj;
150 m.replyTo = orig.replyTo;
151 m.sendingUid = orig.sendingUid;
152 if (orig.data != null) {
153 m.data = new Bundle(orig
[all...]

Completed in 453 milliseconds

123