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

  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 163 static inline bool checkSide(const int currentFlags, const int newFlags, const int side,
165 bool currentClipExists = currentFlags & side;
206 const int currentFlags = mClipSideFlags;
208 if (currentFlags != kClipSide_None || newFlags != kClipSide_None) {
211 if (!checkSide(currentFlags, newFlags, kClipSide_Left, boundsDelta)) return false;
213 if (!checkSide(currentFlags, newFlags, kClipSide_Top, boundsDelta)) return false;
217 if (!checkSide(currentFlags, newFlags, kClipSide_Right, boundsDelta)) return false;
219 if (!checkSide(currentFlags, newFlags, kClipSide_Bottom, boundsDelta)) return false;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewStateManager.java 145 final int currentFlags = mKeyguardWidgetPager.getSystemUiVisibility();
146 final int newFlags = isCameraPage ? (currentFlags | View.STATUS_BAR_DISABLE_SEARCH)
147 : (currentFlags & ~View.STATUS_BAR_DISABLE_SEARCH);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DynamicBinaryDictIOUtils.java 142 final int currentFlags = dictBuffer.readUnsignedByte();
144 dictBuffer.put((byte)(FormatSpec.FLAG_IS_MOVED | (currentFlags
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBproto.h 999 CARD32 currentFlags B32;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 999 CARD32 currentFlags B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 999 CARD32 currentFlags B32;

Completed in 464 milliseconds