Searched refs:ReflectionException (Results 1 – 4 of 4) sorted by relevance
32 @Nullable Class<?>... params) throws ReflectionException { in getMethod()36 throw new ReflectionException(e); in getMethod()42 @Nullable Object... args) throws ReflectionException { in invoke()51 throw new ReflectionException(ex); in invoke()80 public static class ReflectionException extends Exception { class in ReflectionUtils81 public ReflectionException() { in ReflectionException() method in ReflectionUtils.ReflectionException85 public ReflectionException(String message) { in ReflectionException() method in ReflectionUtils.ReflectionException89 public ReflectionException(String message, Throwable cause) { in ReflectionException() method in ReflectionUtils.ReflectionException93 public ReflectionException(Throwable cause) { in ReflectionException() method in ReflectionUtils.ReflectionException
24 import com.android.layoutlib.bridge.util.ReflectionUtils.ReflectionException;65 } catch (ReflectionException e) { in setAdapter()73 @NonNull LayoutlibCallback callback) throws ReflectionException { in setLayoutManager()87 throws ReflectionException { in createLayoutManager()92 throw new ReflectionException(e); in createLayoutManager()97 private static Object getLayoutManager(View recyclerView) throws ReflectionException { in getLayoutManager()103 throws ReflectionException { in createAdapter()112 throw new ReflectionException(e); in createAdapter()118 throws ReflectionException { in setProperty()125 throws ReflectionException { in setProperty()
21 import com.android.layoutlib.bridge.util.ReflectionUtils.ReflectionException;55 } catch (ReflectionException e) { in setTitle()
21 import com.android.layoutlib.bridge.util.ReflectionUtils.ReflectionException;58 } catch (ReflectionException e) { in openDrawer()