Home | History | Annotate | Download | only in am

Lines Matching defs:extract

22 import static android.server.am.ProtoExtractors.extract;
177 mDefaultPinnedStackBounds = extract(pinnedStackProto.defaultBounds);
178 mPinnedStackMovementBounds = extract(pinnedStackProto.movementBounds);
320 mBounds = extract(proto.bounds);
350 mBounds = extract(proto.bounds);
362 mTempInsetBounds = extract(proto.tempInsetBounds);
375 mOverrideConfiguration.setTo(extract(proto.overrideConfiguration));
376 mFullConfiguration.setTo(extract(proto.fullConfiguration));
377 mMergedOverrideConfiguration.setTo(extract(proto.mergedOverrideConfiguration));
516 mCrop = extract(animatorProto.lastClipRect);
518 mFrame = extract(proto.frame);
519 mContainingFrame = extract(proto.containingFrame);
520 mParentFrame = extract(proto.parentFrame);
521 mContentFrame = extract(proto.contentFrame);