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.java618 InputBindResult attachNewInputLocked(boolean initial, boolean needResult) { argument
625 if (initial) {
643 boolean initial, boolean needResult) {
699 return attachNewInputLocked(initial, needResult);
761 boolean initial, boolean needResult) {
766 initial, needResult);
641 startInputLocked(IInputMethodClient client, IInputContext inputContext, EditorInfo attribute, boolean initial, boolean needResult) argument
759 startInput(IInputMethodClient client, IInputContext inputContext, EditorInfo attribute, boolean initial, boolean needResult) argument
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java949 final boolean initial = mCurrentTextBoxAttribute == null;
969 + ic + " tba=" + tba + " initial=" + initial);
971 servedContext, tba, initial, mCurMethod == null);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1018 size_t initial = mDataSize; local
1019 void* data = editData(initial+(wordSize-extra));
1021 memset(((uint8_t*)data) + initial, 0, wordSize-extra);

Completed in 342 milliseconds