OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uiModeNight
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/native/android/
configuration.cpp
195
void AConfiguration_setUiModeNight(AConfiguration* config, int32_t
uiModeNight
) {
197
| ((
uiModeNight
<<ResTable_config::SHIFT_UI_MODE_NIGHT)&ResTable_config::MASK_UI_MODE_NIGHT);
/development/ndk/platforms/android-9/include/android/
configuration.h
286
void AConfiguration_setUiModeNight(AConfiguration* config, int32_t
uiModeNight
);
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
configuration.h
286
void AConfiguration_setUiModeNight(AConfiguration* config, int32_t
uiModeNight
);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
configuration.h
286
void AConfiguration_setUiModeNight(AConfiguration* config, int32_t
uiModeNight
);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
configuration.h
286
void AConfiguration_setUiModeNight(AConfiguration* config, int32_t
uiModeNight
);
/frameworks/base/native/include/android/
configuration.h
295
void AConfiguration_setUiModeNight(AConfiguration* config, int32_t
uiModeNight
);
/frameworks/base/tools/aapt/
AaptAssets.cpp
330
String8 uiModeType,
uiModeNight
, smallestwidthdp, widthdp, heightdp;
505
uiModeNight
= part;
631
this->
uiModeNight
=
uiModeNight
;
670
s +=
uiModeNight
;
754
if (this->
uiModeNight
!= "") {
758
s +=
uiModeNight
;
[
all
...]
AaptAssets.h
135
String8
uiModeNight
;
/frameworks/base/include/utils/
ResourceTypes.h
[
all
...]
Completed in 21 milliseconds