Searched refs:ims (Results 1 – 12 of 12) sorted by relevance
4920 final InputMethodState ims = mInputMethodState; in onDraw() local4922 if (ims != null && ims.mBatchEditNesting == 0) { in onDraw()4927 if (ims.mContentChanged || ims.mSelectionModeChanged) { in onDraw()4946 highlight.computeBounds(ims.mTmpRectF, true); in onDraw()4947 ims.mTmpOffset[0] = ims.mTmpOffset[1] = 0; in onDraw()4949 canvas.getMatrix().mapPoints(ims.mTmpOffset); in onDraw()4950 ims.mTmpRectF.offset(ims.mTmpOffset[0], ims.mTmpOffset[1]); in onDraw()4952 ims.mTmpRectF.offset(0, cursorOffsetVertical); in onDraw()4954 ims.mCursorRectInWindow.set((int)(ims.mTmpRectF.left + 0.5), in onDraw()4955 (int)(ims.mTmpRectF.top + 0.5), in onDraw()[all …]
17 package com.android.internal.telephony.ims;
290 IMountService ims = getMountService();291 if (ims == null) {298 int[] stUsers = ims.getStorageUsers(extStoragePath);
27 import com.android.internal.telephony.ims.IsimRecords;
25 import com.android.internal.telephony.ims.IsimRecords;
31 import com.android.internal.telephony.ims.IsimRecords;
40 import com.android.internal.telephony.ims.IsimRecords;
35 import com.android.internal.telephony.ims.IsimRecords;
32 import com.android.internal.telephony.ims.IsimRecords;33 import com.android.internal.telephony.ims.IsimUiccRecords;
38 import com.android.internal.telephony.ims.IsimRecords;
2422 InputMethodSubtype ims = imi.getSubtypeAt(i); in getSubtypeIdFromHashCode() local2423 if (subtypeHashCode == ims.hashCode()) { in getSubtypeIdFromHashCode()2800 InputMethodSubtype ims = info.getSubtypeAt(i); in getEnabledInputMethodSubtypeListLocked() local2802 if (String.valueOf(ims.hashCode()).equals(s)) { in getEnabledInputMethodSubtypeListLocked()2803 enabledSubtypes.add(ims); in getEnabledInputMethodSubtypeListLocked()2875 for (Pair<String, ArrayList<String>> ims: imsList) { in buildAndPutEnabledInputMethodsStrRemovingIdLocked()2876 String curId = ims.first; in buildAndPutEnabledInputMethodsStrRemovingIdLocked()2888 buildEnabledInputMethodsSettingString(builder, ims); in buildAndPutEnabledInputMethodsStrRemovingIdLocked()2901 for (Pair<String, ArrayList<String>> ims: imsList) { in createEnabledInputMethodListLocked()2902 InputMethodInfo info = mMethodMap.get(ims.first); in createEnabledInputMethodListLocked()[all …]