Searched refs:LogPanel (Results 1 – 4 of 4) sorted by relevance
26 import com.android.ddmuilib.logcat.LogPanel;27 import com.android.ddmuilib.logcat.LogPanel.ILogFilterStorageManager;69 private LogPanel mLogPanel;135 LogPanel.PREFS_TIME = PREFS_COL_TIME; in LogCatView()136 LogPanel.PREFS_LEVEL = PREFS_COL_LEVEL; in LogCatView()137 LogPanel.PREFS_PID = PREFS_COL_PID; in LogCatView()138 LogPanel.PREFS_TAG = PREFS_COL_TAG; in LogCatView()139 LogPanel.PREFS_MESSAGE = PREFS_COL_MESSAGE; in LogCatView()248 mLogPanel = new LogPanel(loader, colors, new FilterStorage(), LogPanel.FILTER_MANUAL); in createPartControl()
52 import com.android.ddmuilib.logcat.LogPanel;53 import com.android.ddmuilib.logcat.LogPanel.ILogFilterStorageManager;223 private LogPanel mLogPanel;1187 LogPanel.PREFS_TIME = PREFS_COL_TIME; in createBottomPanel()1188 LogPanel.PREFS_LEVEL = PREFS_COL_LEVEL; in createBottomPanel()1189 LogPanel.PREFS_PID = PREFS_COL_PID; in createBottomPanel()1190 LogPanel.PREFS_TAG = PREFS_COL_TAG; in createBottomPanel()1191 LogPanel.PREFS_MESSAGE = PREFS_COL_MESSAGE; in createBottomPanel()1300 mLogPanel = new LogPanel(new ImageLoader(LogPanel.class), colors, new FilterStorage(), in createBottomPanel()1301 LogPanel.FILTER_MANUAL); in createBottomPanel()[all …]
22 import com.android.ddmuilib.logcat.LogPanel.LogMessage;
69 public class LogPanel extends SelectionDependentPanel { class326 public LogPanel(IImageLoader imageLoader, LogColors colors, in LogPanel() method in LogPanel