OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onBoundsChange
(Results
1 - 23
of
23
) sorted by null
/packages/apps/Gallery3D/src/com/cooliris/media/
IconTitleDrawable.java
88
protected void
onBoundsChange
(Rect bounds) {
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java
273
notes = "Test
onBoundsChange
(Rect)",
274
method = "
onBoundsChange
",
286
mockClipDrawable.
onBoundsChange
(new Rect(10, 10, 100, 100));
293
mockClipDrawable.
onBoundsChange
(null);
456
protected void
onBoundsChange
(Rect bounds) {
457
super.
onBoundsChange
(bounds);
495
protected void
onBoundsChange
(Rect bounds) {
496
super.
onBoundsChange
(bounds);
InsetDrawableTest.java
361
method = "
onBoundsChange
",
377
insetDrawable.
onBoundsChange
(r);
386
insetDrawable.
onBoundsChange
(null);
471
protected void
onBoundsChange
(Rect bounds) {
472
super.
onBoundsChange
(bounds);
DrawableTest.java
559
method = "
onBoundsChange
",
565
//
onBoundsChange
is a non-operation function.
566
mockDrawable.
onBoundsChange
(new Rect(0, 0, 10, 10));
720
protected void
onBoundsChange
(Rect bounds) {
721
super.
onBoundsChange
(bounds);
DrawableContainerTest.java
252
method = "
onBoundsChange
",
256
+ "DrawableContainer#
onBoundsChange
(Rect) when the param bounds is null.")
261
mDrawableContainer.
onBoundsChange
(new Rect());
262
mDrawableContainer.
onBoundsChange
(null);
272
mDrawableContainer.
onBoundsChange
(new Rect(1, 1, 1, 1));
277
mDrawableContainer.
onBoundsChange
(new Rect(1, 1, 1, 1));
282
mDrawableContainer.
onBoundsChange
(null);
[
all
...]
LayerDrawableTest.java
752
method = "
onBoundsChange
",
771
// the children's bounds before call
onBoundsChange
782
layerDrawable.
onBoundsChange
(bounds);
784
// all children's bounds will be changed after call
onBoundsChange
[
all
...]
ScaleDrawableTest.java
393
method = "
onBoundsChange
",
404
mockScaleDrawable.
onBoundsChange
(bounds);
420
mockScaleDrawable.
onBoundsChange
(bounds);
435
mockScaleDrawable.
onBoundsChange
(bounds);
446
mockScaleDrawable.
onBoundsChange
(bounds);
736
protected void
onBoundsChange
(Rect bounds) {
738
super.
onBoundsChange
(bounds);
/frameworks/base/core/java/android/widget/
ScrollBarDrawable.java
143
protected void
onBoundsChange
(Rect bounds) {
144
super.
onBoundsChange
(bounds);
/frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java
290
protected void
onBoundsChange
(Rect bounds) {
291
super.
onBoundsChange
(bounds);
ClipDrawable.java
180
protected void
onBoundsChange
(Rect bounds) {
InsetDrawable.java
209
onBoundsChange
(getBounds());
214
protected void
onBoundsChange
(Rect bounds) {
RotateDrawable.java
154
onBoundsChange
(getBounds());
161
onBoundsChange
(getBounds());
172
protected void
onBoundsChange
(Rect bounds) {
ScaleDrawable.java
192
onBoundsChange
(getBounds());
199
onBoundsChange
(getBounds());
205
protected void
onBoundsChange
(Rect bounds) {
ShapeDrawable.java
266
protected void
onBoundsChange
(Rect bounds) {
267
super.
onBoundsChange
(bounds);
AnimatedRotateDrawable.java
190
protected void
onBoundsChange
(Rect bounds) {
Drawable.java
131
onBoundsChange
(mBounds);
579
protected void
onBoundsChange
(Rect bounds) {}
[
all
...]
DrawableContainer.java
104
protected void
onBoundsChange
(Rect bounds) {
LayerDrawable.java
416
onBoundsChange
(getBounds());
437
onBoundsChange
(getBounds());
443
protected void
onBoundsChange
(Rect bounds) {
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/5/
android.jar
Completed in 117 milliseconds