Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
WindowManagerHandler.java
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5package io.flutter.plugin.platform;
6
7import android.view.WindowManager;
8
9/** Default implementation when using the regular Android SDK. */
11
12 WindowManagerHandler(WindowManager delegate, SingleViewFakeWindowViewGroup fakeWindowViewGroup) {
13 super(delegate, fakeWindowViewGroup);
14 }
15}
WindowManagerHandler(WindowManager delegate, SingleViewFakeWindowViewGroup fakeWindowViewGroup)