/frameworks/native/include/ui/ |
H A D | Rect.h | 66 inline Rect(const Point& lt, const Point& rb) { argument 67 left = lt.x; 68 top = lt.y; 103 void setLeftTop(const Point& lt) { argument 104 left = lt.x; 105 top = lt.y;
|
/frameworks/rs/api/ |
H A D | Utilities.cpp | 102 size_t lt = in.find('<', start); local 103 if (lt == string::npos) { 107 out += in.substr(start, lt - start); 108 if (isalpha(in[lt + 1]) || in[lt + 1] == '/') { 110 start = in.find('>', lt + 1); 119 out = stringReplace(out, "<", "<");
|
H A D | rs_math.spec | 491 if value < min_value, max_value if value > max_value, otherwise value. 933 Returns the maximum of a and b, i.e. <code>(a < b ? b : a)</code>. 3040 if (v < 0) return -1.f; 3181 Returns 0.f if v < edge, 1.f otherwise. 3184 instructions. For example, instead of computing <code>(a[i] < b[i]) ? 0.f : @atan2(a[i], b[i])</code>
|
/frameworks/base/docs/html/guide/ |
H A D | guide_toc.cs | 164 <li><a href="<?cs var:toroot ?>guide/topics/manifest/action-element.html"><action></a></li> external variable declarations 165 <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-element.html"><activity></a></li> 166 <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-alias-element.html"><activity-alias></a></li> 167 <li><a href="<?cs var:toroot ?>guide/topics/manifest/application-element.html"><application></a></li> 168 <li><a href="<?cs var:toroot ?>guide/topics/manifest/category-element.html"><category></a></li> 169 <li><a href="<?cs var:toroot ?>guide/topics/manifest/compatible-screens-element.html"><compatible-screens></a></li> 170 <li><a href="<?cs var:toroot ?>guide/topics/manifest/data-element.html"><data></a></li> 171 <li><a href="<?cs var:toroot ?>guide/topics/manifest/grant-uri-permission-element.html"><grant-uri-permission></a></li> 172 <li><a href="<?cs var:toroot ?>guide/topics/manifest/instrumentation-element.html"><instrumentation></a></li> 173 <li><a href="<?cs var:toroot ?>guide/topics/manifest/intent-filter-element.html"><inten [all...] |
/frameworks/native/services/surfaceflinger/ |
H A D | Transform.cpp | 202 vec2 lt( bounds.left, bounds.top ); 207 lt = transform(lt); 213 r.left = floorf(min(lt[0], rt[0], lb[0], rb[0])); 214 r.top = floorf(min(lt[1], rt[1], lb[1], rb[1])); 215 r.right = ceilf(max(lt[0], rt[0], lb[0], rb[0])); 216 r.bottom = ceilf(max(lt[1], rt[1], lb[1], rb[1])); 218 r.left = floorf(min(lt[0], rt[0], lb[0], rb[0]) + 0.5f); 219 r.top = floorf(min(lt[1], rt[1], lb[1], rb[1]) + 0.5f); 220 r.right = floorf(max(lt[ [all...] |
H A D | Layer.cpp | 1245 vec2 lt = vec2(win.left, win.top); local 1251 lt = s.active.transform.transform(lt); 1258 boundPoint(<, s.finalCrop); 1265 position[0] = tr.transform(lt);
|
/frameworks/av/media/libeffects/downmix/ |
H A D | EffectDownmix.c | 870 int32_t lt, rt, centerPlusLfeContrib; // samples in Q19.12 format local 885 lt = (pSrc[0] << 12) + centerPlusLfeContrib + (pSrc[4] << 12); 889 pDst[0] = clamp16(pDst[0] + (lt >> 13)); 901 lt = (pSrc[0] << 12) + centerPlusLfeContrib + (pSrc[4] << 12); 905 pDst[0] = clamp16(lt >> 13); // differs from when accumulate is true above 933 int32_t lt, rt, centerPlusLfeContrib; // samples in Q19.12 format local 950 lt = (pSrc[0] << 12) + centerPlusLfeContrib + (pSrc[6] << 12) + (pSrc[4] << 12); 954 pDst[0] = clamp16(pDst[0] + (lt >> 13)); 966 lt = (pSrc[0] << 12) + centerPlusLfeContrib + (pSrc[6] << 12) + (pSrc[4] << 12); 970 pDst[0] = clamp16(lt >> 1 1033 int32_t lt, rt, centersLfeContrib; // samples in Q19.12 format local [all...] |
/frameworks/base/tools/split-select/ |
H A D | RuleGenerator.cpp | 60 sp<Rule> lt = new Rule(); local 61 lt->op = Rule::LESS_THAN; 62 lt->key = Rule::SCREEN_DENSITY; 63 lt->longArgs.add(findMid(allDensities[index], allDensities[index + 1])); 64 densityRule->subrules.add(lt);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NavigationBarView.java | 393 LayoutTransition lt = navButtons.getLayoutTransition(); 394 if (lt != null) { 395 if (!lt.getTransitionListeners().contains(mTransitionListener)) { 396 lt.addTransitionListener(mTransitionListener); 433 LayoutTransition lt = navButtons.getLayoutTransition(); 434 if (lt != null) { 436 lt.enableTransitionType(LayoutTransition.APPEARING); 437 lt.enableTransitionType(LayoutTransition.DISAPPEARING); 438 lt.enableTransitionType(LayoutTransition.CHANGE_APPEARING); 439 lt [all...] |
/frameworks/av/media/ndk/ |
H A D | NdkImageReader.cpp | 284 Point lt = buffer->crop.leftTop(); local 285 if (lt.x != 0 || lt.y != 0) { 286 ALOGE("crop left top corner [%d, %d] need to be at origin", lt.x, lt.y);
|
/frameworks/base/media/jni/ |
H A D | android_media_ImageReader.cpp | 523 Point lt = buffer->mCrop.leftTop(); local 524 if (lt.x != 0 || lt.y != 0) { 526 "crop left top corner [%d, %d] need to be at origin", lt.x, lt.y);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
H A D | MLand.java | 241 final LayoutTransition lt = new LayoutTransition(); 242 lt.setDuration(250); 243 mScoreFields.setLayoutTransition(lt);
|