Home
last modified time | relevance | path

Searched refs:progressBar (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
DTestActivity.java72 final ProgressBar progressBar = new ProgressBar(this); in preventActivityIdle() local
73 progressBar.setIndeterminate(true); in preventActivityIdle()
74 setContentView(progressBar); in preventActivityIdle()
78 progressBar.startAnimation(animation); in preventActivityIdle()
81 if (progressBar.isAnimating()) { in preventActivityIdle()
/cts/tests/app/src/android/app/cts/
DProgressDialogTest.java282 ProgressBar progressBar = (ProgressBar) w.findViewById(android.R.id.progress); in testSetProgressDrawable() local
285 mActualDrawable = progressBar.getProgressDrawable(); in testSetProgressDrawable()
288 mActualDrawableNull = progressBar.getProgressDrawable(); in testSetProgressDrawable()
/cts/tests/tests/widget/src/android/widget/cts/
DWidgetAttributeTest.kt131 val progressBar = rootView.findViewById<ProgressBar>(R.id.progress_bar) in testGetAttributeSourceResourceMap() constant
132 val attributeMapProgressBar = progressBar!!.attributeSourceResourceMap in testGetAttributeSourceResourceMap()
DRemoteViewsTest.java1573 ProgressBar progressBar = mResult.findViewById(R.id.remoteView_progress); in testSetColorStateList() local
1580 assertSameColorStateList(tintList, progressBar.getProgressTintList()); in testSetColorStateList()
1584 assertNull(progressBar.getProgressTintList()); in testSetColorStateList()
1602 ProgressBar progressBar = mResult.findViewById(R.id.remoteView_progress); in testSetColorStateListAttr()
1604 progressBar.getProgressTintList()); in testSetColorStateListAttr()
1608 ProgressBar progressBar = mResult.findViewById(R.id.remoteView_progress); in testSetColorStateListAttr()
1610 progressBar.getProgressTintList()); in testSetColorStateListAttr()
1615 ProgressBar progressBar = mResult.findViewById(R.id.remoteView_progress); in testSetColorStateListAttr()
1616 assertSameColorStateList(null, progressBar.getProgressTintList()); in testSetColorStateListAttr()
1620 ProgressBar progressBar = mResult.findViewById(R.id.remoteView_progress); in testSetColorStateListAttr()
[all …]