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 405 uint32_t mConfigurationChangesToRefresh;
    [all...]
InputReader.cpp 241 mConfigurationChangesToRefresh(0) {
264 uint32_t changes = mConfigurationChangesToRefresh;
266 mConfigurationChangesToRefresh = 0;
694 bool needWake = !mConfigurationChangesToRefresh;
695 mConfigurationChangesToRefresh |= changes;
    [all...]

Completed in 37 milliseconds