HomeSort by relevance Sort by last modified time
    Searched defs:uiModeType (Results 1 - 4 of 4) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 54 final int uiModeType = mContext.getResources().getConfiguration().uiMode
56 if (uiModeType == Configuration.UI_MODE_TYPE_APPLIANCE) {
  /frameworks/base/tools/aapt/
AaptAssets.h 129 String8 uiModeType;
AaptAssets.cpp 377 String8 uiModeType, uiModeNight, smallestwidthdp, widthdp, heightdp;
551 uiModeType = part;
689 this->uiModeType = uiModeType;
730 s += uiModeType;
816 if (this->uiModeType != "") {
820 s += uiModeType;
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 147 milliseconds