Searched refs:andLog (Results 1 – 1 of 1) sorted by relevance
567 throw andLog("No scroll bar component configured", null); in createScrollBarFromConfig()574 throw andLog("Error loading scroll bar component: " + clsName, t); in createScrollBarFromConfig()579 throw andLog("Error creating scroll bar component: " + clsName, t); in createScrollBarFromConfig()638 private RuntimeException andLog(String msg, Throwable t) { in andLog() method in PagedRecyclerView