Searched refs:FocusEventDebugView (Results 1 – 5 of 5) sorted by relevance
31 private final FocusEventDebugView mDebugView;33 FocusEventDebugGlobalMonitor(FocusEventDebugView debugView, InputManagerService service) { in FocusEventDebugGlobalMonitor()
61 public class FocusEventDebugView extends RelativeLayout { class63 private static final String TAG = FocusEventDebugView.class.getSimpleName();98 FocusEventDebugView(Context c, InputManagerService service, in FocusEventDebugView() method in FocusEventDebugView111 public FocusEventDebugView(Context c, InputManagerService service) { in FocusEventDebugView() method in FocusEventDebugView
52 private FocusEventDebugView mFocusEventDebugView;65 mFocusEventDebugView = new FocusEventDebugView(context, mockService, in setUp()
152 import com.android.server.input.debug.FocusEventDebugView;460 private FocusEventDebugView mFocusEventDebugView;3989 FocusEventDebugView view; in updateFocusEventDebugViewEnabled()3995 mFocusEventDebugView = new FocusEventDebugView(mContext, this); in updateFocusEventDebugViewEnabled()
599 Lcom/android/server/input/debug/FocusEventDebugView;