Searched refs:th (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadTabActivity.java36 TabHost th = getTabHost();
37 TabHost.TabSpec ts = th.newTabSpec("1");
40 th.addTab(ts);
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c90 pthread_t th; local
139 pthread_create(&th, NULL, read_thread, (void *)ep1->bEndpointAddress);
140 pthread_create(&th, NULL, write_thread, (void *)ep2->bEndpointAddress);
142 pthread_create(&th, NULL, read_thread, (void *)ep2->bEndpointAddress);
143 pthread_create(&th, NULL, write_thread, (void *)ep1->bEndpointAddress);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp180 int th = 1 << (31 - __builtin_clz(h)); local
182 if (th < h) th <<= 1;
186 if (tw != w || th != h) {
187 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
192 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
198 if (tw != w || th != h) {
199 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
204 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java253 final int th = r.bottom - r.top;
260 int dh = r.top + th + r.bottom;
264 mNumberY = h-r.bottom-((dh-r.top-th-r.bottom)/2);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css324 th.dirtab {
618 table.doxtable td, table.doxtable th {
623 table.doxtable th {
645 .fieldtable td, .fieldtable th {
665 .fieldtable th {
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java407 int th = nextPowerOfTwo(mDisplayHeight);
410 format, tw, th, 0,
422 v = (float)mDisplayHeight / th;
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css749 .ui-table th,
754 .ui-table thead th {
815 [dir='rtl'] th {
963 th, td {
972 th {
978 tr:first-of-type th:first-of-type:empty {
2190 table.blank th, table.blank td {
2823 .jd-tagtable th {
2831 .jd-tagtable th {
2846 table.jd-tagtable th {
[all...]
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css749 .ui-table th,
754 .ui-table thead th {
815 [dir='rtl'] th {
963 th, td {
972 th {
978 tr:first-of-type th:first-of-type:empty {
2190 table.blank th, table.blank td {
2823 .jd-tagtable th {
2831 .jd-tagtable th {
2846 table.jd-tagtable th {
[all...]
/frameworks/base/services/java/com/android/server/
H A DNsdService.java417 Thread th = new Thread(mNativeConnector, MDNS_TAG);
418 th.start();
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2563 GLint th = (2 << (31 - clz(hw_h))); local
2565 tw, th, 0, GL_RGB, GL_UNSIGNED_BYTE, 0);
2567 v = GLfloat(hw_h) / th;
/frameworks/native/opengl/libagl/
H A Dtexture.cpp808 const GLuint th = textureObject->surface.height; local
809 if ((uint32_t(s0+x+w) > tw) || (uint32_t(t0+y+h) > th)) {
/frameworks/base/media/java/android/media/
H A DMediaScanner.java737 } catch (Throwable th) {

Completed in 3998 milliseconds