HomeSort by relevance Sort by last modified time
    Searched refs:textA (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/text/src/android/text/cts/
MyanmarTest.java 61 String textA = "\u1019\u102d\u102f";
65 Bitmap bitmapA = cviewA.capture(textA);
69 // if textA and textB render identically, test against replacement characters
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
FragmentReplaceTest.java 67 assertNotNull(activity.findViewById(R.id.textA));
77 assertNotNull(activity.findViewById(R.id.textA));
86 assertNull(activity.findViewById(R.id.textA));
FragmentTest.java 151 assertNotNull(content.getChildAt(0).findViewById(R.id.textA));
FragmentViewTests.java     [all...]
  /cts/tests/fragment/src/android/fragment/cts/
LoaderActivity.java 42 textView = (TextView) findViewById(R.id.textA);
FragmentViewTests.java     [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Context.c 137 const char* textA,
155 if( textA != NULL )
158 va_start( argsL, textA );
159 bbs_vsnprintf( errorL.textE, bbs_ERROR_MAX_TEXT_CHARS, textA, argsL );
Context.h 140 struct bbs_Error bbs_Error_create( uint32 errorA, uint32 lineA, const char* fileA, const char* textA, ... );
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/test/
LoaderActivity.java 47 textView = findViewById(R.id.textA);

Completed in 1169 milliseconds