Searched refs:ZoomButton (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ZoomButton.java | 39 public class ZoomButton extends ImageButton implements OnLongClickListener { class 53 public ZoomButton(Context context) { in ZoomButton() method in ZoomButton 57 public ZoomButton(Context context, AttributeSet attrs) { in ZoomButton() method in ZoomButton 61 public ZoomButton(Context context, AttributeSet attrs, int defStyleAttr) { in ZoomButton() method in ZoomButton 65 public ZoomButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ZoomButton() method in ZoomButton 123 return ZoomButton.class.getName(); in getAccessibilityClassName()
|
H A D | ZoomControls.java | 42 private final ZoomButton mZoomIn; 44 private final ZoomButton mZoomOut; 59 mZoomIn = (ZoomButton) findViewById(R.id.zoomIn); in ZoomControls() 60 mZoomOut = (ZoomButton) findViewById(R.id.zoomOut); in ZoomControls()
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 60723 …@Deprecated public class ZoomButton extends android.widget.ImageButton implements android.view.Vie… 60724 ctor @Deprecated public ZoomButton(android.content.Context); 60725 ctor @Deprecated public ZoomButton(android.content.Context, android.util.AttributeSet); 60726 ctor @Deprecated public ZoomButton(android.content.Context, android.util.AttributeSet, int); 60727 … ctor @Deprecated public ZoomButton(android.content.Context, android.util.AttributeSet, int, int);
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 70925 Landroid/widget/ZoomButton;->mIsInLongpress:Z 70926 Landroid/widget/ZoomButton;->mRunnable:Ljava/lang/Runnable; 70927 Landroid/widget/ZoomButton;->mZoomSpeed:J
|