Home
last modified time | relevance | path

Searched refs:getWindowName (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java215 mViewRoots[i] = getWindowName(mRoots.get(i)); in getViewRootNames()
271 if (name.equals(getWindowName(root))) return root.getView(); in getRootView()
562 String name = getWindowName(root); in dumpGfxInfo()
582 String name = getWindowName(root); in dumpGfxInfo()
600 private static String getWindowName(ViewRootImpl root) { in getWindowName() method in WindowManagerGlobal
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3346 connection->getWindowName().c_str(), in dumpDispatchStateLocked()
3634 connection->getWindowName().c_str(), eventDuration * 0.000001f); in doDispatchCycleFinishedLockedInterruptible()
3877 snprintf(counterName, sizeof(counterName), "oq:%s", connection->getWindowName().c_str()); in traceOutboundQueueLengthLocked()
3885 snprintf(counterName, sizeof(counterName), "wq:%s", connection->getWindowName().c_str()); in traceWaitQueueLengthLocked()
4463 const std::string InputDispatcher::Connection::getWindowName() const { in getWindowName() function in android::InputDispatcher::Connection
DInputDispatcher.h836 const std::string getWindowName() const;
/frameworks/base/config/
Dhiddenapi-private-dex.txt99461 Landroid/view/WindowManagerGlobal;->getWindowName(Landroid/view/ViewRootImpl;)Ljava/lang/String;