Searched refs:placeholder (Results 1 – 2 of 2) sorted by relevance
1320 Surface placeholder = null; in validatePersistentSurface() local1341 placeholder = tryGetSurface(true /* shouldThow */); in validatePersistentSurface()1353 placeholder = tryGetSurface(!errorCase /* shouldThow */); in validatePersistentSurface()1365 placeholder = tryGetSurface(!errorCase /* shouldThow */); in validatePersistentSurface()1377 placeholder = tryGetSurface(true /* shouldThow */); in validatePersistentSurface()1393 if (placeholder != null) { in validatePersistentSurface()1394 placeholder.release(); in validatePersistentSurface()1395 placeholder = null; in validatePersistentSurface()
5942 TextView placeholder = new TextView(mActivity); in testSelectAllJustAfterTap() local5943 placeholder.setFocusableInTouchMode(true); in testSelectAllJustAfterTap()5944 top.addView(placeholder, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); in testSelectAllJustAfterTap()7093 TextView placeholder = new TextView(mActivity); in testTextIsSelectableFocusAndOnClick() local7094 placeholder.setFocusableInTouchMode(true); in testTextIsSelectableFocusAndOnClick()7095 top.addView(placeholder, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); in testTextIsSelectableFocusAndOnClick()