HomeSort by relevance Sort by last modified time
    Searched refs:requestWindowFeature (Results 1 - 25 of 100) 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);
  /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);
  /cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewCtsActivity.java 104 this.requestWindowFeature(Window.FEATURE_NO_TITLE);
  /cts/tests/tests/hardware/src/android/hardware/cts/
GLSurfaceViewCtsActivity.java 104 this.requestWindowFeature(Window.FEATURE_NO_TITLE);
  /cts/tests/tests/view/src/android/view/cts/
GLSurfaceViewCtsActivity.java 104 this.requestWindowFeature(Window.FEATURE_NO_TITLE);
  /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/core/java/com/android/server/am/
LaunchWarningWindow.java 33 requestWindowFeature(Window.FEATURE_LEFT_ICON);
  /cts/tests/app/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 97 dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java 74 requestWindowFeature(Window.FEATURE_PROGRESS);
  /packages/apps/Mms/src/com/android/mms/ui/
ConfirmRateLimitActivity.java 49 requestWindowFeature(Window.FEATURE_NO_TITLE);
  /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);

Completed in 1386 milliseconds

1 2 3 4