Searched refs:initial (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl40 boolean initial, boolean needResult);
/frameworks/base/core/java/android/text/
H A DSpannableStringInternal.java32 int initial = ArrayUtils.idealIntArraySize(0);
33 mSpans = new Object[initial];
34 mSpanData = new int[initial * 3];
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java652 InputBindResult attachNewInputLocked(boolean initial, boolean needResult) { argument
659 if (initial) {
677 boolean initial, boolean needResult) {
733 return attachNewInputLocked(initial, needResult);
813 boolean initial, boolean needResult) {
818 initial, needResult);
675 startInputLocked(IInputMethodClient client, IInputContext inputContext, EditorInfo attribute, boolean initial, boolean needResult) argument
811 startInput(IInputMethodClient client, IInputContext inputContext, EditorInfo attribute, boolean initial, boolean needResult) argument
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java958 final boolean initial = mCurrentTextBoxAttribute == null;
978 + ic + " tba=" + tba + " initial=" + initial);
980 servedContext, tba, initial, mCurMethod == null);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1205 size_t initial = mDataSize; local
1206 void* data = editData(initial+(wordSize-extra));
1208 memset(((uint8_t*)data) + initial, 0, wordSize-extra);

Completed in 120 milliseconds