Searched refs:ErrorConsoleView (Results 1 – 3 of 3) sorted by relevance
178 private ErrorConsoleView mErrorConsole;364 mErrorConsole.showConsole(ErrorConsoleView.SHOW_NONE);941 ErrorConsoleView errorConsole = getErrorConsole(true);945 ErrorConsoleView.SHOW_MAXIMIZED) {946 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED);1642 ErrorConsoleView getErrorConsole(boolean createIfNecessary) { in getErrorConsole()1644 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()