Searched defs:sequence (Results 1 - 9 of 9) sorted by last modified time

/frameworks/support/volley/src/com/android/volley/
H A DRequest.java173 * Sets the sequence number of this request. Used by {@link RequestQueue}.
175 public final void setSequence(int sequence) { argument
176 mSequence = sequence;
180 * Returns the sequence number of this request.
414 * sequence number to provide FIFO ordering.
422 // Equal priorities are sorted by sequence number to provide FIFO ordering.
/frameworks/native/opengl/libagl/
H A Dcontext.h237 uint32_t sequence; member in struct:android::gl::vertex_cache_t
/frameworks/native/services/surfaceflinger/
H A DLayerBase.h64 int32_t sequence; member in class:android::LayerBase
86 int32_t sequence; // changes when visible regions can change member in struct:android::LayerBase::State
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java2778 int sequence = msg.arg2;
2779 handleInetConditionHoldEnd(netType, sequence);
3015 private void handleInetConditionHoldEnd(int netType, int sequence) { argument
3027 if (mDefaultConnectionSequence != 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/view/textservice/
H A DSuggestionsInfo.java68 * @param sequence the cookie of the input TextInfo
71 int suggestionsAttributes, String[] suggestions, int cookie, int sequence) {
81 mSequence = sequence;
108 * Set the cookie and the sequence of SuggestionsInfo which are set to TextInfo from a client
111 * @param sequence the cookie of an input TextInfo
113 public void setCookieAndSequence(int cookie, int sequence) { argument
115 mSequence = sequence;
126 * @return the sequence which may be set by a client application
70 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/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/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);

Completed in 179 milliseconds