OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:childBounds
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
MultiWaveView.java
463
RectF
childBounds
= new RectF(0, 0, width, height);
464
childBounds
.offset(drawable.getX() - width/2, drawable.getY() - height/2);
468
view.getMatrix().mapRect(
childBounds
);
469
view.invalidate((int) Math.floor(
childBounds
.left),
470
(int) Math.floor(
childBounds
.top),
471
(int) Math.ceil(
childBounds
.right),
472
(int) Math.ceil(
childBounds
.bottom));
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java
[
all
...]
Completed in 116 milliseconds