Searched refs:oldLayout (Results 1 – 4 of 4) sorted by relevance
1400 String oldLayout = mDataStore.getCurrentKeyboardLayout(key); in addKeyboardLayoutForInputDevice() local1401 if (oldLayout == null && !key.equals(identifier.getDescriptor())) { in addKeyboardLayoutForInputDevice()1402 oldLayout = mDataStore.getCurrentKeyboardLayout(identifier.getDescriptor()); in addKeyboardLayoutForInputDevice()1405 && !Objects.equal(oldLayout, mDataStore.getCurrentKeyboardLayout(key))) { in addKeyboardLayoutForInputDevice()1428 String oldLayout = mDataStore.getCurrentKeyboardLayout(key); in removeKeyboardLayoutForInputDevice() local1429 if (oldLayout == null && !key.equals(identifier.getDescriptor())) { in removeKeyboardLayoutForInputDevice()1430 oldLayout = mDataStore.getCurrentKeyboardLayout(identifier.getDescriptor()); in removeKeyboardLayoutForInputDevice()1438 if (removed && !Objects.equal(oldLayout, in removeKeyboardLayoutForInputDevice()
4674 final int oldLayout = oldTaskOverride.screenLayout; in catchConfigChangesFromUnset() local4676 if ((oldLayout == SCREENLAYOUT_UNDEFINED && newLayout != SCREENLAYOUT_UNDEFINED) in catchConfigChangesFromUnset()4677 || (oldLayout != SCREENLAYOUT_UNDEFINED && newLayout == SCREENLAYOUT_UNDEFINED)) { in catchConfigChangesFromUnset()
2193 VkImageLayout oldLayout; member
1668 …VkImageLayout oldLayout /// Current layout of the i…