HomeSort by relevance Sort by last modified time
    Searched defs:mTmpValue (Results 1 - 9 of 9) sorted by null

  /external/pdfium/xfa/fxfa/parser/
xfa_layout_itemlayout.cpp 85 CXFA_Measurement mTmpValue;
88 pFormNode->TryMeasure(XFA_ATTRIBUTE_W, mTmpValue, false) &&
89 mTmpValue.GetValue() > XFA_LAYOUT_FLOAT_PERCISION) {
90 containerSize.width = mTmpValue.ToUnit(XFA_UNIT_Pt);
94 pFormNode->TryMeasure(XFA_ATTRIBUTE_H, mTmpValue, false) &&
95 mTmpValue.GetValue() > XFA_LAYOUT_FLOAT_PERCISION) {
96 containerSize.height = mTmpValue.ToUnit(XFA_UNIT_Pt);
100 pFormNode->TryMeasure(XFA_ATTRIBUTE_MaxW, mTmpValue, false) &&
101 mTmpValue.GetValue() > XFA_LAYOUT_FLOAT_PERCISION) {
102 containerSize.width = mTmpValue.ToUnit(XFA_UNIT_Pt)
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 114 /** Lock object used to protect access to {@link #mTmpValue}. */
118 private TypedValue mTmpValue = new TypedValue();
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 236 final TypedValue mTmpValue = new TypedValue();
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 140 milliseconds