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 | 636 listRef, context.getViewKey(view), view); in postInflateProcess() 996 getContext().getViewKey(view), -scrollX + view.getLeft() + hOffset, in createViewInfo() 1003 getViewKey(view), in createViewInfo() 1059 private Object getViewKey(View view) { in getViewKey() method in RenderSessionImpl 1062 return context.getViewKey(view); in getViewKey()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 283 public Object getViewKey(View view) { in getViewKey() method in BridgeContext
|