OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newProgress
(Results
1 - 24
of
24
) sorted by null
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java
152
public void onProgressChanged(WebView view, int
newProgress
) {
154
Window.FEATURE_PROGRESS,
newProgress
*100);
155
if (
newProgress
== 100) {
/frameworks/base/core/java/android/widget/
RatingBar.java
215
final int
newProgress
= (int) (newMax / getMax() * getProgress());
217
setProgress(
newProgress
);
/packages/apps/Browser/tests/src/com/android/browser/
TestWebChromeClient.java
48
public void onProgressChanged(WebView view, int
newProgress
) {
49
mWrappedClient.onProgressChanged(view,
newProgress
);
PopularUrlsTest.java
140
public void onProgressChanged(WebView view, int
newProgress
) {
141
super.onProgressChanged(view,
newProgress
);
142
if (
newProgress
>= 100) {
/packages/apps/Browser/src/com/android/browser/
TitleBar.java
224
public void setProgress(int
newProgress
) {
225
if (
newProgress
>= PROGRESS_MAX) {
243
mProgress.setProgress(
newProgress
* PageProgressView.MAX_PROGRESS
TabBar.java
355
void setProgress(int
newProgress
) {
356
if (
newProgress
>= PROGRESS_MAX) {