Searched refs:setFeatureInt (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | Activity.java | 4607 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/ |
D | Window.java | 1097 public abstract void setFeatureInt(int featureId, int value); in setFeatureInt() method in Window
|
/frameworks/base/docs/html/guide/faq/ |
D | commontasks.jd | 538 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/ |
D | PhoneWindow.java | 1264 public final void setFeatureInt(int featureId, int value) { in setFeatureInt() method in PhoneWindow
|
/frameworks/base/api/ |
D | current.txt | 28603 method public abstract void setFeatureInt(int, int);
|