Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:dm

544         DisplayMetrics dm = context.getResources().getDisplayMetrics();
545 mDisplayWidth = dm.widthPixels;
546 mDisplayHeight = dm.heightPixels;
547 //Log.v(TAG, "keyboard's display metrics:" + dm);