Home
last modified time | relevance | path

Searched refs:mProgressIndeterminate (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/wear/src/android/support/wear/widget/
DCircledImageView.java96 private boolean mProgressIndeterminate; field in CircledImageView
256 if (mProgressIndeterminate) { in onDraw()
557 mProgressIndeterminate = show; in showIndeterminateProgress()
571 showIndeterminateProgress(mProgressIndeterminate); in onVisibilityChanged()
578 showIndeterminateProgress(mProgressIndeterminate); in onWindowVisibilityChanged()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java662 b.mProgressMax, b.mProgress, b.mProgressIndeterminate); in build()
701 b.mProgressMax, b.mProgress, b.mProgressIndeterminate, in build()
743 b.mProgressMax, b.mProgress, b.mProgressIndeterminate, b.mShowWhen, in build()
766 b.mProgressMax, b.mProgress, b.mProgressIndeterminate, b.mShowWhen, in build()
806 b.mProgressMax, b.mProgress, b.mProgressIndeterminate, b.mShowWhen, in build()
842 b.mProgressMax, b.mProgress, b.mProgressIndeterminate, b.mShowWhen, in build()
865 b.mProgressMax, b.mProgress, b.mProgressIndeterminate, b.mShowWhen, in build()
1036 boolean mProgressIndeterminate; field in NotificationCompat.Builder
1235 mProgressIndeterminate = indeterminate; in setProgress()