summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/PinchToOverviewListener.java
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2016-03-25 15:46:20 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-03-25 15:46:20 +0000
commit676e29ce5d4bb2a38aca704db2855f2d73e09cc5 (patch)
tree0703123026051c0357cecca85b955ccf368b7338 /src/com/android/launcher3/PinchToOverviewListener.java
parented268c2c89c94098942ba04fd4cb90310743614a (diff)
parent1743ac469113301f6cf0e7c2e4fff4fb16812bbb (diff)
downloadandroid_packages_apps_Trebuchet-676e29ce5d4bb2a38aca704db2855f2d73e09cc5.tar.gz
android_packages_apps_Trebuchet-676e29ce5d4bb2a38aca704db2855f2d73e09cc5.tar.bz2
android_packages_apps_Trebuchet-676e29ce5d4bb2a38aca704db2855f2d73e09cc5.zip
Merge "Added copywrite comments to pinch-related classes." into ub-launcher3-calgary
Diffstat (limited to 'src/com/android/launcher3/PinchToOverviewListener.java')
-rw-r--r--src/com/android/launcher3/PinchToOverviewListener.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/com/android/launcher3/PinchToOverviewListener.java b/src/com/android/launcher3/PinchToOverviewListener.java
index 02b60446d..74e6b39cd 100644
--- a/src/com/android/launcher3/PinchToOverviewListener.java
+++ b/src/com/android/launcher3/PinchToOverviewListener.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2016 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package com.android.launcher3;
import android.animation.TimeInterpolator;