Searched refs:UserEventDispatcher (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BaseActivity.java | 34 import com.android.launcher3.logging.UserEventDispatcher; 35 import com.android.launcher3.logging.UserEventDispatcher.UserEventDelegate; 80 protected UserEventDispatcher mUserEventDispatcher; 128 public final UserEventDispatcher getUserEventDispatcher() { in getUserEventDispatcher() 130 mUserEventDispatcher = UserEventDispatcher.newInstance(this, this); in getUserEventDispatcher()
|
D | Launcher.java | 103 import com.android.launcher3.logging.UserEventDispatcher; 104 import com.android.launcher3.logging.UserEventDispatcher.UserEventDelegate; 1388 UserEventDispatcher ued = getUserEventDispatcher(); in onNewIntent() 1742 UserEventDispatcher ued = getUserEventDispatcher(); in onBackPressed()
|
/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | UserEventDispatcher.java | 64 public class UserEventDispatcher implements ResourceBasedOverride { class 71 public static UserEventDispatcher newInstance(Context context, in newInstance() 79 UserEventDispatcher ued = Overrides.getObject(UserEventDispatcher.class, in newInstance() 87 public static UserEventDispatcher newInstance(Context context) { in newInstance()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/ |
D | AssistantTouchConsumer.java | 51 import com.android.launcher3.logging.UserEventDispatcher; 196 UserEventDispatcher.newInstance(mContext).logActionOnContainer( in onMotionEvent() 245 UserEventDispatcher.newInstance(mContext) in startAssistantInternal()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | UserEventDispatcherExtension.java | 28 import com.android.launcher3.logging.UserEventDispatcher; 37 public class UserEventDispatcherExtension extends UserEventDispatcher {
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | OverviewCommandHelper.java | 29 import com.android.launcher3.logging.UserEventDispatcher; 79 UserEventDispatcher.newInstance(mContext).logActionTip(actionType, viewType)); in onTip()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | OverviewCommandHelper.java | 32 import com.android.launcher3.logging.UserEventDispatcher; 83 UserEventDispatcher.newInstance(mContext).logActionTip(actionType, viewType)); in onTip()
|
D | TouchInteractionService.java | 76 import com.android.launcher3.logging.UserEventDispatcher; 200 UserEventDispatcher.newInstance(getBaseContext()).logActionBack(completed, downX, downY,
|
D | WindowTransformSwipeHandler.java | 85 import com.android.launcher3.logging.UserEventDispatcher; 1045 UserEventDispatcher.newInstance(mContext).logStateChangeAction( in doLogGesture()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | TaskView.java | 56 import com.android.launcher3.logging.UserEventDispatcher; 391 UserEventDispatcher.newInstance(getContext()).logActionOnItem(action, Direction.NONE, in showTaskMenu()
|