Searched defs:initial (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
H A DGravityTest.java69 private void assertOneGravity(int expected, int initial, boolean isRtl) { argument
72 assertEquals(expected, Gravity.getAbsoluteGravity(initial, layoutDirection));
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1481 size_t initial = mDataSize; local
1482 void* data = editData(initial+(wordSize-extra));
1484 memset(((uint8_t*)data) + initial, 0, wordSize-extra);
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java783 InputBindResult attachNewInputLocked(boolean initial, boolean needResult) { argument
790 if (initial) {
808 boolean initial, boolean needResult) {
864 return attachNewInputLocked(initial, needResult);
946 boolean initial, boolean needResult) {
951 initial, needResult);
2850 // At the initial boot, the settings for input methods are not set,
806 startInputLocked(IInputMethodClient client, IInputContext inputContext, EditorInfo attribute, boolean initial, boolean needResult) argument
944 startInput(IInputMethodClient client, IInputContext inputContext, EditorInfo attribute, boolean initial, boolean needResult) argument
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java6442 // initial width and height to get the true natural values.
7376 private final int performLayoutLockedInner(boolean initial, boolean updateInputWindows) { argument
7439 if (initial) {
7440 //Slog.i(TAG, "Window " + this + " clearing mContentChanged - initial");
7475 if (initial) {
7476 //Slog.i(TAG, "Window " + this + " clearing mContentChanged - initial");
9067 performLayoutLockedInner(true /*initial*/, updateInputWindows);
9080 performLayoutLockedInner(true /*initial*/, updateInputWindows);

Completed in 152 milliseconds