Searched refs:ZoomButton (Results 1 – 6 of 6) sorted by relevance
/aosp12/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()
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 56828 …@Deprecated public class ZoomButton extends android.widget.ImageButton implements android.view.Vie… 56829 ctor @Deprecated public ZoomButton(android.content.Context); 56830 ctor @Deprecated public ZoomButton(android.content.Context, android.util.AttributeSet); 56831 ctor @Deprecated public ZoomButton(android.content.Context, android.util.AttributeSet, int); 56832 … ctor @Deprecated public ZoomButton(android.content.Context, android.util.AttributeSet, int, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 39151 …public class ZoomButton extends android.widget.ImageButton implements android.view.View.OnLongClic… 39152 ctor public ZoomButton(android.content.Context); 39153 ctor public ZoomButton(android.content.Context, android.util.AttributeSet); 39154 ctor public ZoomButton(android.content.Context, android.util.AttributeSet, int); 39155 ctor public ZoomButton(android.content.Context, android.util.AttributeSet, int, int);
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 74248 Landroid/widget/ZoomButton;->mIsInLongpress:Z 74249 Landroid/widget/ZoomButton;->mRunnable:Ljava/lang/Runnable; 74250 Landroid/widget/ZoomButton;->mZoomSpeed:J
|