Searched refs:viewKey (Results 1 – 4 of 4) sorted by relevance
35 Object viewKey = null; in createItem() local44 viewKey = ((BridgeXmlBlockParser) attrs).getViewCookie(); in createItem()59 if (viewKey != null && bc != null) { in createItem()60 bc.addCookie(preference, viewKey); in createItem()
413 Object viewKey = getViewKeyFromParser(attrs, bc, mResourceReference, mIsInMerge); in setupViewInContext() local414 if (viewKey != null) { in setupViewInContext()415 bc.addViewKey(view, viewKey); in setupViewInContext()500 Object viewKey = parser.getViewCookie(); in getViewKeyFromParser() local502 if (viewKey == null) { in getViewKeyFromParser()514 viewKey = previousParser.getViewCookie(); in getViewKeyFromParser()516 if (viewKey != null && isInMerge) { in getViewKeyFromParser()517 viewKey = new MergeCookie(viewKey); in getViewKeyFromParser()524 viewKey = resourceReference; in getViewKeyFromParser()528 return viewKey; in getViewKeyFromParser()
52 Object viewKey = BridgeInflater.getViewKeyFromParser( in registerMenu() local54 ((BridgeMenuItemImpl) menuItem).setViewCookie(viewKey); in registerMenu()
279 public void addViewKey(View view, Object viewKey) { in addViewKey() argument280 mViewKeyMap.put(view, viewKey); in addViewKey()