Searched defs:incoming (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DFullscreenUserSwitcher.java101 private void crossFade(View incoming, View outgoing) { argument
102 incoming.animate()
108 incoming.setAlpha(0.0f);
109 incoming.setVisibility(View.VISIBLE);
/frameworks/base/tools/aapt2/
H A DResourceTable.cpp214 * value will not be overridden by an incoming weak value.
234 Value* incoming) {
236 Attribute* incoming_attr = ValueCast<Attribute>(incoming);
238 if (incoming->IsWeak()) {
246 // The existing and incoming values are strong, this is an error
254 // so take the incoming attribute value.
258 // so the incoming attribute value is an error.
278 // Any incoming attribute is better than this.
283 // The incoming attribute may be a USE instead of a DECL.
419 // Take the incoming valu
233 ResolveValueCollision(Value* existing, Value* incoming) argument
[all...]
/frameworks/base/tools/aapt2/link/
H A DTableMerger.cpp137 // The incoming type's visibility is stronger, so we should override
161 // The incoming type's visibility is stronger, so we should override
190 static ResourceTable::CollisionResult ResolveMergeCollision(Value* existing, Value* incoming, argument
193 if (Styleable* incoming_styleable = ValueCast<Styleable>(incoming)) {
199 if (Style* incoming_style = ValueCast<Style>(incoming)) {
206 return ResourceTable::ResolveValueCollision(existing, incoming);
/frameworks/av/media/libmediametrics/
H A DMediaAnalyticsItem.cpp947 // merge the info from 'incoming' into this record.
948 // we finish with a union of this+incoming and special handling for collisions
949 bool MediaAnalyticsItem::merge(MediaAnalyticsItem *incoming) { argument
951 // if I don't have key or session id, take them from incoming
954 mKey = incoming->mKey;
956 mSessionID = incoming->mSessionID;
960 setFinalized(incoming->getFinalized());
962 // for each attribute from 'incoming', resolve appropriately
963 int nattr = incoming->mPropCount;
965 Prop *iprop = &incoming
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java9680 String packageName, boolean incoming) {
9700 if (incoming) {
11851 // The incoming user check is now handled in checkContentProviderPermissionLocked() to deal
9679 getPersistedUriPermissions( String packageName, boolean incoming) argument
[all...]

Completed in 185 milliseconds