chromium/third_party/androidx/local_modifications/window/java/androidx/window/layout/DisplayFeature.java

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package androidx.window.layout;

import android.graphics.Rect;

/**
 * Placeholder so that things that use it compile.
 */
public interface DisplayFeature {
    Rect getBounds();
}