HomeSort by relevance Sort by last modified time
    Searched refs:setHotspotBounds (Results 1 - 22 of 22) sorted by null

  /frameworks/support/v4/api21/android/support/v4/graphics/drawable/
DrawableCompatL.java 32 public static void setHotspotBounds(Drawable drawable, int left, int top,
34 drawable.setHotspotBounds( left, top, right, bottom);
  /frameworks/support/v4/java/android/support/v4/graphics/drawable/
DrawableCompat.java 37 void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom);
65 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) {
116 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) {
117 DrawableCompatL.setHotspotBounds(drawable, left, top, right, bottom);
213 public static void setHotspotBounds(Drawable drawable, int left, int top,
215 IMPL.setHotspotBounds(drawable, left, top, right, bottom);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DrawableWrapper.java 206 public void setHotspotBounds(int left, int top, int right, int bottom) {
207 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom);
ListViewCompat.java 363 public void setHotspotBounds(int left, int top, int right, int bottom) {
365 super.setHotspotBounds(left, top, right, bottom);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 225 public void setHotspotBounds(int left, int top, int right, int bottom) {
226 mAnimatedVectorState.mVectorDrawable.setHotspotBounds(left, top, right, bottom);
InsetDrawable.java 276 public void setHotspotBounds(int left, int top, int right, int bottom) {
277 mState.mDrawable.setHotspotBounds(left, top, right, bottom);
DrawableContainer.java 292 public void setHotspotBounds(int left, int top, int right, int bottom) {
300 mCurrDrawable.setHotspotBounds(left, top, right, bottom);
514 d.setHotspotBounds(hotspotBounds.left, hotspotBounds.top,
    [all...]
LayerDrawable.java 605 public void setHotspotBounds(int left, int top, int right, int bottom) {
609 array[i].mDrawable.setHotspotBounds(left, top, right, bottom);
    [all...]
Drawable.java 545 public void setHotspotBounds(int left, int top, int right, int bottom) {}
    [all...]
RippleDrawable.java 573 public void setHotspotBounds(int left, int top, int right, int bottom) {
957 * @see #setHotspotBounds(int, int, int, int)
  /frameworks/base/core/java/android/widget/
CheckedTextView.java 401 background.setHotspotBounds(mScrollX + left, top, mScrollX + right, bottom);
CompoundButton.java 402 background.setHotspotBounds(left, top, right, bottom);
AbsSeekBar.java 478 background.setHotspotBounds(left + offsetX, top + offsetY,
ActionMenuPresenter.java 669 bg.setHotspotBounds(centerX - halfEdge, centerY - halfEdge,
Switch.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTileView.java 288 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuPresenter.java 659 DrawableCompat.setHotspotBounds(bg, offset, 0, getWidth() + offset, getHeight());
SwitchCompat.java 856 DrawableCompat.setHotspotBounds(background, thumbLeft, switchTop,
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 573 milliseconds