Searched refs:getViewKey (Results 1 – 4 of 4) sorted by relevance
70 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
88 adapterRef, context.getViewKey(view), in fillView()108 adapterRef, context.getViewKey(view), in fillView()128 adapterRef, context.getViewKey(view), in fillView()
997 getViewKey(view), in createViewInfo()1006 getViewKey(view), in createViewInfo()1062 private Object getViewKey(View view) { in getViewKey() method in RenderSessionImpl1072 return context.getViewKey(tabView.getChildAt(0)); in getViewKey()1076 return context.getViewKey(view); in getViewKey()
339 public Object getViewKey(View view) { in getViewKey() method in BridgeContext