Searched refs:clingParent (Results 1 – 1 of 1) sorted by relevance
4060 ViewGroup clingParent = (ViewGroup) cling.getParent(); in showFirstRunWorkspaceCling() local4061 int clingIndex = clingParent.indexOfChild(cling); in showFirstRunWorkspaceCling()4062 clingParent.removeViewAt(clingIndex); in showFirstRunWorkspaceCling()4063 … View customCling = mInflater.inflate(R.layout.custom_workspace_cling, clingParent, false); in showFirstRunWorkspaceCling()4064 clingParent.addView(customCling, clingIndex); in showFirstRunWorkspaceCling()