Home
last modified time | relevance | path

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

/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayout.java151 private class NumberOfFoldingLayoutChildrenException extends RuntimeException { class in FoldingLayout
152 public NumberOfFoldingLayoutChildrenException(String message) { in NumberOfFoldingLayoutChildrenException() method in FoldingLayout.NumberOfFoldingLayoutChildrenException
160 throw new NumberOfFoldingLayoutChildrenException(FOLDING_VIEW_EXCEPTION_MESSAGE); in throwCustomException()