Searched refs:th (Results 1 - 13 of 13) 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/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DSystem_Delegate.java31 public static void log(String message, Throwable th) { argument
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c90 pthread_t th; local
139 pthread_create(&th, NULL, read_thread, (void *)(uintptr_t)ep1->bEndpointAddress);
140 pthread_create(&th, NULL, write_thread, (void *)(uintptr_t)ep2->bEndpointAddress);
142 pthread_create(&th, NULL, read_thread, (void *)(uintptr_t)ep2->bEndpointAddress);
143 pthread_create(&th, NULL, write_thread, (void *)(uintptr_t)ep1->bEndpointAddress);
/frameworks/base/libs/usb/tests/accessorytest/
H A Dhid.c141 pthread_t th; local
142 pthread_create(&th, NULL, hid_thread, (void *)fd);
200 pthread_t th; local
201 pthread_create(&th, NULL, inotify_thread, NULL);
H A Dusb.c114 pthread_t th; local
150 pthread_create(&th, NULL, read_thread, NULL);
151 pthread_create(&th, NULL, write_thread, NULL);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp193 int th = 1 << (31 - __builtin_clz(h)); local
195 if (th < h) th <<= 1;
199 if (tw != w || th != h) {
200 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
205 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
211 if (tw != w || th != h) {
212 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
217 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java682 int th = mBitmapHeight;
684 if (tw > mScreenWidth || th > mScreenHeight) {
686 float s2 = (float)th / (float)mScreenHeight;
690 th /= s1;
693 th /= s2;
697 android.util.Log.v("rs", "TV sizes " + tw + ", " + th);
700 mDisplayView.mHeight = th;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java263 final int th = r.bottom - r.top;
270 int dh = r.top + th + r.bottom;
274 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/core/java/android/app/
H A DActivityManager.java1174 final int th = thumbnail.getHeight();
1175 if (tw != size.x || th != size.y) {
1181 if (tw * size.x > size.y * th) {
1182 scale = (float) size.x / (float) th;
1186 dy = (size.x - th * scale) * 0.5f;
/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java588 Thread th = new Thread(mNativeConnector, MDNS_TAG);
589 th.start();
/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.java740 } catch (Throwable th) {

Completed in 368 milliseconds