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/
DBaseAdapter.java188 mAdapterRef, context.getViewKey(view), in fillView()
208 mAdapterRef, context.getViewKey(view), in fillView()
228 mAdapterRef, context.getViewKey(view), in fillView()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java1119 context.getViewKey(view), view); in postInflateProcess()
1298 getContext().getViewKey(view), in visit()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java178 public Object getViewKey(View view) { in getViewKey() method in BridgeContext