Searched refs:first (Results 26 - 50 of 106) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DTicker.java58 boolean first; field in class:Ticker.Segment
97 this.first = false;
140 this.first = true;
200 seg.first = false;
243 if (seg.first) {
244 // this makes the icon slide in for the first one for a given
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl48 int softInputMode, boolean first, int windowFlags);
/frameworks/base/core/java/android/text/method/
H A DLinkMovementMethod.java101 int first = layout.getLineStart(linetop);
104 ClickableSpan[] candidates = buffer.getSpans(first, last, ClickableSpan.class);
120 if (selEnd < first)
H A DScrollingMovementMethod.java183 boolean first = true;
186 if (first && executeDown(view, text, code)) {
191 first = false;
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dc2_9pf.cpp200 i.e. first or second pair. Where each pair contains 2 tracks.
203 first i0 : 0, 5, 10, 15, 20, 25, 30, 35.
209 first i0 : 0, 5, 10, 15, 20, 25, 30, 35.
215 first i0 : 0, 5, 10, 15, 20, 25, 30, 35.
221 first i0 : 0, 5, 10, 15, 20, 25, 30, 35.
891 Word16 i, j, k, track, first, index, _sign[NB_PULSE], indx, rsign;
916 first = pt[track];
918 if (first == 0) {
1000 register Word16 first; local
1032 first
[all...]
/frameworks/base/tools/obbtool/
H A DMain.cpp171 unsigned char first, second; local
172 if (!fromHex(h1, &first)) return false;
174 *b = (first << 4) | second;
/frameworks/base/core/java/android/content/
H A DIntent.java292 * <p>The first activity,
381 * <p>The first, primary, purpose of this activity is to let the user interact
1983 * This is the home activity, that is the first activity that is displayed
2251 * will contain only the first name in the list.
2519 * animation seen by the user shouldn't be driven by the first activity
5245 boolean first = true;
5248 first = false;
5251 if (!first) {
5254 first = false;
5266 if (!first) {
[all...]
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClientConnection.java334 // Check for folded headers first
337 char first = current.charAt(0);
338 if ((first == ' ' || first == '\t') && previous != null) {
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduParser.java801 // take the first part of children.
828 /* this is the first part */
902 int first = temp & 0xFF;
904 if (first <= SHORT_LENGTH_MAX) {
905 return first;
906 } else if (first == LENGTH_QUOTE) {
930 int first = temp & 0xFF;
933 if (first < TEXT_MIN) {
967 * If the first character in the TEXT is in the range of 128-255,
980 // We will have to mark again if first cha
[all...]
/frameworks/base/core/java/android/widget/
H A DAdapterView.java57 * The position of the first child displayed
106 * Sync based on the first child displayed
602 * Returns the position within the adapter's data set for the first item
623 * override this method must invoke the overriden super method first.
922 // Update this first, since setNextSelectedPositionInt inspects
951 // Make sure we select something selectable -- first look down
1014 // first position scanned so far
1015 int first = seed;
1023 // True when we have looked at the first item in the data
1044 hitFirst = first
[all...]
H A DListView.java233 // It's OK to have some space above the first item if it is
589 // that the entire rectangle is in view (or at least the first
605 // entire rectangle is in view (or at least the first screen
654 * @param pos The first position to put in the list
685 * @param pos The first position to put in the list
716 * @param nextTop The location where the top of the first item should be
876 // first pixel we can draw the selection into
1126 // TODO: after first layout we should maybe start at the first visible position, not 0
1174 * @param startPosition The position of the first chil
[all...]
H A DExpandableListConnector.java171 * Subtract the first child's flat list position from the
205 * This would occur in the first conditional, so the flat list
334 * This would occur in the first conditional, so the flat list
659 // TODO: Collapse something not on the screen instead of the first one?
792 // first position scanned so far
793 int first = seedGroupPosition;
801 // True when we have looked at the first item in the data
822 hitFirst = first == 0;
837 first--;
838 seedGroupPosition = first;
[all...]
/frameworks/base/tools/localize/
H A Dlocalize_test.cpp155 if (it->first != setting.id) {
156 fprintf(stderr, "it->first='%s' setting.id='%s'\n", it->first.c_str(),
/frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
H A DPropertyNodesVerifierElem.java32 * This class first checks whether each propertyNode in the VNode is in the
288 boolean first = true;
290 if (first) {
291 first = false;
/frameworks/base/libs/utils/
H A DThreads.cpp747 bool first = true; local
751 if (first) {
752 first = false;
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java239 sizeBytes += entry.first.getSize();
273 InputStream is = zipFile.getInputStream(entry.first);
278 + entry.first.getName() + " to " + entry.second);
489 // Check for internal first
/frameworks/base/tools/aapt/
H A DStringPool.cpp79 const bool first = vidx < 0; local
80 if (first || !mergeDuplicates) {
82 if (first) {
/frameworks/base/core/java/android/app/
H A DDownloadManager.java551 String headerString = header.first + ": " + header.second;
699 boolean first = true;
701 if (!first) {
705 first = false;
H A DLoadedApk.java198 * @param list1 null-ok; the first list
204 boolean first = true;
208 if (first) {
209 first = false;
218 boolean dupCheck = !first;
226 if (first) {
227 first = false;
/frameworks/base/core/java/android/pim/vcard/
H A DVCardBuilder.java271 // We choose the first "primary" ContentValues
288 // We choose the first ContentValues if any "primary" ContentValues does not exist.
653 // Also, DoCoMo's specification requires vCard composer to use just the first
691 boolean first = true;
694 first = false;
697 if (first) {
698 first = false;
705 if (!first) {
888 * To handle this case, this method first splits its input into multiple parts
1315 boolean first
[all...]
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java306 Uri first = uri;
321 assertEquals(2, first.getPathSegments().size());
322 assertEquals("b", first.getLastPathSegment());
325 first.getPathSegments().get(2);
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A Dsyn_filt_neon.s62 VLD1.S16 {D4, D5, D6, D7}, [r10]! @ first 16 temp_p
/frameworks/base/libs/camera/
H A DCameraParameters.cpp268 static int parse_pair(const char *str, int *first, int *second, char delim, argument
271 // Find the first integer.
283 *first = w;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDeviceProfileState.java811 if (mIncomingConnections != null) return mIncomingConnections.first;
837 Integer first;
839 first = CONNECTION_ACCESS_UNDEFINED;
841 first = mIncomingConnections.first;
843 mIncomingConnections = new Pair(first, getStringValue(value));
988 // the Settings screen for the first headset. Else, after link loss,
989 // there can be an incoming connection from the first headset which
/frameworks/base/include/ui/
H A DInputDispatcher.h547 // Pointer to the first motion sample to dispatch in this cycle.
550 // cycle and this pointer indicates the location of the first remainining sample
629 T* first = headSentinel.next; local
632 entry->next = first;
633 first->prev = entry;
642 T* first = headSentinel.next; local
643 dequeue(first);
644 return first;

Completed in 471 milliseconds

12345