OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
163
final int
currentFlags
= mKeyguardWidgetPager.getSystemUiVisibility();
164
final int newFlags = isCameraPage ? (
currentFlags
| View.STATUS_BAR_DISABLE_SEARCH)
165
: (
currentFlags
& ~View.STATUS_BAR_DISABLE_SEARCH);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DynamicBinaryDictIOUtils.java
143
final int
currentFlags
= dictBuffer.readUnsignedByte();
145
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 2843 milliseconds