Searched defs:ContextImpl (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DContextImpl.java208 class ContextImpl extends Context { class in inherits:Context
209 private final static String TAG = "ContextImpl";
271 * ContextImpl. Else, use StaticServiceFetcher below.
279 public Object getService(ContextImpl ctx) {
307 public Object createService(ContextImpl ctx) {
319 public final Object getService(ContextImpl unused) {
347 public Object createService(ContextImpl ctx) {
354 public Object getService(ContextImpl ctx) {
359 public Object getService(ContextImpl ctx) {
364 public Object createService(ContextImpl ct
2224 private ContextImpl(ContextImpl container, ActivityThread mainThread, method in class:ContextImpl
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp785 // --- InputReader::ContextImpl ---
787 InputReader::ContextImpl::ContextImpl(InputReader* reader) : function in class:android::InputReader::ContextImpl
791 void InputReader::ContextImpl::updateGlobalMetaState() {
796 int32_t InputReader::ContextImpl::getGlobalMetaState() {
801 void InputReader::ContextImpl::disableVirtualKeysUntil(nsecs_t time) {
806 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now,
812 void InputReader::ContextImpl::fadePointer() {
817 void InputReader::ContextImpl::requestTimeoutAtTime(nsecs_t when) {
822 int32_t InputReader::ContextImpl
[all...]
H A DInputReader.h447 class ContextImpl : public InputReaderContext { class in class:android::InputReader
451 ContextImpl(InputReader* reader);
466 friend class ContextImpl;

Completed in 108 milliseconds