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
106
final BitmapDrawable
newForeground
=
108
compareScaledPixels(48,
newForeground
.getIntrinsicHeight());
109
compareScaledPixels(48,
newForeground
.getIntrinsicWidth());
110
assertTrue(mFrameLayout.getHeight() >
newForeground
.getIntrinsicHeight());
114
mFrameLayout.setForeground(
newForeground
);
118
assertSame(
newForeground
, mFrameLayout.getForeground());
119
assertTrue(
newForeground
.isVisible());
120
Rect rect2 =
newForeground
.getBounds();
124
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 98 milliseconds