HomeSort by relevance Sort by last modified time
    Searched refs:inputFlags (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 55 out->inputFlags = env->GetIntField(clazz, gConfigurationClassInfo.keyboardHidden);
57 if (out->inputFlags == ACONFIGURATION_KEYSHIDDEN_NO
59 out->inputFlags = ACONFIGURATION_KEYSHIDDEN_SOFT;
61 out->inputFlags |= env->GetIntField(clazz, gConfigurationClassInfo.navigationHidden)
android_util_AssetManager.cpp 534 config.inputFlags = (uint8_t)keyboardHidden;
    [all...]
  /frameworks/base/native/android/
configuration.cpp 83 return config->inputFlags&ResTable_config::MASK_KEYSHIDDEN;
87 return (config->inputFlags&ResTable_config::MASK_NAVHIDDEN)
172 config->inputFlags = (config->inputFlags&~ResTable_config::MASK_KEYSHIDDEN)
177 config->inputFlags = (config->inputFlags&~ResTable_config::MASK_NAVHIDDEN)
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 266 *value = config.inputFlags;
280 *value = config.inputFlags;
334 return config.inputFlags;
    [all...]
ResourceTable.cpp     [all...]
Resource.cpp 135 mParams.inputFlags, mParams.navigation));
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 906 uint8_t inputFlags;
    [all...]

Completed in 355 milliseconds