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.java73 final ProgressBar progressBar = new ProgressBar(this); in preventActivityIdle() local
74 progressBar.setIndeterminate(true); in preventActivityIdle()
75 setContentView(progressBar); in preventActivityIdle()
79 progressBar.startAnimation(animation); in preventActivityIdle()
82 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.java2142 ProgressBar progressBar = mResult.findViewById(R.id.remoteView_progress); in testSetColorStateList() local
2149 assertSameColorStateList(tintList, progressBar.getProgressTintList()); in testSetColorStateList()
2153 assertNull(progressBar.getProgressTintList()); in testSetColorStateList()
2171 ProgressBar progressBar = mResult.findViewById(R.id.remoteView_progress); in testSetColorStateListAttr()
2173 progressBar.getProgressTintList()); in testSetColorStateListAttr()
2177 ProgressBar progressBar = mResult.findViewById(R.id.remoteView_progress); in testSetColorStateListAttr()
2179 progressBar.getProgressTintList()); in testSetColorStateListAttr()
2184 ProgressBar progressBar = mResult.findViewById(R.id.remoteView_progress); in testSetColorStateListAttr()
2185 assertSameColorStateList(null, progressBar.getProgressTintList()); in testSetColorStateListAttr()
2189 ProgressBar progressBar = mResult.findViewById(R.id.remoteView_progress); in testSetColorStateListAttr()
[all …]