Searched refs:sequence (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DInputBindResult.java43 public final int sequence; field in class:InputBindResult
48 sequence = _sequence;
54 sequence = source.readInt();
60 + " #" + sequence + "}";
72 dest.writeInt(sequence);
H A DIInputMethodClient.aidl28 void onUnbindMethod(int sequence);
/frameworks/base/core/java/android/view/textservice/
H A DSuggestionsInfo.java77 * @param sequence the cookie of the input TextInfo
80 int suggestionsAttributes, String[] suggestions, int cookie, int sequence) {
90 mSequence = sequence;
117 * Set the cookie and the sequence of SuggestionsInfo which are set to TextInfo from a client
120 * @param sequence the cookie of an input TextInfo
122 public void setCookieAndSequence(int cookie, int sequence) { argument
124 mSequence = sequence;
135 * @return the sequence which may be set by a client application
79 SuggestionsInfo( int suggestionsAttributes, String[] suggestions, int cookie, int sequence) argument
H A DTextInfo.java43 * @param sequence the sequence number for this TextInfo
45 public TextInfo(String text, int cookie, int sequence) { argument
51 mSequence = sequence;
88 * @return the sequence of TextInfo
/frameworks/base/libs/rs/
H A DrsFifoSocket.h46 uint32_t sequence; member in class:android::renderscript::FifoSocket
H A DrsFifoSocket.cpp32 sequence = 1;
/frameworks/base/services/surfaceflinger/
H A DLayerBase.cpp44 sequence(uint32_t(android_atomic_inc(&sSequence))),
95 mCurrentState.sequence = 0;
107 // can atomically increment the sequence number, it doesn't matter.
108 android_atomic_inc(&mCurrentState.sequence);
125 mCurrentState.sequence++;
133 mCurrentState.sequence++;
149 mCurrentState.sequence++;
155 mCurrentState.sequence++;
162 mCurrentState.sequence++;
171 mCurrentState.sequence
[all...]
H A DLayerBase.h67 int32_t sequence; member in class:android::LayerBase
78 int32_t sequence; // changes when visible regions can change member in struct:android::LayerBase::State
H A DSurfaceFlinger.h263 // then by sequence, so we get a stable ordering
264 return (lz != rz) ? (lz - rz) : (l->sequence - r->sequence);
/frameworks/base/core/java/android/accounts/
H A DChooseAccountTypeActivity.java133 final CharSequence sequence = authContext.getResources().getText(desc.labelId);
134 if (sequence != null) {
135 name = sequence.toString();
137 name = sequence.toString();
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java342 if (mBindSequence < 0 || mBindSequence != res.sequence) {
344 + ", given seq=" + res.sequence);
350 mBindSequence = res.sequence;
356 final int sequence = msg.arg1;
359 if (mBindSequence == sequence) {
454 public void onUnbindMethod(int sequence) {
455 mH.sendMessage(mH.obtainMessage(MSG_UNBIND, sequence, 0));
1071 mBindSequence = res.sequence;
/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedTest.java160 public Watcher(int sequence) { argument
161 mSequence = sequence;
/frameworks/base/core/java/android/util/
H A DJsonReader.java1011 throw syntaxError("Unterminated escape sequence");
1018 throw syntaxError("Unterminated escape sequence");
/frameworks/base/core/java/android/widget/
H A DTableLayout.java137 * <p>Parses a sequence of columns ids defined in a CharSequence with the
146 * @param sequence a sequence of column ids, can be empty but not null
150 private static SparseBooleanArray parseColumns(String sequence) { argument
153 String[] columnDefs = pattern.split(sequence);
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java138 view = (TextView)findViewById(R.id.sequence);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipHelper.java116 long sequence = (long) (Math.random() * 10000);
117 return mHeaderFactory.createCSeqHeader(sequence, method);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewMediator.java794 int sequence = intent.getIntExtra("seq", 0);
797 + sequence + ", mDelayedShowingSequence = " + mDelayedShowingSequence);
800 if (mDelayedShowingSequence == sequence) {
/frameworks/base/opengl/libagl/
H A Darray.cpp361 sequence = 0;
388 sequence += INDEX_SEQ;
389 if (sequence >= 0x80000000LU) {
390 sequence = INDEX_SEQ;
479 index |= c->vc.sequence;
/frameworks/base/core/java/android/webkit/
H A DWebView.java6488 // sequence it is possible that we may get here
6594 private void passMultiTouchToWebKit(MotionEvent ev, long sequence) { argument
6615 ted.mSequence = sequence;
7851 public QueuedTouch set(MotionEvent ev, long sequence) { argument
7853 mSequence = sequence;
7913 * Allow events with any currently missing sequence numbers to be skipped in processing.
7980 * and reset the sequence numbering.
7999 * Return the next valid sequence number for tagging incoming touch events.
8000 * @return The next touch event sequence number
8008 * The sequence numbe
8119 dropStaleGestures(MotionEvent ev, long sequence) argument
[all...]
/frameworks/base/include/private/opengles/
H A Dgl_context.h237 uint32_t sequence; member in struct:android::gl::vertex_cache_t
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java2442 int sequence = msg.arg2;
2443 handleInetConditionHoldEnd(netType, sequence);
2672 private void handleInetConditionHoldEnd(int netType, int sequence) { argument
2684 if (mDefaultConnectionSequence != sequence) {
/frameworks/base/libs/utils/
H A DResourceTypes.cpp3779 *outErrorMsg = "Bad character in \\u unicode escape sequence";

Completed in 407 milliseconds