Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpUtil.java70 Log.d(LOG_TAG, getViewKey(view) + ": TAG_CLICKED_NOTIFICATION set to " + isClicked); in logTagClickedNotificationChanged()
73 private static @NonNull String getViewKey(@NonNull View view) { in getViewKey() method in HeadsUpUtil
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DAdapterHelper.java88 adapterRef, context.getViewKey(view), in fillView()
108 adapterRef, context.getViewKey(view), in fillView()
128 adapterRef, context.getViewKey(view), in fillView()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java997 getViewKey(view), in createViewInfo()
1006 getViewKey(view), in createViewInfo()
1062 private Object getViewKey(View view) { in getViewKey() method in RenderSessionImpl
1072 return context.getViewKey(tabView.getChildAt(0)); in getViewKey()
1076 return context.getViewKey(view); in getViewKey()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java339 public Object getViewKey(View view) { in getViewKey() method in BridgeContext