HomeSort by relevance Sort by last modified time
    Searched refs:mPolicy (Results 1 - 7 of 7) sorted by null

  /frameworks/base/services/java/com/android/server/
WindowManagerService.java 234 mPolicy.enableKeyguard(false);
241 mPolicy.enableKeyguard(true);
252 mPolicy.enableKeyguard(true);
267 final WindowManagerPolicy mPolicy = PolicyManager.makeNewWindowManager();
563 private final WindowManagerPolicy mPolicy;
573 mPolicy = policy;
588 mPolicy.init(mContext, mService, mPM);
607 mPowerManager.setPolicy(mPolicy);
633 PolicyThread thr = new PolicyThread(mPolicy, this, context, pm);
    [all...]
PowerManagerService.java 188 private volatile WindowManagerPolicy mPolicy;
    [all...]
  /frameworks/base/libs/ui/
InputDispatcher.cpp 167 mPolicy(policy),
211 nsecs_t keyRepeatTimeout = mPolicy->getKeyRepeatTimeout();
212 nsecs_t keyRepeatDelay = mPolicy->getKeyRepeatDelay();
    [all...]
InputReader.cpp 200 mEventHub(eventHub), mPolicy(policy), mDispatcher(dispatcher),
388 mPolicy->getExcludedDeviceNames(excludedDeviceNames);
    [all...]
  /frameworks/base/include/ui/
InputReader.h 228 sp<InputReaderPolicyInterface> mPolicy;
231 virtual InputReaderPolicyInterface* getPolicy() { return mPolicy.get(); }
InputDispatcher.h 829 sp<InputDispatcherPolicyInterface> mPolicy;
    [all...]
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp 589 sp<InputReaderPolicyInterface> mPolicy;
598 mEventHub(eventHub), mPolicy(policy), mDispatcher(dispatcher),
628 return mPolicy.get();
    [all...]

Completed in 89 milliseconds