Sunny Goyal | 2783595 | 2017-01-13 12:15:53 -0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2017 The Android Open Source Project |
| 3 | * |
| 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 | |
| 17 | package com.android.launcher3; |
| 18 | |
Winson Chung | a0f09f9 | 2018-05-11 21:55:21 +0000 | [diff] [blame] | 19 | import static com.android.launcher3.util.SystemUiController.UI_STATE_OVERVIEW; |
Sunny Goyal | 8c48d8b | 2019-01-25 15:10:18 -0800 | [diff] [blame] | 20 | |
Sunny Goyal | 7eff40f | 2018-04-11 15:30:46 -0700 | [diff] [blame] | 21 | import static java.lang.annotation.RetentionPolicy.SOURCE; |
| 22 | |
Sunny Goyal | 2783595 | 2017-01-13 12:15:53 -0800 | [diff] [blame] | 23 | import android.app.Activity; |
| 24 | import android.content.Context; |
| 25 | import android.content.ContextWrapper; |
Sunny Goyal | 64a75aa | 2017-07-03 13:50:52 -0700 | [diff] [blame] | 26 | import android.content.Intent; |
Winson Chung | 1a77c3d | 2018-04-11 12:47:47 -0700 | [diff] [blame] | 27 | import android.content.res.Configuration; |
Sunny Goyal | 87b5eb6 | 2018-07-03 15:53:39 -0700 | [diff] [blame] | 28 | import android.view.ContextThemeWrapper; |
Sunny Goyal | 2783595 | 2017-01-13 12:15:53 -0800 | [diff] [blame] | 29 | |
Sunny Goyal | fde5505 | 2018-02-01 14:46:13 -0800 | [diff] [blame] | 30 | import com.android.launcher3.DeviceProfile.OnDeviceProfileChangeListener; |
Hyunyoung Song | fc00747 | 2018-10-25 14:09:50 -0700 | [diff] [blame] | 31 | import com.android.launcher3.logging.StatsLogManager; |
| 32 | import com.android.launcher3.logging.StatsLogUtils; |
| 33 | import com.android.launcher3.logging.StatsLogUtils.LogStateProvider; |
Sunny Goyal | a535ae4 | 2017-02-27 10:07:13 -0800 | [diff] [blame] | 34 | import com.android.launcher3.logging.UserEventDispatcher; |
Hyunyoung Song | 46d07f7 | 2018-05-22 15:41:25 -0700 | [diff] [blame] | 35 | import com.android.launcher3.logging.UserEventDispatcher.UserEventDelegate; |
Sunny Goyal | 55eb556 | 2018-05-15 14:53:30 -0700 | [diff] [blame] | 36 | import com.android.launcher3.uioverrides.UiFactory; |
Hyunyoung Song | 46d07f7 | 2018-05-22 15:41:25 -0700 | [diff] [blame] | 37 | import com.android.launcher3.userevent.nano.LauncherLogProto; |
Sunny Goyal | 8392c82 | 2017-06-20 10:03:56 -0700 | [diff] [blame] | 38 | import com.android.launcher3.util.SystemUiController; |
Sunny Goyal | 5686333 | 2019-05-22 14:13:53 -0700 | [diff] [blame^] | 39 | import com.android.launcher3.util.ViewCache; |
Sunny Goyal | fe8e4a9 | 2018-11-13 19:43:57 -0800 | [diff] [blame] | 40 | import com.android.launcher3.views.ActivityContext; |
Sunny Goyal | a535ae4 | 2017-02-27 10:07:13 -0800 | [diff] [blame] | 41 | |
Sunny Goyal | 55eb556 | 2018-05-15 14:53:30 -0700 | [diff] [blame] | 42 | import java.io.FileDescriptor; |
Sunny Goyal | e43d00d | 2018-05-14 14:23:18 -0700 | [diff] [blame] | 43 | import java.io.PrintWriter; |
Sunny Goyal | 7eff40f | 2018-04-11 15:30:46 -0700 | [diff] [blame] | 44 | import java.lang.annotation.Retention; |
Sunny Goyal | fde5505 | 2018-02-01 14:46:13 -0800 | [diff] [blame] | 45 | import java.util.ArrayList; |
| 46 | |
Sunny Goyal | d230307 | 2018-08-14 15:21:45 -0700 | [diff] [blame] | 47 | import androidx.annotation.IntDef; |
| 48 | |
Sunny Goyal | fe8e4a9 | 2018-11-13 19:43:57 -0800 | [diff] [blame] | 49 | public abstract class BaseActivity extends Activity |
| 50 | implements UserEventDelegate, LogStateProvider, ActivityContext { |
Sunny Goyal | 2783595 | 2017-01-13 12:15:53 -0800 | [diff] [blame] | 51 | |
Sunny Goyal | 7eff40f | 2018-04-11 15:30:46 -0700 | [diff] [blame] | 52 | public static final int INVISIBLE_BY_STATE_HANDLER = 1 << 0; |
| 53 | public static final int INVISIBLE_BY_APP_TRANSITIONS = 1 << 1; |
Sunny Goyal | 1c63c72 | 2018-06-05 16:00:34 -0700 | [diff] [blame] | 54 | public static final int INVISIBLE_BY_PENDING_FLAGS = 1 << 2; |
| 55 | |
| 56 | // This is not treated as invisibility flag, but adds as a hint for an incomplete transition. |
| 57 | // When the wallpaper animation runs, it replaces this flag with a proper invisibility |
| 58 | // flag, INVISIBLE_BY_PENDING_FLAGS only for the duration of that animation. |
| 59 | public static final int PENDING_INVISIBLE_BY_WALLPAPER_ANIMATION = 1 << 3; |
| 60 | |
| 61 | private static final int INVISIBLE_FLAGS = |
| 62 | INVISIBLE_BY_STATE_HANDLER | INVISIBLE_BY_APP_TRANSITIONS | INVISIBLE_BY_PENDING_FLAGS; |
| 63 | public static final int STATE_HANDLER_INVISIBILITY_FLAGS = |
| 64 | INVISIBLE_BY_STATE_HANDLER | PENDING_INVISIBLE_BY_WALLPAPER_ANIMATION; |
Sunny Goyal | 7eff40f | 2018-04-11 15:30:46 -0700 | [diff] [blame] | 65 | public static final int INVISIBLE_ALL = |
Sunny Goyal | 1c63c72 | 2018-06-05 16:00:34 -0700 | [diff] [blame] | 66 | INVISIBLE_FLAGS | PENDING_INVISIBLE_BY_WALLPAPER_ANIMATION; |
Sunny Goyal | 7eff40f | 2018-04-11 15:30:46 -0700 | [diff] [blame] | 67 | |
| 68 | @Retention(SOURCE) |
| 69 | @IntDef( |
| 70 | flag = true, |
Sunny Goyal | 1c63c72 | 2018-06-05 16:00:34 -0700 | [diff] [blame] | 71 | value = {INVISIBLE_BY_STATE_HANDLER, INVISIBLE_BY_APP_TRANSITIONS, |
| 72 | INVISIBLE_BY_PENDING_FLAGS, PENDING_INVISIBLE_BY_WALLPAPER_ANIMATION}) |
Sunny Goyal | 7eff40f | 2018-04-11 15:30:46 -0700 | [diff] [blame] | 73 | public @interface InvisibilityFlags{} |
| 74 | |
Sunny Goyal | fde5505 | 2018-02-01 14:46:13 -0800 | [diff] [blame] | 75 | private final ArrayList<OnDeviceProfileChangeListener> mDPChangeListeners = new ArrayList<>(); |
Winson Chung | 1a77c3d | 2018-04-11 12:47:47 -0700 | [diff] [blame] | 76 | private final ArrayList<MultiWindowModeChangedListener> mMultiWindowModeChangedListeners = |
| 77 | new ArrayList<>(); |
Sunny Goyal | fde5505 | 2018-02-01 14:46:13 -0800 | [diff] [blame] | 78 | |
Sunny Goyal | 2783595 | 2017-01-13 12:15:53 -0800 | [diff] [blame] | 79 | protected DeviceProfile mDeviceProfile; |
Sunny Goyal | a535ae4 | 2017-02-27 10:07:13 -0800 | [diff] [blame] | 80 | protected UserEventDispatcher mUserEventDispatcher; |
Hyunyoung Song | fc00747 | 2018-10-25 14:09:50 -0700 | [diff] [blame] | 81 | protected StatsLogManager mStatsLogManager; |
Sunny Goyal | 8392c82 | 2017-06-20 10:03:56 -0700 | [diff] [blame] | 82 | protected SystemUiController mSystemUiController; |
Sunny Goyal | 2783595 | 2017-01-13 12:15:53 -0800 | [diff] [blame] | 83 | |
Sunny Goyal | 3483c52 | 2018-04-12 11:23:33 -0700 | [diff] [blame] | 84 | private static final int ACTIVITY_STATE_STARTED = 1 << 0; |
| 85 | private static final int ACTIVITY_STATE_RESUMED = 1 << 1; |
| 86 | /** |
| 87 | * State flag indicating if the user is active or the actitvity when to background as a result |
| 88 | * of user action. |
| 89 | * @see #isUserActive() |
| 90 | */ |
| 91 | private static final int ACTIVITY_STATE_USER_ACTIVE = 1 << 2; |
| 92 | |
| 93 | @Retention(SOURCE) |
| 94 | @IntDef( |
| 95 | flag = true, |
| 96 | value = {ACTIVITY_STATE_STARTED, ACTIVITY_STATE_RESUMED, ACTIVITY_STATE_USER_ACTIVE}) |
| 97 | public @interface ActivityFlags{} |
| 98 | |
| 99 | @ActivityFlags |
| 100 | private int mActivityFlags; |
Sunny Goyal | 7eff40f | 2018-04-11 15:30:46 -0700 | [diff] [blame] | 101 | |
Winson Chung | 9800e73 | 2018-04-04 13:33:23 -0700 | [diff] [blame] | 102 | // When the recents animation is running, the visibility of the Launcher is managed by the |
| 103 | // animation |
Sunny Goyal | 7eff40f | 2018-04-11 15:30:46 -0700 | [diff] [blame] | 104 | @InvisibilityFlags private int mForceInvisible; |
Sunny Goyal | cc96aa1 | 2018-01-11 09:56:07 -0800 | [diff] [blame] | 105 | |
Sunny Goyal | 5686333 | 2019-05-22 14:13:53 -0700 | [diff] [blame^] | 106 | private final ViewCache mViewCache = new ViewCache(); |
| 107 | |
| 108 | public ViewCache getViewCache() { |
| 109 | return mViewCache; |
| 110 | } |
| 111 | |
Sunny Goyal | fe8e4a9 | 2018-11-13 19:43:57 -0800 | [diff] [blame] | 112 | @Override |
Sunny Goyal | 2783595 | 2017-01-13 12:15:53 -0800 | [diff] [blame] | 113 | public DeviceProfile getDeviceProfile() { |
| 114 | return mDeviceProfile; |
| 115 | } |
| 116 | |
Hyunyoung Song | fc00747 | 2018-10-25 14:09:50 -0700 | [diff] [blame] | 117 | public int getCurrentState() { return StatsLogUtils.LAUNCHER_STATE_BACKGROUND; } |
| 118 | |
Hyunyoung Song | 46d07f7 | 2018-05-22 15:41:25 -0700 | [diff] [blame] | 119 | public void modifyUserEvent(LauncherLogProto.LauncherEvent event) {} |
| 120 | |
Hyunyoung Song | fc00747 | 2018-10-25 14:09:50 -0700 | [diff] [blame] | 121 | public final StatsLogManager getStatsLogManager() { |
| 122 | if (mStatsLogManager == null) { |
| 123 | mStatsLogManager = StatsLogManager.newInstance(this, this); |
| 124 | } |
| 125 | return mStatsLogManager; |
| 126 | } |
| 127 | |
Sunny Goyal | a535ae4 | 2017-02-27 10:07:13 -0800 | [diff] [blame] | 128 | public final UserEventDispatcher getUserEventDispatcher() { |
| 129 | if (mUserEventDispatcher == null) { |
Hyunyoung Song | 956ec4b | 2018-07-02 13:17:32 -0700 | [diff] [blame] | 130 | mUserEventDispatcher = UserEventDispatcher.newInstance(this, this); |
Sunny Goyal | a535ae4 | 2017-02-27 10:07:13 -0800 | [diff] [blame] | 131 | } |
| 132 | return mUserEventDispatcher; |
| 133 | } |
| 134 | |
Sunny Goyal | 8392c82 | 2017-06-20 10:03:56 -0700 | [diff] [blame] | 135 | public SystemUiController getSystemUiController() { |
| 136 | if (mSystemUiController == null) { |
| 137 | mSystemUiController = new SystemUiController(getWindow()); |
| 138 | } |
| 139 | return mSystemUiController; |
| 140 | } |
Sunny Goyal | 64a75aa | 2017-07-03 13:50:52 -0700 | [diff] [blame] | 141 | |
| 142 | @Override |
| 143 | public void onActivityResult(int requestCode, int resultCode, Intent data) { |
| 144 | super.onActivityResult(requestCode, resultCode, data); |
| 145 | } |
Sunny Goyal | cc96aa1 | 2018-01-11 09:56:07 -0800 | [diff] [blame] | 146 | |
| 147 | @Override |
| 148 | protected void onStart() { |
Sunny Goyal | 3483c52 | 2018-04-12 11:23:33 -0700 | [diff] [blame] | 149 | mActivityFlags |= ACTIVITY_STATE_STARTED; |
Sunny Goyal | cc96aa1 | 2018-01-11 09:56:07 -0800 | [diff] [blame] | 150 | super.onStart(); |
| 151 | } |
| 152 | |
| 153 | @Override |
Tracy Zhou | a706f00 | 2018-03-28 13:55:19 -0700 | [diff] [blame] | 154 | protected void onResume() { |
Sunny Goyal | 3483c52 | 2018-04-12 11:23:33 -0700 | [diff] [blame] | 155 | mActivityFlags |= ACTIVITY_STATE_RESUMED | ACTIVITY_STATE_USER_ACTIVE; |
Tracy Zhou | a706f00 | 2018-03-28 13:55:19 -0700 | [diff] [blame] | 156 | super.onResume(); |
| 157 | } |
| 158 | |
| 159 | @Override |
| 160 | protected void onUserLeaveHint() { |
Sunny Goyal | 3483c52 | 2018-04-12 11:23:33 -0700 | [diff] [blame] | 161 | mActivityFlags &= ~ACTIVITY_STATE_USER_ACTIVE; |
Tracy Zhou | a706f00 | 2018-03-28 13:55:19 -0700 | [diff] [blame] | 162 | super.onUserLeaveHint(); |
| 163 | } |
| 164 | |
| 165 | @Override |
Winson Chung | 1a77c3d | 2018-04-11 12:47:47 -0700 | [diff] [blame] | 166 | public void onMultiWindowModeChanged(boolean isInMultiWindowMode, Configuration newConfig) { |
| 167 | super.onMultiWindowModeChanged(isInMultiWindowMode, newConfig); |
| 168 | for (int i = mMultiWindowModeChangedListeners.size() - 1; i >= 0; i--) { |
| 169 | mMultiWindowModeChangedListeners.get(i).onMultiWindowModeChanged(isInMultiWindowMode); |
| 170 | } |
| 171 | } |
| 172 | |
| 173 | @Override |
Sunny Goyal | cc96aa1 | 2018-01-11 09:56:07 -0800 | [diff] [blame] | 174 | protected void onStop() { |
Tracy Zhou | b67e353 | 2018-04-17 23:45:47 -0700 | [diff] [blame] | 175 | mActivityFlags &= ~ACTIVITY_STATE_STARTED & ~ACTIVITY_STATE_USER_ACTIVE; |
Sunny Goyal | 7eff40f | 2018-04-11 15:30:46 -0700 | [diff] [blame] | 176 | mForceInvisible = 0; |
Sunny Goyal | cc96aa1 | 2018-01-11 09:56:07 -0800 | [diff] [blame] | 177 | super.onStop(); |
| 178 | } |
| 179 | |
Sunny Goyal | 3483c52 | 2018-04-12 11:23:33 -0700 | [diff] [blame] | 180 | @Override |
| 181 | protected void onPause() { |
| 182 | mActivityFlags &= ~ACTIVITY_STATE_RESUMED; |
| 183 | super.onPause(); |
Winson Chung | a0f09f9 | 2018-05-11 21:55:21 +0000 | [diff] [blame] | 184 | |
| 185 | // Reset the overridden sysui flags used for the task-swipe launch animation, we do this |
| 186 | // here instead of at the end of the animation because the start of the new activity does |
| 187 | // not happen immediately, which would cause us to reset to launcher's sysui flags and then |
| 188 | // back to the new app (causing a flash) |
| 189 | getSystemUiController().updateUiState(UI_STATE_OVERVIEW, 0); |
Sunny Goyal | 3483c52 | 2018-04-12 11:23:33 -0700 | [diff] [blame] | 190 | } |
| 191 | |
Sunny Goyal | cc96aa1 | 2018-01-11 09:56:07 -0800 | [diff] [blame] | 192 | public boolean isStarted() { |
Sunny Goyal | 3483c52 | 2018-04-12 11:23:33 -0700 | [diff] [blame] | 193 | return (mActivityFlags & ACTIVITY_STATE_STARTED) != 0; |
| 194 | } |
| 195 | |
| 196 | /** |
| 197 | * isResumed in already defined as a hidden final method in Activity.java |
| 198 | */ |
| 199 | public boolean hasBeenResumed() { |
| 200 | return (mActivityFlags & ACTIVITY_STATE_RESUMED) != 0; |
Sunny Goyal | cc96aa1 | 2018-01-11 09:56:07 -0800 | [diff] [blame] | 201 | } |
Sunny Goyal | fde5505 | 2018-02-01 14:46:13 -0800 | [diff] [blame] | 202 | |
Tracy Zhou | a706f00 | 2018-03-28 13:55:19 -0700 | [diff] [blame] | 203 | public boolean isUserActive() { |
Sunny Goyal | 3483c52 | 2018-04-12 11:23:33 -0700 | [diff] [blame] | 204 | return (mActivityFlags & ACTIVITY_STATE_USER_ACTIVE) != 0; |
Tracy Zhou | a706f00 | 2018-03-28 13:55:19 -0700 | [diff] [blame] | 205 | } |
| 206 | |
Sunny Goyal | fde5505 | 2018-02-01 14:46:13 -0800 | [diff] [blame] | 207 | public void addOnDeviceProfileChangeListener(OnDeviceProfileChangeListener listener) { |
| 208 | mDPChangeListeners.add(listener); |
| 209 | } |
| 210 | |
Winson Chung | 8a968fa | 2018-03-15 17:59:04 -0700 | [diff] [blame] | 211 | public void removeOnDeviceProfileChangeListener(OnDeviceProfileChangeListener listener) { |
| 212 | mDPChangeListeners.remove(listener); |
| 213 | } |
| 214 | |
Sunny Goyal | fde5505 | 2018-02-01 14:46:13 -0800 | [diff] [blame] | 215 | protected void dispatchDeviceProfileChanged() { |
Winson Chung | 8a968fa | 2018-03-15 17:59:04 -0700 | [diff] [blame] | 216 | for (int i = mDPChangeListeners.size() - 1; i >= 0; i--) { |
Sunny Goyal | fde5505 | 2018-02-01 14:46:13 -0800 | [diff] [blame] | 217 | mDPChangeListeners.get(i).onDeviceProfileChanged(mDeviceProfile); |
| 218 | } |
| 219 | } |
Sunny Goyal | f633ef5 | 2018-03-13 09:57:05 -0700 | [diff] [blame] | 220 | |
Winson Chung | 1a77c3d | 2018-04-11 12:47:47 -0700 | [diff] [blame] | 221 | public void addMultiWindowModeChangedListener(MultiWindowModeChangedListener listener) { |
| 222 | mMultiWindowModeChangedListeners.add(listener); |
| 223 | } |
| 224 | |
| 225 | public void removeMultiWindowModeChangedListener(MultiWindowModeChangedListener listener) { |
| 226 | mMultiWindowModeChangedListeners.remove(listener); |
| 227 | } |
| 228 | |
Sunny Goyal | f633ef5 | 2018-03-13 09:57:05 -0700 | [diff] [blame] | 229 | /** |
Winson Chung | 9800e73 | 2018-04-04 13:33:23 -0700 | [diff] [blame] | 230 | * Used to set the override visibility state, used only to handle the transition home with the |
| 231 | * recents animation. |
Kevin | c4ad03b | 2019-01-16 18:51:53 -0800 | [diff] [blame] | 232 | * @see QuickstepAppTransitionManagerImpl#getWallpaperOpenRunner() |
Winson Chung | 9800e73 | 2018-04-04 13:33:23 -0700 | [diff] [blame] | 233 | */ |
Sunny Goyal | 7eff40f | 2018-04-11 15:30:46 -0700 | [diff] [blame] | 234 | public void addForceInvisibleFlag(@InvisibilityFlags int flag) { |
| 235 | mForceInvisible |= flag; |
Winson Chung | 9800e73 | 2018-04-04 13:33:23 -0700 | [diff] [blame] | 236 | } |
| 237 | |
Sunny Goyal | 7eff40f | 2018-04-11 15:30:46 -0700 | [diff] [blame] | 238 | public void clearForceInvisibleFlag(@InvisibilityFlags int flag) { |
| 239 | mForceInvisible &= ~flag; |
| 240 | } |
| 241 | |
Winson Chung | 9800e73 | 2018-04-04 13:33:23 -0700 | [diff] [blame] | 242 | /** |
| 243 | * @return Wether this activity should be considered invisible regardless of actual visibility. |
| 244 | */ |
| 245 | public boolean isForceInvisible() { |
Sunny Goyal | 1c63c72 | 2018-06-05 16:00:34 -0700 | [diff] [blame] | 246 | return hasSomeInvisibleFlag(INVISIBLE_FLAGS); |
| 247 | } |
| 248 | |
| 249 | public boolean hasSomeInvisibleFlag(int mask) { |
| 250 | return (mForceInvisible & mask) != 0; |
Winson Chung | 9800e73 | 2018-04-04 13:33:23 -0700 | [diff] [blame] | 251 | } |
| 252 | |
Winson Chung | 1a77c3d | 2018-04-11 12:47:47 -0700 | [diff] [blame] | 253 | public interface MultiWindowModeChangedListener { |
| 254 | void onMultiWindowModeChanged(boolean isInMultiWindowMode); |
| 255 | } |
Sunny Goyal | e43d00d | 2018-05-14 14:23:18 -0700 | [diff] [blame] | 256 | |
Sunny Goyal | 55eb556 | 2018-05-15 14:53:30 -0700 | [diff] [blame] | 257 | @Override |
| 258 | public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { |
| 259 | if (!UiFactory.dumpActivity(this, writer)) { |
| 260 | super.dump(prefix, fd, writer, args); |
| 261 | } |
| 262 | } |
| 263 | |
Sunny Goyal | e43d00d | 2018-05-14 14:23:18 -0700 | [diff] [blame] | 264 | protected void dumpMisc(PrintWriter writer) { |
| 265 | writer.println(" deviceProfile isTransposed=" + getDeviceProfile().isVerticalBarLayout()); |
| 266 | writer.println(" orientation=" + getResources().getConfiguration().orientation); |
| 267 | writer.println(" mSystemUiController: " + mSystemUiController); |
| 268 | writer.println(" mActivityFlags: " + mActivityFlags); |
| 269 | writer.println(" mForceInvisible: " + mForceInvisible); |
| 270 | } |
Sunny Goyal | 87b5eb6 | 2018-07-03 15:53:39 -0700 | [diff] [blame] | 271 | |
| 272 | public static <T extends BaseActivity> T fromContext(Context context) { |
| 273 | if (context instanceof BaseActivity) { |
| 274 | return (T) context; |
| 275 | } else if (context instanceof ContextThemeWrapper) { |
| 276 | return fromContext(((ContextWrapper) context).getBaseContext()); |
| 277 | } else { |
| 278 | throw new IllegalArgumentException("Cannot find BaseActivity in parent tree"); |
| 279 | } |
| 280 | } |
Sunny Goyal | 2783595 | 2017-01-13 12:15:53 -0800 | [diff] [blame] | 281 | } |