OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newForeground
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java
111
final BitmapDrawable
newForeground
113
compareScaledPixels(48,
newForeground
.getIntrinsicHeight());
114
compareScaledPixels(48,
newForeground
.getIntrinsicWidth());
115
assertTrue(mFrameLayout.getHeight() >
newForeground
.getIntrinsicHeight());
120
mFrameLayout.setForeground(
newForeground
);
125
assertSame(
newForeground
, mFrameLayout.getForeground());
126
assertTrue(
newForeground
.isVisible());
127
Rect rect2 =
newForeground
.getBounds();
131
assertCenterAligned(mFrameLayout,
newForeground
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
Completed in 275 milliseconds