Searched refs:current (Results 1 - 25 of 66) sorted by relevance

123

/frameworks/base/sax/java/android/sax/
H A DChildren.java34 Child current = children[index];
35 if (current == null) {
37 current = new Child(parent, uri, localName, parent.depth + 1, hash);
38 children[index] = current;
39 return current;
44 if (current.hash == hash
45 && current.uri.compareTo(uri) == 0
46 && current.localName.compareTo(localName) == 0) {
48 return current;
51 previous = current;
[all...]
H A DRootElement.java101 Element current = null; field in class:RootElement.Handler
123 + " within text element named " + current + ".",
127 // If we're one level below the current element.
128 if (depth == current.depth + 1) {
130 Children children = current.children;
155 this.current = e;
180 Element current = this.current;
182 // If we've ended the current element...
183 if (depth == current
[all...]
/frameworks/base/core/java/android/net/http/
H A DCharArrayBuffers.java71 char current = chars[i];
72 if (current == ch) {
74 } else if (current >= 'A' && current <= 'Z'){
76 current += uppercaseAddon;
77 chars[i] = current;
H A DAndroidHttpClientConnection.java306 CharArrayBuffer current = new CharArrayBuffer(64);
308 if (inbuffer.readLine(current) == -1) {
314 current, new ParserCursor(0, current.length()));
323 if (current == null) {
324 current = new CharArrayBuffer(64);
327 current.clear();
329 int l = inbuffer.readLine(current);
330 if (l == -1 || current.length() < 1) {
337 char first = current
[all...]
/frameworks/base/core/java/android/util/
H A DTimeUtils.java54 TimeZone current = TimeZone.getDefault();
55 String currentName = current.getID();
56 int currentOffset = current.getOffset(when);
57 boolean currentDst = current.inDaylightTime(d);
76 // If the current time zone is from the right country
82 return current;
87 // country that has the correct current offset and DST.
89 // haven't encountered the current time zone yet.)
/frameworks/base/opengl/libagl/
H A Dvertex.cpp36 c->current.color.r = 0x10000;
37 c->current.color.g = 0x10000;
38 c->current.color.b = 0x10000;
39 c->current.color.a = 0x10000;
190 c->current.color.r = gglFloatToFixed(r);
191 c->currentColorClamped.r = gglClampx(c->current.color.r);
192 c->current.color.g = gglFloatToFixed(g);
193 c->currentColorClamped.g = gglClampx(c->current.color.g);
194 c->current.color.b = gglFloatToFixed(b);
195 c->currentColorClamped.b = gglClampx(c->current
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboardHelper.java180 final Keyboard current = mKeyboardView.getKeyboard();
182 if (current == mQwertyKeyboard || current == mQwertyKeyboardShifted) {
184 } else if (current == mSymbolsKeyboard || current == mSymbolsKeyboardShifted) {
201 Keyboard current = mKeyboardView.getKeyboard();
203 final boolean isAlphaMode = current == mQwertyKeyboard
204 || current == mQwertyKeyboardShifted;
216 if (next != current) {
/frameworks/base/services/java/com/android/server/status/
H A DTicker.java46 int current; field in class:Ticker.Segment
68 if (this.current > this.text.length()) {
71 CharSequence substr = this.text.subSequence(this.current, this.text.length());
77 this.next = this.current + end;
80 throw new RuntimeException("lineCount=" + lineCount + " current=" + current +
111 this.current = index + start;
115 this.current = len;
128 this.current = index;
166 // prune out any preexisting ones for this notification, but not the current on
[all...]
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java252 * Set the range of numbers allowed for the number picker. The current
263 * Set the range of numbers allowed for the number picker. The current
280 * Set the current value for the number picker.
282 * @param current the current value the start of the range (inclusive)
283 * @throws IllegalArgumentException when current is not within the range
286 public void setCurrent(int current) { argument
287 if (current < mStart || current > mEnd) {
289 "current shoul
321 changeCurrent(int current) argument
[all...]
/frameworks/base/include/private/ui/
H A DRegionHelper.h75 RECT current; local
78 int inside = spanner.next(current.top, current.bottom);
82 int inside = spannerInner.next(current.left, current.right);
84 if (current.left < current.right &&
85 current.top < current.bottom) {
86 rasterizer(current);
[all...]
/frameworks/base/libs/surfaceflinger/
H A DBlurFilter.cpp263 PIXEL current; local
293 current.clear();
297 current += *in;
303 current += *in;
305 *fb++ = current.to(areaShift, k==repeat-1, dither);
311 current += *in;
312 current -= *out;
314 *fb++ = current.to(areaShift, k==repeat-1, dither);
320 current -= *out;
322 *fb++ = current
[all...]
/frameworks/base/core/java/android/database/
H A DMatrixCursor.java62 * Gets value at the given column for the current row.
133 int current = start;
136 if (current == end) {
141 localData[current++] = columnValue;
144 if (current != end) {
/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java77 String current = mCursors[j].getString(mSortColumns[j]);
78 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) {
79 smallest = current;
161 String current = mCursors[j].getString(mSortColumns[j]);
162 if (smallestIdx < 0 || current.compareToIgnoreCase(smallest) < 0) {
163 smallest = current;
/frameworks/base/core/java/android/net/
H A DUri.java1450 * Constructs a Uri with the current attributes.
1693 int current = 0;
1694 while (current < oldLength) {
1698 int nextToEncode = current;
1706 if (current == 0) {
1711 encoded.append(s, current, oldLength);
1720 if (nextToEncode > current) {
1722 encoded.append(s, current, nextToEncode);
1724 // assert nextToEncode == current
1730 current
[all...]
/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java113 char current = content.charAt(selStart);
115 if (Character.isLowerCase(current)) {
117 String.valueOf(current).toUpperCase());
123 if (Character.isUpperCase(current)) {
125 String.valueOf(current).toLowerCase());
H A DMetaKeyKeyListener.java178 int current = content.getSpanFlags(what);
180 if (current == PRESSED)
182 else if (current == RELEASED)
198 int current = content.getSpanFlags(what);
200 if (current == LOCKED)
285 int current = content.getSpanFlags(what);
287 if (current == USED)
289 else if (current == PRESSED)
329 * @param state the current meta state bits.
343 * @param state the current stat
[all...]
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v1/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v2/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current

Completed in 1648 milliseconds

123