Searched refs:setForeground (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
H A DService.java451 public final void setForeground(boolean isForeground) { method in class:Service
452 Log.w(TAG, "setForeground: ignoring old API call on " + getClass().getName());
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DKeyguardViewBase.java50 setForeground(
H A DPhoneWindow.java1875 setForeground(drawable);
2219 ((FrameLayout)mContentParent).setForeground(null);
/frameworks/base/core/java/android/widget/
H A DFrameLayout.java93 setForeground(d);
185 public void setForeground(Drawable drawable) { method in class:FrameLayout
/frameworks/policies/base/mid/com/android/internal/policy/impl/
H A DMidWindow.java1786 setForeground(drawable);
2110 ((FrameLayout)mContentParent).setForeground(null);
/frameworks/base/services/java/com/android/server/status/
H A DStatusBarService.java1546 hack.setForeground(null);
/frameworks/base/awt/java/awt/
H A DComponent.java245 * public void setForeground(Color color) { toolkit.lockAWT(); try {
246 * Component.this.setForeground(color); } finally { toolkit.unlockAWT(); } }
4105 public void setForeground(Color c) { method in class:Component

Completed in 622 milliseconds