Searched refs:andLog (Results 1 – 2 of 2) sorted by relevance
563 throw andLog("No scroll bar component configured", null); in createScrollBarFromConfig()570 throw andLog("Error loading scroll bar component: " + clsName, t); in createScrollBarFromConfig()575 throw andLog("Error creating scroll bar component: " + clsName, t); in createScrollBarFromConfig()634 private RuntimeException andLog(String msg, Throwable t) { in andLog() method in PagedRecyclerView
325 throw andLog("Error loading scroll bar component: " + mScrollBarClass, t); in createScrollBarFromConfig()330 throw andLog("Error creating scroll bar component: " + mScrollBarClass, t); in createScrollBarFromConfig()368 private static RuntimeException andLog(String msg, Throwable t) { in andLog() method in CarUiRecyclerView