I hereby claim:
- I am econnelly on github.
- I am econnelly (https://keybase.io/econnelly) on keybase.
- I have a public key ASAJv2HWG8VsDCsSW3SV2o-osiwgndetIMc9QXBMQDRmTwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /* | |
| * Copyright (C) 2011 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 |
| package com.eliconnelly.android.widget; | |
| import android.content.Context; | |
| import android.content.res.TypedArray; | |
| import android.os.Parcel; | |
| import android.os.Parcelable; | |
| import android.support.v4.view.ViewCompat; | |
| import android.util.AttributeSet; | |
| import android.util.Log; | |
| import android.view.MotionEvent; |