Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ead058b0 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Make EmojiCategory and EmojiPalettesAdapter as top level classes

Change-Id: Iea8087a240cb46e410b8de1f6a784b2995e7a6fb
parent c1e86d3f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@ import android.graphics.Paint;
import android.util.AttributeSet;
import android.widget.LinearLayout;

public class EmojiCategoryPageIndicatorView extends LinearLayout {
//TODO: Move this class to com.android.inputmethod.emoji package.
public final class EmojiCategoryPageIndicatorView extends LinearLayout {
    private static final float BOTTOM_MARGIN_RATIO = 1.0f;
    private final Paint mPaint = new Paint();
    private int mCategoryPageSize = 0;
+11 −455

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2

File changed.

Preview size limit exceeded, changes collapsed.

+359 −0

File added.

Preview size limit exceeded, changes collapsed.

+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@ import android.support.v4.view.ViewPager;
import android.widget.ImageView;
import android.widget.LinearLayout;

public class EmojiLayoutParams {
//TODO: Move this class to com.android.inputmethod.emoji package.
public final class EmojiLayoutParams {
    private static final int DEFAULT_KEYBOARD_ROWS = 4;

    public final int mEmojiPagerHeight;
Loading