Searched refs:progressBar (Results 1 – 4 of 4) sorted by relevance
73 final ProgressBar progressBar = new ProgressBar(this); in preventActivityIdle() local74 progressBar.setIndeterminate(true); in preventActivityIdle()75 setContentView(progressBar); in preventActivityIdle()79 progressBar.startAnimation(animation); in preventActivityIdle()82 if (progressBar.isAnimating()) { in preventActivityIdle()
282 ProgressBar progressBar = (ProgressBar) w.findViewById(android.R.id.progress); in testSetProgressDrawable() local285 mActualDrawable = progressBar.getProgressDrawable(); in testSetProgressDrawable()288 mActualDrawableNull = progressBar.getProgressDrawable(); in testSetProgressDrawable()
131 val progressBar = rootView.findViewById<ProgressBar>(R.id.progress_bar) in testGetAttributeSourceResourceMap() constant132 val attributeMapProgressBar = progressBar!!.attributeSourceResourceMap in testGetAttributeSourceResourceMap()
2142 ProgressBar progressBar = mResult.findViewById(R.id.remoteView_progress); in testSetColorStateList() local2149 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 …]