Home
last modified time | relevance | path

Searched refs:stateChange (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyboardAccessibilityDelegate.java115 final AccessibilityEvent stateChange = AccessibilityEvent.obtain( in sendWindowStateChanged() local
117 mKeyboardView.onInitializeAccessibilityEvent(stateChange); in sendWindowStateChanged()
118 stateChange.getText().add(text); in sendWindowStateChanged()
119 stateChange.setContentDescription(null); in sendWindowStateChanged()
123 parent.requestSendAccessibilityEvent(mKeyboardView, stateChange); in sendWindowStateChanged()
/packages/apps/SecureElement/src/com/android/se/
DTerminal.java120 stateChange(state, "");
128 stateChange(state, reason);
140 stateChange(state, debugReason);
154 private void stateChange(boolean state, String reason) { in stateChange() method in Terminal
/packages/modules/StatsD/statsd/src/metrics/
DValueMetricProducer.cpp723 const bool stateChange = oldStateKey != stateKey || !dimensionsInWhatInfo.hasCurrentState; in onMatchedLogEventInternalLocked() local
740 if (!mSlicedStateAtoms.empty() && stateChange) { in onMatchedLogEventInternalLocked()