OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTwilightManager
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/core/java/com/android/server/
UiModeManagerService.java
95
private TwilightManager
mTwilightManager
;
351
if (
mTwilightManager
!= null) {
354
pw.println(
mTwilightManager
.getLastTwilightState());
363
mTwilightManager
= getLocalService(TwilightManager.class);
417
if (
mTwilightManager
!= null) {
418
mTwilightManager
.registerListener(mTwilightListener, mHandler);
424
if (
mTwilightManager
!= null) {
425
mTwilightManager
.unregisterListener(mTwilightListener);
681
if (
mTwilightManager
!= null) {
682
TwilightState state =
mTwilightManager
.getLastTwilightState()
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV14.java
293
private TwilightManager
mTwilightManager
;
300
mTwilightManager
= twilightManager;
310
final boolean isNight =
mTwilightManager
.isNight();
/frameworks/base/services/core/java/com/android/server/display/
NightDisplayService.java
429
private final TwilightManager
mTwilightManager
;
434
mTwilightManager
= getLocalService(TwilightManager.class);
459
mTwilightManager
.registerListener(this, mHandler);
462
updateActivated(
mTwilightManager
.getLastTwilightState());
467
mTwilightManager
.unregisterListener(this);
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 84 milliseconds