Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DProtoExtractors.java34 public static Configuration extract(ConfigurationProto proto) { in extract() method in ProtoExtractors
39 config.windowConfiguration.setTo(extract(proto.windowConfiguration)); in extract()
50 public static WindowConfiguration extract(WindowConfigurationProto proto) { in extract() method in ProtoExtractors
55 config.setAppBounds(extract(proto.appBounds)); in extract()
56 config.setBounds(extract(proto.bounds)); in extract()
57 config.setMaxBounds(extract(proto.maxBounds)); in extract()
63 public static Rect extract(RectProto proto) { in extract() method in ProtoExtractors
DWindowManagerState.java27 import static android.server.wm.ProtoExtractors.extract;
1157 mDefaultPinnedStackBounds = extract(pinnedTaskProto.defaultBounds); in DisplayContent()
1158 mPinnedStackMovementBounds = extract(pinnedTaskProto.movementBounds); in DisplayContent()
1315 mLastNonFullscreenBounds = extract(proto.lastNonFullscreenBounds); in ActivityTask()
1321 mBounds = extract(proto.bounds); in ActivityTask()
1563 mOverrideConfiguration.setTo(extract(proto.overrideConfiguration));
1564 mFullConfiguration.setTo(extract(proto.fullConfiguration));
1565 mMergedOverrideConfiguration.setTo(extract(proto.mergedOverrideConfiguration));
1809 mCrop = extract(animatorProto.lastClipRect);
1811 mGivenContentInsets = extract(proto.givenContentInsets);
[all …]
/cts/hostsidetests/packagemanager/extractnativelibs/apps/app_extract/src/com/android/cts/extractnativelibs/app/extract/
DMainActivity.java17 package com.android.cts.extractnativelibs.app.extract;
DExtractNativeLibsTrueDeviceTest.java17 package com.android.cts.extractnativelibs.app.extract;
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dimage_and_kernel.rsh20 // Auxiliary information that is needed to extract a kernel matrix from a buffer