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.java83 int height = mIntent.getIntExtra(Utils.EXTRA_CONTENT_VIEW_HEIGHT, 0); in testAssistantContentViewDimens()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java81 public static final String EXTRA_CONTENT_VIEW_HEIGHT = "extra_content_view_height"; field in Utils
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/
DMainInteractionSession.java123 intent.putExtra(Utils.EXTRA_CONTENT_VIEW_HEIGHT, mContentView.getHeight()); in onShow()