Home
last modified time | relevance | path

Searched refs:setFeatureInt (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DActivity.java4607 getWindow().setFeatureInt(Window.FEATURE_PROGRESS, visible ? Window.PROGRESS_VISIBILITY_ON : in setProgressBarVisibility()
4620 getWindow().setFeatureInt(Window.FEATURE_INDETERMINATE_PROGRESS, in setProgressBarIndeterminateVisibility()
4634 getWindow().setFeatureInt(Window.FEATURE_PROGRESS, in setProgressBarIndeterminate()
4649 getWindow().setFeatureInt(Window.FEATURE_PROGRESS, progress + Window.PROGRESS_START); in setProgress()
4666 getWindow().setFeatureInt(Window.FEATURE_PROGRESS, in setSecondaryProgress()
/frameworks/base/core/java/android/view/
DWindow.java1097 public abstract void setFeatureInt(int featureId, int value); in setFeatureInt() method in Window
/frameworks/base/docs/html/guide/faq/
Dcommontasks.jd538 of the progress bar, call {@link android.view.Window#setFeatureInt(int,int)
539 Activity.getWindow().setFeatureInt(Window.FEATURE_PROGRESS, <em>level</em>)}.
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java1264 public final void setFeatureInt(int featureId, int value) { in setFeatureInt() method in PhoneWindow
/frameworks/base/api/
Dcurrent.txt28603 method public abstract void setFeatureInt(int, int);