Searched refs:mLogId (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | EventLogArray.java | 42 private int mLogId; field in EventLogArray 67 logs[last].update(type, event, extras, mLogId); in addLog() 75 logs[nextIndex].update(type, event, extras, mLogId); in addLog() 123 mLogId = r.nextInt(900) + 100; in generateAndSetLogId() 124 return mLogId; in generateAndSetLogId()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | SwipeSharedState.java | 48 private int mLogId; field in SwipeSharedState 160 pw.println(prefix + "logTraceId=" + mLogId); in dump() 164 this.mLogId = logId; in setLogTraceId()
|
D | TouchInteractionService.java | 246 private int mLogId; field in TouchInteractionService 551 mLogId = TOUCH_INTERACTION_LOG.generateAndSetLogId(); in onInputEvent() 552 sSwipeSharedState.setLogTraceId(mLogId); in onInputEvent() 718 disableHorizontalSwipe(event), factory, mLogId); in createOtherActivityInputConsumer() 724 mSwipeTouchRegion, taskInfo.taskId, mLogId); in createDeviceLockedInputConsumer()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/ |
D | DeviceLockedInputConsumer.java | 80 private int mLogId; field in DeviceLockedInputConsumer 101 mLogId = logId; in DeviceLockedInputConsumer() 212 .putExtra(INTENT_EXTRA_LOG_TRACE_ID, mLogId); in startRecentsTransition()
|
D | OtherActivityInputConsumer.java | 121 private int mLogId; field in OtherActivityInputConsumer 130 mLogId = logId; in OtherActivityInputConsumer() 346 intent.putExtra(INTENT_EXTRA_LOG_TRACE_ID, mLogId);
|