1e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki# Copyright (C) 2015 The Android Open Source Project
2e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki#
3e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki# Licensed under the Apache License, Version 2.0 (the "License");
4e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki# you may not use this file except in compliance with the License.
5e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki# You may obtain a copy of the License at
6e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki#
7e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki#      http://www.apache.org/licenses/LICENSE-2.0
8e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki#
9e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki# Unless required by applicable law or agreed to in writing, software
10e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki# distributed under the License is distributed on an "AS IS" BASIS,
11e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki# See the License for the specific language governing permissions and
13e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki# limitations under the License.
14e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki
15e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki# CoordinatorLayout resolves the behaviors of its child components with reflection.
16e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki-keep public class * extends android.support.design.widget.CoordinatorLayout$Behavior {
17e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki    public <init>(android.content.Context, android.util.AttributeSet);
18ef27e5f88e13d60ce5743208c504d4a1b49ba13cChris Banes    public <init>();
19e764a03b533bfc0c48931d78967184218b9087e6Yuichi Araki}
20