Home
last modified time | relevance | path

Searched refs:mBounds (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DSweepTests.java45 private final Rect mBounds = new Rect(30, 30, 150, 150);
64 c.drawRect(mBounds, p);
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20007/test-app/src/android/security/cts/CVE_2022_20007/
DDeviceTest.java66 output = output.substring(output.indexOf(getStringRes(R.string.mBounds)), in getBounds()
67 output.indexOf(")", output.indexOf(getStringRes(R.string.mBounds))) + 1); in getBounds()
/cts/tests/framework/base/windowmanager/src/android/server/wm/taskfragment/
DSplitActivityLifecycleTest.java614 private final Rect mBounds = new Rect(); field in SplitActivityLifecycleTest.TaskFragmentRecord
619 mBounds.set(info.getConfiguration().windowConfiguration.getBounds()); in TaskFragmentRecord()
628 return mBounds; in getBounds()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java1508 mBounds = extract(proto.bounds); in Task()
1879 if (mBounds == null) {
1882 return mBounds;
1901 protected Rect mBounds;
1910 return mBounds;
2092 if (mBounds == null) {
2095 return mBounds;
2179 protected Rect mBounds;
2220 return mBounds;