HomeSort by relevance Sort by last modified time
    Searched refs:mConfigurationChangesToRefresh (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/input/
InputReader.h 482 uint32_t mConfigurationChangesToRefresh;
    [all...]
InputReader.cpp 229 mConfigurationChangesToRefresh(0) {
257 uint32_t changes = mConfigurationChangesToRefresh;
259 mConfigurationChangesToRefresh = 0;
666 bool needWake = !mConfigurationChangesToRefresh;
667 mConfigurationChangesToRefresh |= changes;
    [all...]

Completed in 32 milliseconds