HomeSort by relevance Sort by last modified time
    Searched defs:mRefreshPending (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/surfaceflinger/
BufferLayer.h 129 bool isBufferLatched() const override { return mRefreshPending; }
195 bool mRefreshPending;
  /frameworks/native/libs/gui/include/gui/
LayerDebugInfo.h 67 bool mRefreshPending = false;
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 62 private boolean mRefreshPending;
144 mRefreshPending = true;
149 if (!mRefreshPending) {
167 mRefreshPending = false;

Completed in 85 milliseconds