HomeSort by relevance Sort by last modified time
    Searched refs:tv (Results 226 - 250 of 606) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TabSpecTest.java 74 TextView tv = new TextView(null);
75 tv.setText("The Text of " + tag);
76 return tv;
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 50 TextView tv = mTextView; local
51 if (tv != null) {
52 return tv.getEditableText();
  /frameworks/base/core/tests/coretests/src/android/util/
ScrollViewScenario.java 102 final TextView tv = new TextView(context);
103 tv.setText(text);
104 return tv;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Thread.c 96 struct timeval tv; local
137 tv.tv_sec = 1;
138 tv.tv_usec = 0;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_CompThread.c 100 struct timeval tv; local
143 tv.tv_sec = 0;
144 tv.tv_usec = VPP_THREAD_TIMEOUT * 1000;
  /packages/apps/Camera/src/com/android/camera/
ListPreference.java 58 TypedValue tv = a.peekValue(attrDefaultValue); local
59 if (tv != null && tv.type == TypedValue.TYPE_REFERENCE) {
  /packages/apps/LegacyCamera/src/com/android/camera/
ListPreference.java 58 TypedValue tv = a.peekValue(attrDefaultValue); local
59 if (tv != null && tv.type == TypedValue.TYPE_REFERENCE) {
  /external/iptables/libipq/
libipq.c 139 struct timeval tv; local
144 tv.tv_sec = 0;
145 tv.tv_usec = 0;
147 tv.tv_sec = timeout / 1000000;
148 tv.tv_usec = timeout % 1000000;
153 ret = select(h->fd+1, &read_fds, NULL, NULL, &tv);
  /external/libnfc-nci/src/adaptation/
bte_logmsg.c 54 struct timeval tv; local
60 gettimeofday(&tv, &tz);
65 tv.tv_usec / 1000);
89 struct timeval tv; local
94 gettimeofday(&tv, &tz);
99 tv.tv_usec / 1000);
  /packages/apps/Music/src/com/android/music/
MediaPickerActivity.java 250 TextView tv = (TextView) v.findViewById(R.id.duration); local
251 tv.setVisibility(View.GONE);
261 TextView tv = (TextView) view.findViewById(R.id.line1); local
263 tv.setText(name);
265 tv = (TextView) view.findViewById(R.id.line2);
280 tv.setText(builder.toString());
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 137 private int chooseSize(PopupWindow pop, View parentView, CharSequence text, TextView tv) {
138 int wid = tv.getPaddingLeft() + tv.getPaddingRight();
139 int ht = tv.getPaddingTop() + tv.getPaddingBottom();
147 Layout l = new StaticLayout(text, tv.getPaint(), cap,
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
AppNavHomeActivity.java 115 TextView tv = (TextView) convertView.getTag(); local
116 tv.setText(mItems.get(position).name);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
SharingReceiverSupport.java 60 TextView tv = (TextView) findViewById(R.id.text); local
88 tv.setText(txt.toString());
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
AppNavHomeActivity.java 115 TextView tv = (TextView) convertView.getTag(); local
116 tv.setText(mItems.get(position).name);
  /external/dhcpcd/compat/
arc4random.c 103 struct timeval tv; member in struct:__anon7138
109 gettimeofday(&rdat.tv, NULL);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
RobolectricTestRunnerTest.java 63 TextView tv = new TextView(Robolectric.application); local
65 tv.setText("Foo");
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
NumPadKey.java 111 public void setTextView(TextView tv) {
112 mTextView = tv;
  /packages/apps/Stk/src/com/android/stk/
ToneDialog.java 77 TextView tv = (TextView) findViewById(R.id.message); local
81 tv.setText(toneMsg.text);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 388 TreeViewer tv = getTreeViewer(); local
389 tv.setAutoExpandLevel(2);
390 tv.setContentProvider(new ContentProvider());
391 tv.setLabelProvider(new LabelProvider());
392 tv.setInput(mRootWrapper);
393 tv.expandToLevel(mRootWrapper.getRoot(), 2);
400 tv.addDropSupport(supportedOperations, transfers, new OutlineDropListener(this, tv));
401 tv.addDragSupport(supportedOperations, transfers, new OutlineDragListener(this, tv));
562 TreeViewer tv = getTreeViewer(); local
599 TreeViewer tv = getTreeViewer(); local
    [all...]
  /dalvik/vm/native/
java_lang_System.cpp 371 struct timeval tv; local
375 gettimeofday(&tv, (struct timezone *) NULL);
376 long long when = tv.tv_sec * 1000LL + tv.tv_usec / 1000;
  /device/generic/goldfish/camera/
EmulatedCameraDevice.cpp 350 struct timeval tv, *tvp = NULL; local
360 tv.tv_sec = timeout / 1000000;
361 tv.tv_usec = timeout % 1000000;
362 tvp = &tv;
  /external/chromium/third_party/libevent/test/
regress_http.c 307 struct timeval tv; local
336 timerclear(&tv);
337 tv.tv_usec = 10000;
338 event_once(-1, EV_TIMEOUT, http_complete_write, bev, &tv);
395 struct timeval tv; local
396 timerclear(&tv);
397 tv.tv_sec = 3;
399 event_once(-1, EV_TIMEOUT, http_delay_reply, req, &tv);
849 struct timeval tv; local
858 timerclear(&tv);
886 struct timeval tv; local
    [all...]
  /external/qemu/
qemu-timer.h 94 struct timeval tv; local
96 gettimeofday(&tv, NULL);
97 return tv.tv_sec * 1000000000LL + (tv.tv_usec * 1000);
  /external/quake/quake/src/QW/qwfwd/
qwfwd.c 166 struct timeval tv; local
205 tv.tv_sec = 2;
206 tv.tv_usec = 0;
207 retval = select(i1, &rfds, (fd_set *)0, (fd_set *)0, &tv);
  /external/webrtc/src/system_wrappers/interface/
tick_util.h 193 struct timeval tv; local
194 gettimeofday(&tv, NULL);
195 result._ticks = 1000000LL * static_cast<WebRtc_Word64>(tv.tv_sec) + static_cast<WebRtc_Word64>(tv.tv_usec);

Completed in 2058 milliseconds

1 2 3 4 5 6 7 8 91011>>