HomeSort by relevance Sort by last modified time
    Searched defs:ContextImpl (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/
ContextImpl.java 138 class ContextImpl extends Context {
172 * ContextImpl. Else, use StaticServiceFetcher below.
180 public Object getService(ContextImpl ctx) {
208 public Object createService(ContextImpl ctx) {
220 public final Object getService(ContextImpl unused) {
248 public Object createService(ContextImpl ctx) {
255 public Object getService(ContextImpl ctx) {
260 public Object createService(ContextImpl ctx) {
267 public Object createService(ContextImpl ctx) {
279 public Object createService(ContextImpl ctx)
    [all...]
  /frameworks/base/services/input/
InputReader.cpp 778 // --- InputReader::ContextImpl ---
780 InputReader::ContextImpl::ContextImpl(InputReader* reader) :
784 void InputReader::ContextImpl::updateGlobalMetaState() {
789 int32_t InputReader::ContextImpl::getGlobalMetaState() {
794 void InputReader::ContextImpl::disableVirtualKeysUntil(nsecs_t time) {
799 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now,
805 void InputReader::ContextImpl::fadePointer() {
810 void InputReader::ContextImpl::requestTimeoutAtTime(nsecs_t when) {
815 InputReaderPolicyInterface* InputReader::ContextImpl::getPolicy()
    [all...]
InputReader.h 343 class ContextImpl : public InputReaderContext {
347 ContextImpl(InputReader* reader);
361 friend class ContextImpl;
    [all...]

Completed in 162 milliseconds