Searched refs:placeholder (Results 1 – 6 of 6) sorted by relevance
2 # in parent directory. This file is needed as a placeholder for verification purpose as we
1274 Surface placeholder = null; in validatePersistentSurface() local1295 placeholder = tryGetSurface(true /* shouldThow */); in validatePersistentSurface()1307 placeholder = tryGetSurface(!errorCase /* shouldThow */); in validatePersistentSurface()1319 placeholder = tryGetSurface(!errorCase /* shouldThow */); in validatePersistentSurface()1331 placeholder = tryGetSurface(true /* shouldThow */); in validatePersistentSurface()1347 if (placeholder != null) { in validatePersistentSurface()1348 placeholder.release(); in validatePersistentSurface()1349 placeholder = null; in validatePersistentSurface()
5794 TextView placeholder = new TextView(mActivity); in testSelectAllJustAfterTap() local5795 placeholder.setFocusableInTouchMode(true); in testSelectAllJustAfterTap()5796 top.addView(placeholder, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); in testSelectAllJustAfterTap()6956 TextView placeholder = new TextView(mActivity); in testTextIsSelectableFocusAndOnClick() local6957 placeholder.setFocusableInTouchMode(true); in testTextIsSelectableFocusAndOnClick()6958 top.addView(placeholder, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); in testTextIsSelectableFocusAndOnClick()