Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DAssistantContentViewTest.java62 int height = mBundle.getInt(Utils.EXTRA_CONTENT_VIEW_HEIGHT, 0); in testAssistantContentViewDimens()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java88 public static final String EXTRA_CONTENT_VIEW_HEIGHT = "extra_content_view_height"; field in Utils
/cts/tests/tests/assist/service/src/android/assist/service/
DMainInteractionSession.java120 bundle.putInt(Utils.EXTRA_CONTENT_VIEW_HEIGHT, mContentView.getHeight()); in onShow()