HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_DENSITY (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/tools/aapt2/filter/
ConfigFilter.cpp 32 if ((diff_mask & android::ResTable_config::CONFIG_DENSITY) != 0) {
34 diff_mask &= ~android::ResTable_config::CONFIG_DENSITY;
  /frameworks/base/tools/aapt/
ResourceFilter.cpp 45 if ((entry.second & ResTable_config::CONFIG_DENSITY) != 0) {
48 entry.second &= ~ResTable_config::CONFIG_DENSITY;
AaptConfig.cpp 907 const uint32_t mask = ResTable_config::CONFIG_DENSITY | ResTable_config::CONFIG_VERSION;
AaptAssets.cpp     [all...]
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 654 CONFIG_DENSITY,
753 public static final int CONFIG_DENSITY = 0x1000;
    [all...]
  /frameworks/base/tools/aapt2/cmd/
Util.cpp 46 ConfigDescription::CONFIG_DENSITY) {
  /frameworks/base/tools/aapt2/configuration/
ConfigurationParser.cpp 604 android::ResTable_config::CONFIG_DENSITY)) {
631 android::ResTable_config::CONFIG_DENSITY)) {
  /frameworks/base/core/java/android/content/res/
Configuration.java     [all...]
ResourcesImpl.java 727 ActivityInfo.CONFIG_DENSITY)) & ~allowVarying) != 0) {
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 

Completed in 357 milliseconds

1 2