Home
last modified time | relevance | path

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

12345

/frameworks/support/samples/SupportAppNavigation/src/main/java/com/example/android/support/appnavigation/app/
DContentViewActivity.java42 TextView tv = findViewById(R.id.status_text); in onCreate() local
45 TextView tv = findViewById(R.id.status_text); in onCreate() local
DPeerActivity.java44 TextView tv = findViewById(R.id.peer_counter); in onCreate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java405 TaskView tv = taskViews.get(i); in getChildViewForTask() local
554 TaskView tv = taskViews.get(i); in bindVisibleTaskViews() local
597 TaskView tv = mTmpTaskViewMap.get(task.key); in bindVisibleTaskViews() local
662 TaskView tv = taskViews.get(i); in relayoutTaskViews() local
712 TaskView tv = getChildViewForTask(task); in getCurrentTaskTransforms() local
753 final TaskView tv = taskViews.get(i); in cancelAllTaskViewAnimations() local
775 TaskView tv = taskViews.get(i); in clipTaskViews() local
878 final TaskView tv = getChildViewForTask(mFocusedTask); in setFocusedTask() local
893 final TaskView tv = getChildViewForTask(mFocusedTask); in setFocusedTask() local
1021 TaskView tv = getChildViewForTask(task); in resetFocusedTask() local
[all …]
DTaskStackViewTouchHandler.java198 TaskView tv = taskViews.get(i); in cancelNonDismissTaskAnimations() local
439 TaskView tv = findViewAtPoint((int) ev.getX(), (int) ev.getY()); in getChildAtPosition() local
449 TaskView tv = (TaskView) v; in canChildBeDismissed() local
466 TaskView tv = (TaskView) v; in onBeginDrag() local
569 TaskView tv = (TaskView) v; in onChildDismissed() local
606 TaskView tv = (TaskView) v; in onChildSnappedBack() local
644 TaskView tv = taskViews.get(i); in updateTaskViewTransforms() local
682 TaskView tv = mSv.getChildViewForTask(tasks.get(i)); in findViewAtPoint() local
DTaskStackAnimationHelper.java161 TaskView tv = taskViews.get(i); in prepareForEnterAnimation() local
251 final TaskView tv = taskViews.get(i); in startEnterAnimation() local
330 TaskView tv = taskViews.get(i); in startExitToHomeAnimation() local
390 TaskView tv = taskViews.get(i); in startLaunchTaskAnimation() local
492 TaskView tv = taskViews.get(i); in startScrollToFocusedTaskAnimation() local
593 TaskView tv = taskViews.get(i); in startNewStackScrollAnimation() local
679 TaskView tv = taskViews.get(i); in startTaskStackDeleteAllTasksAnimation() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/
DTemplateLayoutTest.java55 TextView tv = new TextView(mContext); in testAddView() local
78 TextView tv = new TextView(mContext); in testTemplate() local
/frameworks/base/core/tests/coretests/src/android/text/util/
DLinkifyTest.java77 TextView tv; in testNothing() local
88 TextView tv; in testNormal() local
100 TextView tv; in testUnclickable() local
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
DFragmentHideShowSupport.java84 View tv = v.findViewById(R.id.msg); in onCreateView() local
110 View tv = v.findViewById(R.id.msg); in onCreateView() local
DFragmentDialogSupport.java42 View tv = findViewById(R.id.text); in onCreate() local
152 View tv = v.findViewById(R.id.text); in onCreateView() 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/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/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/tests/SmokeTestApps/src/com/android/smoketest/triggers/
DUnresponsiveApp.java28 TextView tv = new TextView(this); in onCreate() local
DCrashyApp.java28 TextView tv = new TextView(this); in onCreate() local
DCrashyApp2.java28 TextView tv = new TextView(this); in onCreate() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DAdapterHelper.java59 TextView tv = new TextView(context); in getView() local
87 TextView tv = (TextView) view; in fillView() local
/frameworks/native/cmds/bugreport/
Dbugreport.cpp58 struct timeval tv; in main() local
/frameworks/wilhelm/tests/sandbox/
Dgetch.c37 struct timeval tv = { 0L, 0L }; in kbhit() 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/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/dual/src/com/framework/shareduid/dual/
DMainActivity.java38 TextView tv = new TextView(this); in onCreate() local
/frameworks/base/core/jni/
Dandroid_os_SystemClock.cpp76 struct timeval tv; in android_os_SystemClock_currentTimeMicro() local
/frameworks/support/navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/
DAndroidFragment.java52 TextView tv = view.findViewById(R.id.text); in onViewCreated() local
/frameworks/native/cmds/bugreportz/
Dmain.cpp91 struct timeval tv; in main() local
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DStringPresenter.java30 TextView tv = new TextView(parent.getContext()); in onCreateViewHolder() local

12345