Home | History | Annotate | Download | only in launcher2

Lines Matching refs:customCling

3969         boolean customCling = cling.getDrawIdentifier().equals("workspace_custom");
3970 if (customCling) {
3993 View customCling = mInflater.inflate(R.layout.custom_workspace_cling, clingParent, false);
3994 clingParent.addView(customCling, clingIndex);
3995 customCling.setId(R.id.workspace_cling);