Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class ForegroundButton extends Button {

private final ForegroundViewImlp mImpl = new ForegroundViewImlp(this);
private final ForegroundViewImpl mImpl = new ForegroundViewImpl(this);

public ForegroundButton(Context context) {
this(context, null);
Expand Down Expand Up @@ -163,4 +163,4 @@ public boolean onTouchEvent(MotionEvent e) {
}
return super.onTouchEvent(e);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class ForegroundEditText extends EditText {

private final ForegroundViewImlp mImpl = new ForegroundViewImlp(this);
private final ForegroundViewImpl mImpl = new ForegroundViewImpl(this);

public ForegroundEditText(Context context) {
this(context, null);
Expand Down Expand Up @@ -161,4 +161,4 @@ public boolean onTouchEvent(MotionEvent e) {
}
return super.onTouchEvent(e);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class ForegroundGridLayout extends GridLayout {

private final ForegroundViewImlp mImpl = new ForegroundViewImlp(this);
private final ForegroundViewImpl mImpl = new ForegroundViewImpl(this);

public ForegroundGridLayout(Context context) {
this(context, null);
Expand Down Expand Up @@ -160,4 +160,4 @@ public boolean onTouchEvent(MotionEvent e) {
}
return super.onTouchEvent(e);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class ForegroundGridView extends GridView {

private final ForegroundViewImlp mImpl = new ForegroundViewImlp(this);
private final ForegroundViewImpl mImpl = new ForegroundViewImpl(this);

public ForegroundGridView(Context context) {
this(context, null);
Expand Down Expand Up @@ -161,4 +161,4 @@ public boolean onTouchEvent(MotionEvent e) {
}
return super.onTouchEvent(e);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class ForegroundHorizontalScrollView extends HorizontalScrollView {

private final ForegroundViewImlp mImpl = new ForegroundViewImlp(this);
private final ForegroundViewImpl mImpl = new ForegroundViewImpl(this);

public ForegroundHorizontalScrollView(Context context) {
this(context, null);
Expand Down Expand Up @@ -162,4 +162,4 @@ public boolean onTouchEvent(MotionEvent e) {
}
return super.onTouchEvent(e);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class ForegroundImageButton extends ImageButton {

private final ForegroundViewImlp mImpl = new ForegroundViewImlp(this);
private final ForegroundViewImpl mImpl = new ForegroundViewImpl(this);

public ForegroundImageButton(Context context) {
this(context, null);
Expand Down Expand Up @@ -163,4 +163,4 @@ public boolean onTouchEvent(MotionEvent e) {
}
return super.onTouchEvent(e);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class ForegroundImageView extends ImageView {

private final ForegroundViewImlp mImpl = new ForegroundViewImlp(this);
private final ForegroundViewImpl mImpl = new ForegroundViewImpl(this);

public ForegroundImageView(Context context) {
this(context, null);
Expand Down Expand Up @@ -163,4 +163,4 @@ public boolean onTouchEvent(MotionEvent e) {
}
return super.onTouchEvent(e);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class ForegroundLinearLayout extends LinearLayout {

private final ForegroundViewImlp mImpl = new ForegroundViewImlp(this);
private final ForegroundViewImpl mImpl = new ForegroundViewImpl(this);

public ForegroundLinearLayout(Context context) {
this(context, null);
Expand Down Expand Up @@ -163,4 +163,4 @@ public boolean onTouchEvent(MotionEvent e) {
}
return super.onTouchEvent(e);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class ForegroundListView extends ListView {

private final ForegroundViewImlp mImpl = new ForegroundViewImlp(this);
private final ForegroundViewImpl mImpl = new ForegroundViewImpl(this);

public ForegroundListView(Context context) {
this(context, null);
Expand Down Expand Up @@ -165,4 +165,4 @@ public boolean onTouchEvent(MotionEvent e) {
}
return super.onTouchEvent(e);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class ForegroundRelativeLayout extends RelativeLayout {

private final ForegroundViewImlp mImpl = new ForegroundViewImlp(this);
private final ForegroundViewImpl mImpl = new ForegroundViewImpl(this);

public ForegroundRelativeLayout(Context context) {
this(context, null);
Expand Down Expand Up @@ -164,4 +164,4 @@ public boolean onTouchEvent(MotionEvent e) {
}
return super.onTouchEvent(e);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class ForegroundScrollView extends ScrollView {

private final ForegroundViewImlp mImpl = new ForegroundViewImlp(this);
private final ForegroundViewImpl mImpl = new ForegroundViewImpl(this);

public ForegroundScrollView(Context context) {
this(context, null);
Expand Down Expand Up @@ -163,4 +163,4 @@ public boolean onTouchEvent(MotionEvent e) {
}
return super.onTouchEvent(e);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class ForegroundTextView extends TextView {

private final ForegroundViewImlp mImpl = new ForegroundViewImlp(this);
private final ForegroundViewImpl mImpl = new ForegroundViewImpl(this);

public ForegroundTextView(Context context) {
this(context, null);
Expand Down Expand Up @@ -163,4 +163,4 @@ public boolean onTouchEvent(MotionEvent e) {
}
return super.onTouchEvent(e);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Created by Bao Le Duc on 9/26/2015.
* Impl of foreground view delegation
*/
public class ForegroundViewImlp {
public class ForegroundViewImpl {

private final View mTargetView;
private Drawable mForeground;
Expand All @@ -48,7 +48,7 @@ public class ForegroundViewImlp {

boolean mForegroundBoundsChanged = false;

public ForegroundViewImlp(View targetView) {
public ForegroundViewImpl(View targetView) {
this.mTargetView = targetView;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class ForegroundWebView extends WebView {

private final ForegroundViewImlp mImpl = new ForegroundViewImlp(this);
private final ForegroundViewImpl mImpl = new ForegroundViewImpl(this);

public ForegroundWebView(Context context) {
this(context, null);
Expand Down Expand Up @@ -163,4 +163,4 @@ public boolean onTouchEvent(MotionEvent e) {
}
return super.onTouchEvent(e);
}
}
}