Searched refs:fourth (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | BitmapsRectActivity.java | 56 final float fourth = mBitmap1.getWidth() / 4.0f; in BitmapsView() local 58 mSrcRect = new Rect((int) fourth, (int) (half - half / 2.0f), in BitmapsView() 59 (int) (fourth + fourth), (int) (half + half / 2.0f)); in BitmapsView() 60 mDstRect = new RectF(fourth, half - half / 2.0f, fourth + fourth, half + half / 2.0f); in BitmapsView() 61 mDstRect2 = new RectF(fourth, half - half / 2.0f, in BitmapsView() 62 (fourth + fourth) * 3.0f, (half + half / 2.0f) * 3.0f); in BitmapsView()
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | SpannableStringBuilderTest.java | 50 Object fourth = new QuoteSpan(); in testGetSpans_sortsByPriorityEvenWhenSortParamIsFalse() local 55 builder.setSpan(fourth, 0, text.length(), 2 << Spanned.SPAN_PRIORITY_SHIFT); in testGetSpans_sortsByPriorityEvenWhenSortParamIsFalse() 62 assertEquals(fourth, spans[0]); in testGetSpans_sortsByPriorityEvenWhenSortParamIsFalse()
|
/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
D | ChipsTest.java | 267 String fourth = "FOURTH,"; in testCountTokens() local 270 mEditable.append(first+second+third+fourth+fifth); in testCountTokens() 363 String fourth = (String) mTokenizer.terminateToken("FOURTH"); in testMoreChipLotsOfUsers() local 371 mEditable.append(first+second+third+fourth+fifth+sixth+seventh+eigth+ninth+tenth); in testMoreChipLotsOfUsers() 379 int fourthStart = mEditable.toString().indexOf(fourth); in testMoreChipLotsOfUsers() 380 int fourthEnd = fourthStart + fourth.trim().length(); in testMoreChipLotsOfUsers() 405 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixth in testMoreChipLotsOfUsers() 415 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixth in testMoreChipLotsOfUsers()
|
/frameworks/minikin/libs/minikin/ |
D | Locale.cpp | 111 const uint32_t fourth = (packedScript & FIVE_BITS) + REST_LETTER_BASE; in unpackScript() local 113 return first << 24 | second << 16 | third << 8 | fourth; in unpackScript()
|
/frameworks/base/core/java/android/os/ |
D | StrictMode.java | 1807 final int fourth = path.indexOf('/', third + 1); 1808 if (fourth == -1) return; 1811 final int userId = Integer.parseInt(path.substring(third + 1, fourth));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 255 Animator fourth = getHandleAnimator(view, 1.02f, 1f, isLeft, 400, in fade() local 259 anim.play(third).before(fourth); in fade()
|