OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFill
(Results
1 - 8
of
8
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MarqueeGesture.java
101
private Color
mFill
;
135
mFill
= new Color(device, 128, 128, 128);
143
mFill
.dispose();
152
gc.setBackground(
mFill
);
SwtDrawingStyle.java
177
mFill
= fill;
210
return
mFill
;
306
private final RGB
mFill
;
/packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java
36
private final Paint
mFill
= new Paint();
126
mFill
.setAntiAlias(true);
127
mFill
.setStyle(Paint.Style.FILL);
128
mFill
.setColor(mRedColor);
212
yCenter + (float) (radius * Math.sin(dotRadians)), mDotRadius,
mFill
);
/packages/apps/Mms/src/com/android/mms/model/
SlideModel.java
57
private short
mFill
;
425
* @return the
mFill
428
return
mFill
;
432
* @param fill the
mFill
to set
435
mFill
= fill;
469
} else if (
mFill
!= ElementTime.FILL_FREEZE) {
TextModel.java
104
} else if (
mFill
!= ElementTime.FILL_FREEZE) {
MediaModel.java
53
protected short
mFill
;
163
* @return the
mFill
166
return
mFill
;
170
* @param fill the
mFill
to set
173
mFill
= fill;
ImageModel.java
119
} else if (
mFill
!= ElementTime.FILL_FREEZE) {
VideoModel.java
173
if (
mFill
!= ElementTime.FILL_FREEZE) {
Completed in 694 milliseconds