Searched refs:ErrorConsoleView (Results 1 – 3 of 3) sorted by relevance
176 private ErrorConsoleView mErrorConsole;362 mErrorConsole.showConsole(ErrorConsoleView.SHOW_NONE);940 ErrorConsoleView errorConsole = getErrorConsole(true);944 ErrorConsoleView.SHOW_MAXIMIZED) {945 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED);1641 ErrorConsoleView getErrorConsole(boolean createIfNecessary) { in getErrorConsole()1643 mErrorConsole = new ErrorConsoleView(mContext); in getErrorConsole()
38 /* package */ class ErrorConsoleView extends LinearLayout { class62 public ErrorConsoleView(Context context) { in ErrorConsoleView() method in ErrorConsoleView66 public ErrorConsoleView(Context context, AttributeSet attributes) { in ErrorConsoleView() method in ErrorConsoleView
382 ErrorConsoleView errorConsole = tab.getErrorConsole(false); in removeTabFromContentView()697 ErrorConsoleView errorConsole = tab.getErrorConsole(true); in setShouldShowErrorConsole()702 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED); in setShouldShowErrorConsole()704 errorConsole.showConsole(ErrorConsoleView.SHOW_NONE); in setShouldShowErrorConsole()