Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowWindowTest.java86 activity.requestFeature = Window.FEATURE_INDETERMINATE_PROGRESS; in getIndeterminateProgressBar_returnsTheIndeterminateProgressBar()
113 public int requestFeature = Window.FEATURE_PROGRESS; field in ShadowWindowTest.TestActivity
119 getWindow().requestFeature(requestFeature); in onCreate()
DShadowActivityTest.java957 getWindow().requestFeature(Window.FEATURE_ACTION_BAR); in onCreate()
975 getWindow().requestFeature(Window.FEATURE_ACTION_BAR); in onCreate()
/external/sl4a/Common/src/com/googlecode/android_scripting/future/
DFutureActivityTask.java48 mActivity.getWindow().requestFeature(Window.FEATURE_NO_TITLE); in onCreate()
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
DHtmlActivityTask.java305 mActivity.getWindow().requestFeature(Window.FEATURE_RIGHT_ICON); in onReceivedIcon()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DActivityControllerTest.java342 getWindow().requestFeature(Window.FEATURE_ACTION_BAR); in onCreate()