summaryrefslogtreecommitdiffstats
path: root/src_pd/com/google/common/logging/eventprotos.java
blob: 009bfb7b6e157f276cd41452f8dba8fc838acd49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/*
 * Copyright (C) 2014 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.google.common.logging;

public class eventprotos {
    public class CameraEvent {

        public class InteractionType {
            public static final int SHARE = 0;
            public static final int DELETE = 0;
        }

        public class InteractionCause {
            public static final int BUTTON = 0;
            public static final int SWIPE_LEFT = 0;
            public static final int SWIPE_UP = 0;
            public static final int SWIPE_DOWN = 0;
            public static final int SWIPE_RIGHT = 0;
        }
    }

    public class NavigationChange {
        public class Mode {
            public static final int PHOTO_CAPTURE = 0;
            public static final int FILMSTRIP = 0;
            public static final int VIDEO_CAPTURE = 0;
            public static final int VIDEO_STILL = 0;
            public static final int GALLERY = 0;
        }
    }

    public class CameraFailure {
        public class FailureReason {
            public static final int SECURITY = 0;
            public static final int OPEN_FAILURE = 0;
            public static final int RECONNECT_FAILURE = 0;
        }
    }

    public class ForegroundEvent {
        public class ForegroundSource {
            public static final int ICON_LAUNCHER = 0;
            public static final int LOCK_SCREEN = 0;
            public static final int INTENT_PICKER = 0;
        }
    }
}