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()
440 Object viewKey = getViewKeyFromParser(attrs, bc, mResourceReference, mIsInMerge); in setupViewInContext() local441 if (viewKey != null) { in setupViewInContext()442 bc.addViewKey(view, viewKey); in setupViewInContext()542 Object viewKey = parser.getViewCookie(); in getViewKeyFromParser() local544 if (viewKey == null) { in getViewKeyFromParser()556 viewKey = previousParser.getViewCookie(); in getViewKeyFromParser()558 if (viewKey != null && isInMerge) { in getViewKeyFromParser()559 viewKey = new MergeCookie(viewKey); in getViewKeyFromParser()566 viewKey = resourceReference; in getViewKeyFromParser()570 return viewKey; in getViewKeyFromParser()
52 Object viewKey = BridgeInflater.getViewKeyFromParser( in registerMenu() local54 ((BridgeMenuItemImpl) menuItem).setViewCookie(viewKey); in registerMenu()
312 public void addViewKey(View view, Object viewKey) { in addViewKey() argument313 mViewKeyMap.put(view, viewKey); in addViewKey()