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

/frameworks/base/core/java/android/widget/
H A DDropDownListView.java256 drawableHotspotChanged(x, y);
277 child.drawableHotspotChanged(childX, childY);
H A DCheckedTextView.java442 public void drawableHotspotChanged(float x, float y) { method in class:CheckedTextView
443 super.drawableHotspotChanged(x, y);
H A DQuickContactBadge.java123 public void drawableHotspotChanged(float x, float y) { method in class:QuickContactBadge
124 super.drawableHotspotChanged(x, y);
H A DCompoundButton.java486 public void drawableHotspotChanged(float x, float y) { method in class:CompoundButton
487 super.drawableHotspotChanged(x, y);
H A DAbsSeekBar.java547 public void drawableHotspotChanged(float x, float y) { method in class:AbsSeekBar
548 super.drawableHotspotChanged(x, y);
H A DImageView.java1304 public void drawableHotspotChanged(float x, float y) { method in class:ImageView
1305 super.drawableHotspotChanged(x, y);
H A DSwitch.java1371 public void drawableHotspotChanged(float x, float y) { method in class:Switch
1372 super.drawableHotspotChanged(x, y);
H A DProgressBar.java1864 public void drawableHotspotChanged(float x, float y) { method in class:ProgressBar
1865 super.drawableHotspotChanged(x, y);
H A DAbsListView.java3377 // calling drawableHotspotChanged on the correct child.
3442 child.drawableHotspotChanged(point[0], point[1]);
3988 motionView.drawableHotspotChanged(point[0], point[1]);
H A DTextView.java5302 public void drawableHotspotChanged(float x, float y) { method in class:TextView
5303 super.drawableHotspotChanged(x, y);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DDropDownListView.java650 drawableHotspotChanged(x, y);
673 child.drawableHotspotChanged(childX, childY);
H A DSwitchCompat.java1349 public void drawableHotspotChanged(float x, float y) { method in class:SwitchCompat
1351 super.drawableHotspotChanged(x, y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationBackgroundView.java114 public void drawableHotspotChanged(float x, float y) { method in class:NotificationBackgroundView
H A DNotificationGuts.java193 public void drawableHotspotChanged(float x, float y) { method in class:NotificationGuts
H A DActivatableNotificationView.java306 public void drawableHotspotChanged(float x, float y) { method in class:ActivatableNotificationView
308 mBackgroundNormal.drawableHotspotChanged(x, y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsViewTouchHandler.java197 mRv.getStackActionButton().drawableHotspotChanged(x - rect.left, y - rect.top);
/frameworks/base/core/java/android/view/
H A DViewGroup.java4466 * @see #drawableHotspotChanged(float, float)
4487 child.drawableHotspotChanged(point[0], point[1]);
H A DView.java10539 drawableHotspotChanged(x, y);
13859 drawableHotspotChanged(x, y);
21126 public void drawableHotspotChanged(float x, float y) { method in class:View
21141 * Dispatches drawableHotspotChanged to all of this View's children.
21145 * @see #drawableHotspotChanged(float, float)
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt7298 HPLandroid/widget/CheckedTextView;->drawableHotspotChanged(FF)V
7307 HPLandroid/widget/CompoundButton;->drawableHotspotChanged(FF)V
[all...]

Completed in 415 milliseconds