OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requestWindowFeature
(Results
1 - 25
of
95
) sorted by null
1
2
3
4
/development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar2.java
37
requestWindowFeature
(Window.FEATURE_INDETERMINATE_PROGRESS);
ProgressBar4.java
39
requestWindowFeature
(Window.FEATURE_INDETERMINATE_PROGRESS);
ProgressBar1.java
39
requestWindowFeature
(Window.FEATURE_PROGRESS);
ImageSwitcher1.java
43
requestWindowFeature
(Window.FEATURE_NO_TITLE);
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
DialogActivity.java
28
requestWindowFeature
(Window.FEATURE_NO_TITLE);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
PickerActivity.java
44
requestWindowFeature
(Window.FEATURE_ACTION_BAR);
45
requestWindowFeature
(Window.FEATURE_ACTION_BAR_OVERLAY);
MovieActivity.java
78
requestWindowFeature
(Window.FEATURE_ACTION_BAR);
79
requestWindowFeature
(Window.FEATURE_ACTION_BAR_OVERLAY);
/development/samples/ApiDemos/src/com/example/android/apis/app/
CustomTitle.java
63
requestWindowFeature
(Window.FEATURE_CUSTOM_TITLE);
DialogActivity.java
49
requestWindowFeature
(Window.FEATURE_LEFT_ICON);
/packages/apps/Music/src/com/android/music/
DeleteItems.java
39
requestWindowFeature
(Window.FEATURE_NO_TITLE);
ScanningProgress.java
67
requestWindowFeature
(Window.FEATURE_NO_TITLE);
WeekSelector.java
36
requestWindowFeature
(Window.FEATURE_NO_TITLE);
/packages/services/Telephony/src/com/android/phone/
IccPanel.java
71
requestWindowFeature
(Window.FEATURE_NO_TITLE);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
UnicodeChart.java
32
requestWindowFeature
(Window.FEATURE_NO_TITLE);
/frameworks/base/services/java/com/android/server/am/
LaunchWarningWindow.java
33
requestWindowFeature
(Window.FEATURE_LEFT_ICON);
/packages/apps/Mms/src/com/android/mms/ui/
ConfirmRateLimitActivity.java
48
requestWindowFeature
(Window.FEATURE_NO_TITLE);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateICS.java
63
mActivity.
requestWindowFeature
(WindowCompat.FEATURE_ACTION_BAR);
66
mActivity.
requestWindowFeature
(WindowCompat.FEATURE_ACTION_BAR_OVERLAY);
132
return mActivity.
requestWindowFeature
(featureId);
/cts/tests/src/android/app/cts/
AppStubActivity.java
65
mRequestWinFeatureRet =
requestWindowFeature
(1);
/development/samples/Home/src/com/example/android/home/
Wallpaper.java
63
requestWindowFeature
(Window.FEATURE_NO_TITLE);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerDialog.java
95
dialog.
requestWindowFeature
(Window.FEATURE_NO_TITLE);
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java
74
requestWindowFeature
(Window.FEATURE_PROGRESS);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
ContactsDumpActivity.java
51
requestWindowFeature
(Window.FEATURE_LEFT_ICON);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
ConnectionAccessClientActivity.java
49
requestWindowFeature
(Window.FEATURE_INDETERMINATE_PROGRESS);
ConnectionAccessServerActivity.java
54
requestWindowFeature
(Window.FEATURE_INDETERMINATE_PROGRESS);
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java
64
requestWindowFeature
(Window.FEATURE_INDETERMINATE_PROGRESS);
Completed in 505 milliseconds
1
2
3
4