Home
last modified time | relevance | path

Searched defs:measuredWidth (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1753 int measuredWidth = popupRoot.getMeasuredWidth(); in testVerticallyClippedBeforeAdjusted() local
1814 int measuredWidth = popupRoot.getMeasuredWidth(); in testClipToScreenClipsToInsets() local
DTextViewTest.java9507 int measuredWidth = textView.getMeasuredWidth(); in measureConsistency() local
/cts/tests/tests/view/src/android/view/cts/
DMockView.java404 public void setMeasuredDimensionWrapper(int measuredWidth, int measuredHeight) { in setMeasuredDimensionWrapper()