HomeSort by relevance Sort by last modified time
    Searched full:tempstate (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/com/android/internal/transition/
EpicenterTranslateClipReveal.java 294 final State tempState = mTempState;
296 tempState.trans = object.getTranslationX();
297 tempState.lower = tempRect.left + (int) tempState.trans;
298 tempState.upper = tempRect.right + (int) tempState.trans;
300 tempState.trans = object.getTranslationY();
301 tempState.lower = tempRect.top + (int) tempState.trans;
302 tempState.upper = tempRect.bottom + (int) tempState.trans
    [all...]
  /external/libnfc-nxp/src/
phLibNfc_SE.c 682 uint8_t TempState=FALSE;
712 TempState = pLibContext->sSeContext.uUiccActivate;
731 TempState = pLibContext->sSeContext.uSmxActivate;
749 PHNFC_UNUSED_VARIABLE(TempState);
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISO2022.java 583 byte tempState = nextStateToUnicodeJP[offset[0]];
584 switch (tempState) {
602 if ((jpCharsetMasks[myConverterData.version] & CSM(tempState)) == 0) {
606 myConverterData.toU2022State.cs[2] = tempState;
610 if ((jpCharsetMasks[myConverterData.version] & CSM(tempState)) == 0) {
614 myConverterData.toU2022State.cs[0] = tempState;
621 byte tempState = nextStateToUnicodeCN[offset[0]];
622 switch (tempState) {
    [all...]
  /external/icu/icu4c/source/common/
ucnv2022.cpp     [all...]
  /external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
MainPage.xaml.cpp 93 /// which usually is "C:\Users\{username}\AppData\Local\Packages\{package_id}\TempState\{random_name}.{suffix}"
  /system/bt/stack/btm/
btm_sco.c     [all...]
btm_sec.c 5477 UINT8 tempstate = p_dev_rec->sec_state; local
    [all...]
  /system/bt/stack/l2cap/
l2c_csm.c 1074 tL2C_CHNL_STATE tempstate; local
    [all...]

Completed in 196 milliseconds