Searched refs:extract (Results 1 – 7 of 7) sorted by relevance
34 public static Configuration extract(ConfigurationProto proto) { in extract() method in ProtoExtractors39 config.windowConfiguration.setTo(extract(proto.windowConfiguration)); in extract()50 public static WindowConfiguration extract(WindowConfigurationProto proto) { in extract() method in ProtoExtractors55 config.setAppBounds(extract(proto.appBounds)); in extract()61 public static Rect extract(RectProto proto) { in extract() method in ProtoExtractors
21 import static android.server.am.ProtoExtractors.extract;174 mDefaultPinnedStackBounds = extract(pinnedStackProto.defaultBounds); in parseSysDumpProto()175 mPinnedStackMovementBounds = extract(pinnedStackProto.movementBounds); in parseSysDumpProto()316 mBounds = extract(proto.bounds); in WindowStack()345 mBounds = extract(proto.bounds); in WindowTask()369 mOverrideConfiguration.setTo(extract(proto.overrideConfiguration)); in ConfigurationContainer()370 mFullConfiguration.setTo(extract(proto.fullConfiguration)); in ConfigurationContainer()371 mMergedOverrideConfiguration.setTo(extract(proto.mergedOverrideConfiguration)); in ConfigurationContainer()510 mCrop = extract(animatorProto.lastClipRect); in WindowState()514 mFrame = extract(windowFramesProto.frame); in WindowState()[all …]
21 import static android.server.am.ProtoExtractors.extract;276 mBounds = extract(proto.bounds); in ActivityStack()315 mLastNonFullscreenBounds = extract(proto.lastNonFullscreenBounds); in ActivityTask()321 mBounds = extract(proto.bounds); in ActivityTask()
22 import static android.server.wm.ProtoExtractors.extract;219 mDefaultPinnedStackBounds = extract(pinnedStackProto.defaultBounds); in parseSysDumpProto()220 mPinnedStackMovementBounds = extract(pinnedStackProto.movementBounds); in parseSysDumpProto()612 mBounds = extract(proto.bounds); in WindowStack()648 mBounds = extract(proto.bounds); in WindowTask()682 mOverrideConfiguration.setTo(extract(proto.overrideConfiguration)); in ConfigurationContainer()683 mFullConfiguration.setTo(extract(proto.fullConfiguration)); in ConfigurationContainer()684 mMergedOverrideConfiguration.setTo(extract(proto.mergedOverrideConfiguration)); in ConfigurationContainer()761 mStableBounds = extract(displayFramesProto.stableBounds); in Display()866 mCrop = extract(animatorProto.lastClipRect); in WindowState()[all …]
26 import static android.server.wm.ProtoExtractors.extract;702 mBounds = extract(proto.bounds); in ActivityStack()773 mLastNonFullscreenBounds = extract(proto.lastNonFullscreenBounds); in ActivityTask()779 mBounds = extract(proto.bounds); in ActivityTask()
20 // Auxiliary information that is needed to extract a kernel matrix from a buffer