Searched refs:logFragment (Results 1 – 9 of 9) sorted by relevance
77 LogFragment logFragment = ((LogFragment) getActivity().getSupportFragmentManager() in clearLog() local79 logFragment.getLogView().setText(""); in clearLog()
73 LogFragment logFragment = (LogFragment) getSupportFragmentManager()75 msgFilter.setNext(logFragment.getLogView());76 logFragment.getLogView().setTextAppearance(this, R.style.Log);77 logFragment.getLogView().setBackgroundColor(Color.WHITE);
75 LogFragment logFragment = (LogFragment) getSupportFragmentManager()77 msgFilter.setNext(logFragment.getLogView());78 logFragment.getLogView().setTextAppearance(this, R.style.Log);79 logFragment.getLogView().setBackgroundColor(Color.WHITE);
98 val logFragment = supportFragmentManager.findFragmentById(R.id.log_fragment) as LogFragment in initializeLogging() constant99 msgFilter.next = logFragment.logView in initializeLogging()
104 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local106 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
126 LogFragment logFragment = (LogFragment) getSupportFragmentManager() in initializeLogging() local128 msgFilter.setNext(logFragment.getLogView()); in initializeLogging()
142 val logFragment = supportFragmentManager.findFragmentById(R.id.log_fragment) as LogFragment in initializeLogging() constant143 msgFilter.next = logFragment.logView in initializeLogging()
104 LogFragment logFragment = (LogFragment) getSupportFragmentManager()106 msgFilter.setNext(logFragment.getLogView());