Searched refs:mBatchedInputScheduled (Results 1 – 2 of 2) sorted by relevance
30 private boolean mBatchedInputScheduled; field in BatchedInputEventReceiver82 if (mBatchedInputScheduled) { in doConsumeBatchedInput()83 mBatchedInputScheduled = false; in doConsumeBatchedInput()96 if (!mBatchedInputScheduled) { in scheduleBatchedInput()97 mBatchedInputScheduled = true; in scheduleBatchedInput()103 if (mBatchedInputScheduled) { in unscheduleBatchedInput()104 mBatchedInputScheduled = false; in unscheduleBatchedInput()
59607 Landroid/view/BatchedInputEventReceiver;->mBatchedInputScheduled:Z