This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor License Agreement | |
## Slax Lab Individual Contributor License Agreement | |
Thank you for your interest in contributing to open source software projects ("Projects") made available by Slax Lab ("We" or "Us"). This Contributor License Agreement ("Agreement") sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to Us in respect of any of the Projects (collectively "Contributions"). | |
### 1. Definitions | |
**"You"** means the individual who Submits a Contribution to Us. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.unnoo.quan.views; | |
import android.annotation.TargetApi; | |
import android.content.Context; | |
import android.content.res.TypedArray; | |
import android.graphics.Canvas; | |
import android.graphics.Rect; | |
import android.graphics.drawable.Drawable; | |
import android.os.Build; | |
import android.util.AttributeSet; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 VOID SehTest() | |
2 { | |
3 __try | |
4 { | |
5 ExRaiseStatus(); | |
6 } | |
7 __except(ExRaiseStatus(), EXCEPTION_CONTINUE_SEARCH) // EXCEPT_FILTER_1 | |
8 { // EXCEPT_HANDLER_1 | |
9 } | |
10 } |