Searched refs:getViewKey (Results 1 – 3 of 3) sorted by relevance
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
D | AdapterHelper.java | 89 adapterRef, context.getViewKey(view), in fillView() 109 adapterRef, context.getViewKey(view), in fillView() 129 adapterRef, context.getViewKey(view), in fillView()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderSessionImpl.java | 653 listRef, context.getViewKey(view), view); in postInflateProcess() 1010 getContext().getViewKey(view), in createViewInfo() 1019 getViewKey(view), in createViewInfo() 1075 private Object getViewKey(View view) { in getViewKey() method in RenderSessionImpl 1078 return context.getViewKey(view); in getViewKey()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 294 public Object getViewKey(View view) { in getViewKey() method in BridgeContext
|