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 209 class ContextImpl extends Context {
210 private final static String TAG = "ContextImpl";
272 * ContextImpl. Else, use StaticServiceFetcher below.
280 public Object getService(ContextImpl ctx) {
308 public Object createService(ContextImpl ctx) {
320 public final Object getService(ContextImpl unused) {
348 public Object createService(ContextImpl ctx) {
355 public Object getService(ContextImpl ctx) {
360 public Object getService(ContextImpl ctx) {
365 public Object createService(ContextImpl ctx)
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 785 // --- InputReader::ContextImpl ---
787 InputReader::ContextImpl::ContextImpl(InputReader* reader) :
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::bumpGeneration()
    [all...]
InputReader.h 447 class ContextImpl : public InputReaderContext {
451 ContextImpl(InputReader* reader);
466 friend class ContextImpl;
    [all...]

Completed in 106 milliseconds