Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DTrustedPresentationCallbackTest.java137 setBuffer(sc, mActivity.mSvSize.getWidth(), mActivity.mSvSize.getHeight()); in testTrustedPresentationListener()
157 setBuffer(sc, mActivity.mSvSize.getWidth(), mActivity.mSvSize.getHeight()); in testTrustedPresentationListener_parentVisibilityChanges()
180 setBuffer(sc, mActivity.mSvSize.getWidth(), mActivity.mSvSize.getHeight()); in testTrustedPresentationListener_alphaBelow()
198 setBuffer(sc, mActivity.mSvSize.getWidth(), mActivity.mSvSize.getHeight()); in testTrustedPresentationListener_minFractionDueToCrop()
207 (int) (mActivity.mSvSize.getWidth() * FRACTION_SMALLER_THAN_VISIBLE), in testTrustedPresentationListener_minFractionDueToCrop()
208 mActivity.mSvSize.getHeight())).apply(); in testTrustedPresentationListener_minFractionDueToCrop()
222 setBuffer(sc1, mActivity.mSvSize.getWidth(), mActivity.mSvSize.getHeight()); in testTrustedPresentationListener_minFractionDueToCovered()
232 (int) (mActivity.mSvSize.getWidth() * (1 - FRACTION_SMALLER_THAN_VISIBLE)), in testTrustedPresentationListener_minFractionDueToCovered()
233 mActivity.mSvSize.getHeight()); in testTrustedPresentationListener_minFractionDueToCovered()
245 setBuffer(sc, mActivity.mSvSize.getWidth(), mActivity.mSvSize.getHeight()); in testTrustedPresentationListener_enteredExitEntered()
[all …]