OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nightMode
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/samples/cpp/
lkdemo.cpp
48
bool
nightMode
= false;
76
if(
nightMode
)
140
nightMode
= !
nightMode
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java
23
import com.android.resources.
NightMode
;
363
public
NightMode
getNightMode() {
367
NightMode
nightMode
= mParent.getNightMode();
368
if (isAlternatingNightMode() &&
nightMode
!= null) {
369
nightMode
=
nightMode
==
NightMode
.NIGHT ?
NightMode
.NOTNIGHT :
NightMode
.NIGHT
[
all
...]
ConfigurationDescription.java
37
import com.android.resources.
NightMode
;
109
public
NightMode
nightMode
=
NightMode
.NOTNIGHT;
249
description.
nightMode
=
NightMode
.getEnum(nightModeString);
250
if (description.
nightMode
== null) {
251
description.
nightMode
=
NightMode
.NOTNIGHT;
308
if (
nightMode
!= null && nightMode != NightMode.NOTNIGHT)
[
all
...]
Configuration.java
50
import com.android.resources.
NightMode
;
84
/** The {@link
NightMode
} in change flags or override flags */
157
private
NightMode
mNightMode =
NightMode
.NOTNIGHT;
316
public
NightMode
getNightMode() {
512
public void setNightMode(@NonNull
NightMode
night, boolean skipSync) {
595
// Replace the
NightMode
with the selected one, if one is selected
596
NightMode
nightMode
= getNightMode();
597
if (
nightMode
!= null)
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV14.java
41
@
NightMode
86
@
NightMode
final int
nightMode
= getNightMode();
87
@ApplyableNightMode final int modeToApply = mapNightMode(
nightMode
);
92
if (
nightMode
== MODE_NIGHT_AUTO) {
122
public void setLocalNightMode(@
NightMode
final int mode) {
144
int mapNightMode(@
NightMode
final int mode) {
157
@
NightMode
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java
173
description.
nightMode
!= null ? description.
nightMode
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 129 milliseconds