OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thumbState
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/util/
SwitchCompatUtils.java
55
final int[]
thumbState
= oldDrawable.isStateful() ? oldDrawable.getState() : null;
60
if (
thumbState
!= null) {
61
newDrawable.setState(
thumbState
);
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-arm.h
163
uint32_t
thumbState
= _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1;
164
_Unwind_SetGR(ctx, UNWIND_IP_REG, (val |
thumbState
));
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
unwind-arm.h
162
uint32_t
thumbState
= _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1;
163
_Unwind_SetGR(ctx, UNWIND_IP_REG, (val |
thumbState
));
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
unwind-arm.h
162
uint32_t
thumbState
= _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1;
163
_Unwind_SetGR(ctx, UNWIND_IP_REG, (val |
thumbState
));
Completed in 131 milliseconds