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

  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 160 static inline bool checkSide(const int currentFlags, const int newFlags, const int side,
162 bool currentClipExists = currentFlags & side;
207 const int currentFlags = mClipSideFlags;
209 if (currentFlags != kClipSide_None || newFlags != kClipSide_None) {
212 if (!checkSide(currentFlags, newFlags, kClipSide_Left, boundsDelta)) return false;
214 if (!checkSide(currentFlags, newFlags, kClipSide_Top, boundsDelta)) return false;
218 if (!checkSide(currentFlags, newFlags, kClipSide_Right, boundsDelta)) return false;
220 if (!checkSide(currentFlags, newFlags, kClipSide_Bottom, boundsDelta)) return false;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewStateManager.java 157 final int currentFlags = mKeyguardWidgetPager.getSystemUiVisibility();
158 final int newFlags = isCameraPage ? (currentFlags | View.STATUS_BAR_DISABLE_SEARCH)
159 : (currentFlags & ~View.STATUS_BAR_DISABLE_SEARCH);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 999 CARD32 currentFlags B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 999 CARD32 currentFlags B32;

Completed in 263 milliseconds