Searched refs:placeholder (Results 1 – 5 of 5) sorted by relevance
142 Object[] placeholder = new Object[1]; in runWithShellPermissionIdentity() local144 placeholder[0] = supplier.get(), permissions); in runWithShellPermissionIdentity()145 return (T) placeholder[0]; in runWithShellPermissionIdentity()
60 Object[] placeholder = new Object[1]; in runWithShellPermissionIdentity() local62 placeholder[0] = supplier.get(); in runWithShellPermissionIdentity()64 return (T) placeholder[0]; in runWithShellPermissionIdentity()
1718 String placeholder = PLACEHOLDER_TEXT_MULTI_LINE; in performInsertModeGesture_setTransformationMethod() local1719 String expectedText = DOT.repeat(expectedOffset) + placeholder in performInsertModeGesture_setTransformationMethod()1726 expectedOffset + placeholder.length()); in performInsertModeGesture_setTransformationMethod()1750 String placeholder = PLACEHOLDER_TEXT_SINGLE_LINE; in performInsertModeGesture_setTransformationMethod_singleLine() local1751 String expectedText = DOT.repeat(expectedOffset) + placeholder in performInsertModeGesture_setTransformationMethod_singleLine()1758 expectedOffset + placeholder.length()); in performInsertModeGesture_setTransformationMethod_singleLine()2022 final String placeholder = in assertGestureInsertMode() local2026 DEFAULT_TEXT.substring(0, offset) + placeholder + DEFAULT_TEXT.substring(offset); in assertGestureInsertMode()2032 assertGestureInsertModeHighlightRange(offset, offset + placeholder.length()); in assertGestureInsertMode()
6166 TextView placeholder = new TextView(mActivity); in testSelectAllJustAfterTap() local6167 placeholder.setFocusableInTouchMode(true); in testSelectAllJustAfterTap()6168 top.addView(placeholder, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); in testSelectAllJustAfterTap()7554 TextView placeholder = new TextView(mActivity); in testTextIsSelectableFocusAndOnClick() local7555 placeholder.setFocusableInTouchMode(true); in testTextIsSelectableFocusAndOnClick()7556 top.addView(placeholder, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); in testTextIsSelectableFocusAndOnClick()
1457 Surface placeholder = null; in validatePersistentSurface() local1478 placeholder = tryGetSurface(true /* shouldThow */); in validatePersistentSurface()1490 placeholder = tryGetSurface(!errorCase /* shouldThow */); in validatePersistentSurface()1502 placeholder = tryGetSurface(!errorCase /* shouldThow */); in validatePersistentSurface()1514 placeholder = tryGetSurface(true /* shouldThow */); in validatePersistentSurface()1530 if (placeholder != null) { in validatePersistentSurface()1531 placeholder.release(); in validatePersistentSurface()1532 placeholder = null; in validatePersistentSurface()