HomeSort by relevance Sort by last modified time
    Searched full:inputflags (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 57 out->inputFlags = env->GetIntField(clazz, gConfigurationClassInfo.keyboardHidden);
59 if (out->inputFlags == ACONFIGURATION_KEYSHIDDEN_NO
61 out->inputFlags = ACONFIGURATION_KEYSHIDDEN_SOFT;
63 out->inputFlags |= env->GetIntField(clazz, gConfigurationClassInfo.navigationHidden)
android_util_AssetManager.cpp 703 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)
176 config->inputFlags = (config->inputFlags&~ResTable_config::MASK_KEYSHIDDEN)
181 config->inputFlags = (config->inputFlags&~ResTable_config::MASK_NAVHIDDEN)
  /frameworks/base/tools/aapt/
AaptConfig.cpp 622 if (out) out->inputFlags = (out->inputFlags&~mask) | value;
662 if (out) out->inputFlags = (out->inputFlags&~mask) | value;
ResourceTable.cpp     [all...]
Resource.cpp 146 mParams.inputFlags, mParams.navigation);
    [all...]
  /frameworks/base/tools/aapt2/
ConfigDescription.cpp 383 if (out) out->inputFlags = (out->inputFlags&~mask) | value;
423 if (out) out->inputFlags = (out->inputFlags&~mask) | value;
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Structure/
PolicySubsystem-CommonTypes.xml 98 <ComponentType Name="InputFlags"
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 1053 if (program->InputFlags[0] & PROG_PARAM_BIT_CYL_WRAP) {
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 1718 milliseconds