OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSourceBounds
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerStartShortcutTest.java
298
assertEquals(1, i.
getSourceBounds
().left);
299
assertEquals(2, i.
getSourceBounds
().bottom);
313
assertEquals(1, i.
getSourceBounds
().left);
314
assertEquals(2, i.
getSourceBounds
().bottom);
317
assertEquals(null, i.
getSourceBounds
());
320
assertEquals(null, i.
getSourceBounds
());
/cts/tests/tests/appwidget/src/android/appwidget/cts/
WidgetTransitionTest.java
287
assertEquals(
getSourceBounds
(parent.findViewById(R.id.hello)),
288
receiver.result.
getSourceBounds
());
289
assertEquals(
getSourceBounds
(parent.findViewById(R.id.greenSquare)),
294
private static Rect
getSourceBounds
(View v) {
Completed in 988 milliseconds