Home
last modified time | relevance | path

Searched refs:getViewKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DAdapterHelper.java89 adapterRef, context.getViewKey(view), in fillView()
109 adapterRef, context.getViewKey(view), in fillView()
129 adapterRef, context.getViewKey(view), in fillView()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java917 listRef, context.getViewKey(view), view); in postInflateProcess()
1263 getContext().getViewKey(view), in createViewInfo()
1269 getViewKey(view), in createViewInfo()
1326 private Object getViewKey(View view) { in getViewKey() method in RenderSessionImpl
1329 return context.getViewKey(view); in getViewKey()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java244 public Object getViewKey(View view) { in getViewKey() method in BridgeContext