Loading core/java/android/inputmethodservice/Keyboard.java +1 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,7 @@ public class Keyboard { rowEdgeFlags = a.getInt(com.android.internal.R.styleable.Keyboard_Row_rowEdgeFlags, 0); mode = a.getResourceId(com.android.internal.R.styleable.Keyboard_Row_keyboardMode, 0); a.recycle(); } } Loading core/java/android/inputmethodservice/KeyboardView.java +2 −0 Original line number Diff line number Diff line Loading @@ -326,9 +326,11 @@ public class KeyboardView extends View implements View.OnClickListener { } } a.recycle(); a = mContext.obtainStyledAttributes( com.android.internal.R.styleable.Theme); mBackgroundDimAmount = a.getFloat(android.R.styleable.Theme_backgroundDimAmount, 0.5f); a.recycle(); mPreviewPopup = new PopupWindow(context); if (previewLayout != 0) { Loading Loading
core/java/android/inputmethodservice/Keyboard.java +1 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,7 @@ public class Keyboard { rowEdgeFlags = a.getInt(com.android.internal.R.styleable.Keyboard_Row_rowEdgeFlags, 0); mode = a.getResourceId(com.android.internal.R.styleable.Keyboard_Row_keyboardMode, 0); a.recycle(); } } Loading
core/java/android/inputmethodservice/KeyboardView.java +2 −0 Original line number Diff line number Diff line Loading @@ -326,9 +326,11 @@ public class KeyboardView extends View implements View.OnClickListener { } } a.recycle(); a = mContext.obtainStyledAttributes( com.android.internal.R.styleable.Theme); mBackgroundDimAmount = a.getFloat(android.R.styleable.Theme_backgroundDimAmount, 0.5f); a.recycle(); mPreviewPopup = new PopupWindow(context); if (previewLayout != 0) { Loading