Searched refs:getWindowName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowManagerGlobal.java | 172 mViewRoots[i] = getWindowName(mRoots.get(i)); in getViewRootNames() 182 if (name.equals(getWindowName(root))) return root.getView(); in getRootView() 427 String name = getWindowName(root); in dumpGfxInfo() 447 String name = getWindowName(root); in dumpGfxInfo() 470 private static String getWindowName(ViewRootImpl root) { in getWindowName() method in WindowManagerGlobal
|
/frameworks/base/services/input/ |
D | InputDispatcher.cpp | 3206 i, connection->getInputChannelName(), connection->getWindowName(), in dumpDispatchStateLocked() 3489 connection->getWindowName(), eventDuration * 0.000001f); in doDispatchCycleFinishedLockedInterruptible() 3732 snprintf(counterName, sizeof(counterName), "oq:%s", connection->getWindowName()); in traceOutboundQueueLengthLocked() 3740 snprintf(counterName, sizeof(counterName), "wq:%s", connection->getWindowName()); in traceWaitQueueLengthLocked() 4305 const char* InputDispatcher::Connection::getWindowName() const { in getWindowName() function in android::InputDispatcher::Connection
|
D | InputDispatcher.h | 825 const char* getWindowName() const;
|