HomeSort by relevance Sort by last modified time
    Searched refs:WINDOW_SERVICE (Results 126 - 150 of 180) sorted by null

1 2 3 4 56 7 8

  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 168 context.getSystemService(Context.WINDOW_SERVICE);
  /frameworks/support/wear/src/android/support/wear/widget/drawer/
WearableDrawerLayout.java 249 .getSystemService(Context.WINDOW_SERVICE);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 148 context.getSystemService(Context.WINDOW_SERVICE);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 168 context.getSystemService(Context.WINDOW_SERVICE);
  /packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java 208 mWindowManager = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 678 Display d = ((WindowManager) getSystemService(Context.WINDOW_SERVICE))
  /packages/apps/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 168 context.getSystemService(Context.WINDOW_SERVICE);
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 615 registerService(Context.WINDOW_SERVICE, WindowManager.class,
    [all...]
Activity.java     [all...]
  /frameworks/base/core/java/android/view/
WindowManager.java 50 * display, then use <code>Context.getSystemService(Context.WINDOW_SERVICE)</code>
58 @SystemService(Context.WINDOW_SERVICE)
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvInputService.java 305 mWindowManager = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java 314 mWm = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 491 mWindowManager = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE);
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java 373 mActivity.getContext().getSystemService(Context.WINDOW_SERVICE);
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedActionsStylist.java 477 mDisplayHeight = ((WindowManager) ctx.getSystemService(Context.WINDOW_SERVICE))
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageView.java 547 getSystemService(Context.WINDOW_SERVICE);
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java     [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 617 .asInterface(ServiceManager.getService(Context.WINDOW_SERVICE));
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 622 if (WINDOW_SERVICE.equals(service)) {
    [all...]
  /frameworks/support/compat/java/android/support/v4/view/
ViewCompat.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 301 WindowManager wm = (WindowManager) mActivity.getSystemService(Context.WINDOW_SERVICE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java 28 import static android.content.Context.WINDOW_SERVICE;
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 647 WindowManager wm = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 2128 milliseconds

1 2 3 4 56 7 8