OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mforeground
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/java/android/widget/
FrameLayout.java
64
private Drawable
mForeground
;
160
if (mForegroundGravity == Gravity.FILL &&
mForeground
!= null) {
162
if (
mForeground
.getPadding(padding)) {
184
return super.verifyDrawable(who) || (who ==
mForeground
);
190
if (
mForeground
!= null)
mForeground
.jumpToCurrentState();
199
if (
mForeground
!= null &&
mForeground
.isStateful()) {
200
mForeground
.setState(getDrawableState());
225
if (
mForeground
!= drawable)
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java
164
final Paint
mForeground
= new Paint();
180
mForeground
.setColor(0xff00ffff);
181
mForeground
.setAntiAlias(false);
182
mForeground
.setStrokeWidth(mLineWidth);
238
mForeground
.setColor(mOldColor[i] | makeGreen(i));
239
mForeground
.setAlpha(((NUM_OLD-i) * 255) / NUM_OLD);
241
canvas.drawLine(mOld[p], mOld[p+1], mOld[p+2], mOld[p+3],
mForeground
);
250
mForeground
.setColor(color | makeGreen(-2));
251
canvas.drawLine(mPoint1.x, mPoint1.y, mPoint2.x, mPoint2.y,
mForeground
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsActivity.java
50
private boolean
mForeground
;
57
if (mShowing && !
mForeground
) {
94
mForeground
= false;
140
mForeground
= true;
241
return
mForeground
;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java
38
private IColor
mForeground
= new TestColor(0xFFFFFF);
126
return
mForeground
;
150
mForeground
= color;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java
79
private RGB
mForeground
;
96
mForeground
= null;
559
mForeground
= fg;
577
if (
mForeground
== null) {
581
return
mForeground
;
630
mForeground
= ImageUtils.intToRgb(rgb);
637
//
mForeground
is allowed to be null.
PaletteControl.java
193
private Color
mForeground
;
328
if (
mForeground
!= null) {
329
mForeground
.dispose();
330
mForeground
= null;
429
if (
mForeground
!= null) {
430
mForeground
.dispose();
431
mForeground
= null;
443
mForeground
= new Color(getDisplay(), foreground);
658
if (
mForeground
!= null) {
659
item.setForeground(
mForeground
);
[
all
...]
/packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java
460
private boolean
mForeground
;
465
mForeground
= false;
[
all
...]
/dalvik/hit/samples/
android.hprof
[
all
...]
Completed in 601 milliseconds