Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DTrustedPresentationCallbackTest.java72 private static final float FRACTION_SMALLER_THAN_VISIBLE = FRACTION_VISIBLE - .01f; field in TrustedPresentationCallbackTest
207 (int) (mActivity.mSvSize.getWidth() * FRACTION_SMALLER_THAN_VISIBLE), in testTrustedPresentationListener_minFractionDueToCrop()
232 (int) (mActivity.mSvSize.getWidth() * (1 - FRACTION_SMALLER_THAN_VISIBLE)), in testTrustedPresentationListener_minFractionDueToCovered()
253 (int) (mActivity.mSvSize.getWidth() * FRACTION_SMALLER_THAN_VISIBLE), in testTrustedPresentationListener_enteredExitEntered()