blob: ed528039e49d89af5804bf4ce0fef1cc410127c4 [file] [log] [blame]
Romain Guyb051e892010-09-28 19:09:36 -07001/*
John Reckf666ad72014-03-14 16:24:57 -07002 * Copyright (C) 2014 The Android Open Source Project
Romain Guyb051e892010-09-28 19:09:36 -07003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17package android.view;
18
John Reckf666ad72014-03-14 16:24:57 -070019/** TODO: Remove once frameworks/webview is updated
20 * @hide
Romain Guyb051e892010-09-28 19:09:36 -070021 */
Chris Craik54389792013-12-20 13:28:11 -080022public class DisplayList {
John Reckf666ad72014-03-14 16:24:57 -070023 /** @hide */
Romain Guy65549432012-03-26 16:45:05 -070024 public static final int STATUS_DONE = 0x0;
Romain Guyb051e892010-09-28 19:09:36 -070025}