Home
last modified time | relevance | path

Searched defs:tv (Results 1 – 25 of 98) sorted by relevance

1234

/frameworks/base/core/tests/coretests/src/android/widget/
DEditorCursorDragTest.java205 TextView tv = mActivity.findViewById(R.id.textview); in testCursorDrag_diagonal_thresholdConfig() local
291 TextView tv = mActivity.findViewById(R.id.textview); in testEditor_onTouchEvent_quickTapAfterDrag() local
346 TextView tv = mActivity.findViewById(R.id.textview); in testEditor_onTouchEvent_mouseDrag() local
375 TextView tv = mActivity.findViewById(R.id.textview); in testEditor_onTouchEvent_cursorDrag() local
410 TextView tv = mActivity.findViewById(R.id.textview); in testEditor_onTouchEvent_selectionDrag() local
449 TextView tv = mActivity.findViewById(R.id.nonselectable_textview); in testCursorDrag_nonSelectableTextView() local
471 TextView tv = mActivity.findViewById(R.id.textview); in testCursorDrag_slop() local
497 TextView tv = mActivity.findViewById(R.id.textview); in testCursorDrag_snapToHandle() local
530 TextView tv = mActivity.findViewById(R.id.textview); in testLineChangeSlop() local
564 TextView tv = mActivity.findViewById(R.id.textview); in testCursorDrag_multiTouch() local
[all …]
/frameworks/base/core/tests/coretests/src/android/text/util/
DLinkifyTest.java69 TextView tv; in testNothing() local
80 TextView tv; in testNormal() local
92 TextView tv; in testUnclickable() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/
DTemplateLayoutTest.java53 TextView tv = new TextView(mContext); in testAddView() local
75 TextView tv = new TextView(mContext); in testTemplate() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskViewTransitions.java103 void addTaskView(TaskViewTaskController tv) { in addTaskView()
113 void removeTaskView(TaskViewTaskController tv) { in removeTaskView()
365 TaskViewTaskController tv = findTaskView(chg.getTaskInfo()); in startAnimation() local
392 final TaskViewTaskController tv; in startAnimation() local
419 TaskViewTaskController tv = findTaskView(chg.getTaskInfo()); in startAnimation() local
/frameworks/base/services/core/jni/
Dcom_android_server_SystemClockTime.cpp40 int SystemClockImpl::setTime(struct timeval *tv) { in setTime()
101 struct timeval tv; in com_android_server_SystemClockTime_setTime() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DAdapterHelper.java58 TextView tv = new TextView(context); in getView() local
86 TextView tv = (TextView) view; in fillView() local
/frameworks/libs/binary_translation/tests/tests_apk/src/com/example/ndk_tests/
DNdkTestsActivity.java38 TextView tv = new TextView(this); in onCreate() local
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/java_only/src/com/framework/shareduid/java/
DMainActivity.java28 TextView tv = new TextView(this); in onCreate() local
/frameworks/base/tools/aapt2/integration-tests/NamespaceTest/App/src/com/android/aapt/namespace/app/
DMainActivity.java28 com.android.aapt.namespace.libtwo.TextView tv = findViewById(R.id.textview); in onCreate() local
/frameworks/base/services/tests/wmtests/OverlayApp/src/com/android/server/wm/overlay_app/
DOverlayApp.java38 LinearLayout tv = new LinearLayout(this); in onCreate() local
/frameworks/base/tests/SmokeTestApps/src/com/android/smoketest/triggers/
DCrashyApp.java28 TextView tv = new TextView(this); in onCreate() local
DUnresponsiveApp.java28 TextView tv = new TextView(this); in onCreate() local
DCrashyApp2.java28 TextView tv = new TextView(this); in onCreate() local
/frameworks/base/core/tests/coretests/apks/install_jni_lib_open_from_apk/src/com/android/frameworks/coretests/
DOpenFromApkActivity.java29 TextView tv = new TextView(this); in onCreate() local
/frameworks/base/core/tests/overlaytests/device_non_system/src/com/android/overlaytest/
DOverlayTest.java43 TextView tv = layout.findViewById(R.id.text_view_id); in testStringOverlay() local
/frameworks/libs/binary_translation/tests/jni_hello_world/src/com/example/jnihelloworld/
DJniHelloWorld.java35 TextView tv = new TextView(this); in onCreate() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DSelectRequestBuffer.java55 protected HdmiCecLocalDeviceTv tv() { in tv() method in SelectRequestBuffer.SelectRequest
112 HdmiCecLocalDeviceTv tv = tv(); in process() local
/frameworks/base/core/jni/
Dandroid_os_SystemClock.cpp68 struct timeval tv; in android_os_SystemClock_currentTimeMicro() local
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/src/com/framework/shareduid/dual/
DMainActivity.java38 TextView tv = new TextView(this); in onCreate() local
/frameworks/wilhelm/tests/sandbox/
Dgetch.c37 struct timeval tv = { 0L, 0L }; in kbhit() local
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/src/com/framework/shareduid/bit64/
DMainActivity.java38 TextView tv = new TextView(this); in onCreate() local
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/src/com/framework/shareduid/bit32/
DMainActivity.java38 TextView tv = new TextView(this); in onCreate() local
/frameworks/native/cmds/bugreportz/
Dmain.cpp106 struct timeval tv; in main() local
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
DLayoutInsetsTest.java32 TextView tv = new TextView(context); in create() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DSetupWizardLayoutTest.java82 TextView tv = new TextView(mContext); in testAddView() local
105 TextView tv = new TextView(mContext); in testCustomTemplate() local

1234