Home
last modified time | relevance | path

Searched refs:KeyboardView (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java75 public class KeyboardView extends View implements View.OnClickListener { class
162 private KeyboardView mMiniKeyboard;
266 public KeyboardView(Context context, AttributeSet attrs) { in KeyboardView() method in KeyboardView
270 public KeyboardView(Context context, AttributeSet attrs, int defStyleAttr) { in KeyboardView() method in KeyboardView
274 public KeyboardView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in KeyboardView() method in KeyboardView
278 attrs, android.R.styleable.KeyboardView, defStyleAttr, defStyleRes); in KeyboardView()
1103 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()
1146 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-q.txt533 Lcom/android/internal/R$styleable;->KeyboardView:[I
H A Dhiddenapi-max-target-o.txt22665 Landroid/inputmethodservice/KeyboardView;->DEBUG:Z
22700 Landroid/inputmethodservice/KeyboardView;->mKeyboardActionListener:Landroid/inputmethodservice/Keyb…
22713 Landroid/inputmethodservice/KeyboardView;->mLastX:I
22714 Landroid/inputmethodservice/KeyboardView;->mLastY:I
22715 Landroid/inputmethodservice/KeyboardView;->mMiniKeyboard:Landroid/inputmethodservice/KeyboardView;
22731 Landroid/inputmethodservice/KeyboardView;->mPopupX:I
22732 Landroid/inputmethodservice/KeyboardView;->mPopupY:I
22751 Landroid/inputmethodservice/KeyboardView;->mStartX:I
22752 Landroid/inputmethodservice/KeyboardView;->mStartY:I
22754 Landroid/inputmethodservice/KeyboardView;->mSwipeTracker:Landroid/inputmethodservice/KeyboardView$S…
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt20212 …@Deprecated public class KeyboardView extends android.view.View implements android.view.View.OnCli…
20213 ctor @Deprecated public KeyboardView(android.content.Context, android.util.AttributeSet);
20214 ctor @Deprecated public KeyboardView(android.content.Context, android.util.AttributeSet, int);
20215 …ctor @Deprecated public KeyboardView(android.content.Context, android.util.AttributeSet, int, int);
20218 …method @Deprecated protected android.inputmethodservice.KeyboardView.OnKeyboardActionListener getO…
20232 …ed public void setOnKeyboardActionListener(android.inputmethodservice.KeyboardView.OnKeyboardActio…
20245 @Deprecated public static interface KeyboardView.OnKeyboardActionListener {