Searched refs:applyBounds (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DCompositeDrawable.java79 applyBounds(0, 0, 0, w, h);
83 applyBounds(0, 0, 0, mw, h);
84 applyBounds(1, mw, 0, w, h);
88 applyBounds(0, 0, 0, mw, h);
89 applyBounds(1, mw, 0, w, mh);
90 applyBounds(2, mw, mh, w, h);
94 applyBounds(0, 0, 0, mw, mh);
95 applyBounds(1, mw, 0, w, mh);
96 applyBounds(2, 0, mh, mw, h);
97 applyBounds(
102 private void applyBounds(int index, int left, int top, int right, int bottom) { method in class:CompositeDrawable
[all...]

Completed in 93 milliseconds