/frameworks/base/core/java/com/android/internal/widget/ |
LinearLayoutWithDefaultTouchRecepient.java | 62 ev.setLocation(ev.getX() + mTempRect.left, ev.getY() + mTempRect.top);
|
/frameworks/base/opengl/java/android/opengl/ |
GLU.java | 87 * @param left 92 public static void gluOrtho2D(GL10 gl, float left, float right, 94 gl.glOrthof(left, right, bottom, top, -1.0f, 1.0f); 115 float left = bottom * aspect; local 117 gl.glFrustumf(left, right, bottom, top, zNear, zFar);
|
/frameworks/native/libs/ui/tests/ |
Region_test.cpp | 29 EXPECT_FALSE((rhs->right > lhs->left && rhs->right < lhs->right) || 30 (rhs->left > lhs->left && rhs->left < lhs->right));
|
/packages/apps/Camera/src/com/android/camera/ui/ |
RenderOverlay.java | 38 public void layout(int left, int top, int right, int bottom); 141 public void onLayout(boolean changed, int left, int top, int right, int bottom) { 143 super.onLayout(changed, left, top, right, bottom); 146 renderer.layout(left, top, right, bottom);
|
RotateImageView.java | 99 int w = bounds.right - bounds.left; 118 int left = getPaddingLeft(); local 122 int width = getWidth() - left - right; 133 canvas.translate(left + width / 2, top + height / 2);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
RenderOverlay.java | 40 public void layout(int left, int top, int right, int bottom); 152 public void onLayout(boolean changed, int left, int top, int right, int bottom) { 154 super.onLayout(changed, left, top, right, bottom); 157 renderer.layout(left, top, right, bottom);
|
RotateImageView.java | 99 int w = bounds.right - bounds.left; 118 int left = getPaddingLeft(); local 122 int width = getWidth() - left - right; 133 canvas.translate(left + width / 2, top + height / 2);
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
RotateImageView.java | 97 int w = bounds.right - bounds.left; 116 int left = getPaddingLeft(); local 120 int width = getWidth() - left - right; 131 canvas.translate(left + width / 2, top + height / 2);
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ScrollIndicatorsView.java | 65 public void onNotifierScroll(int left, int top) {
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_node_priority_queue.h | 120 AK_FORCE_INLINE static bool compareDicNode(DicNode *left, DicNode *right) { 121 return left->compare(right); 125 bool operator ()(DicNode *left, DicNode *right) { 126 return compareDicNode(left, right);
|
/packages/providers/MediaProvider/tools/genfiles/ |
genfiles.sh | 133 sqlite3 $1 "select audio_playlists._data, audio._data from audio_playlists left outer join audio_playlists_map on audio_playlists._id=audio_playlists_map.playlist_id left outer join audio on audio_playlists_map.audio_id=audio._id order by audio_playlists_map.playlist_id,audio_playlists_map.play_order;" | {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asound_fm.h | 60 unsigned char left; /* stereo left */ member in struct:snd_dm_fm_voice
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asound_fm.h | 60 unsigned char left; /* stereo left */ member in struct:snd_dm_fm_voice
|
/external/chromium_org/ash/wm/caption_buttons/ |
maximize_bubble_controller_bubble.cc | 178 // Note: Even though the tip could be added as activatable, it is left out 181 int left = inset.left() - kLineWidth; local 182 int right = inset.left() + content_view_->width() + kLineWidth; 185 mask->moveTo(left, top); 188 mask->lineTo(left, bottom); 189 mask->lineTo(left, top); 217 canvas->FillRect(gfx::Rect(inset.left(), 223 canvas->FillRect(gfx::Rect(inset.left(), 228 // Left [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/ |
BIHNode.java | 59 private BIHNode left; field in class:BIHNode 83 return left; 86 public void setLeftChild(BIHNode left) { 87 this.left = left; 121 oc.write(left, "left_node", null); 132 left = (BIHNode) ic.readSavable("left_node", null); 191 node = node.left; 196 node = node.left; 200 // node = node.left; [all...] |
/external/opencv/cvaux/src/ |
cvfindhandregion.cpp | 49 flag = 0 (use left bucket) flag = 1 (use right bucket) 67 int nbins = 20, i, l, i_point, left, right; local 198 left = l; 200 /* compute center point of the left hand */ 201 hand_left = vmin + left * bsize; 264 flag = 0 (use left bucket) flag = 1 (use right bucket) 286 int nbins = 20, i, l, i_point, left, right, jmin, jmax, jl; local 485 left = right = -1; 490 if( bin_counts[l] > low_count && left == -1 ) 491 left = l [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowTextView.java | 239 public void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) { 240 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom); 244 public void setCompoundDrawablesWithIntrinsicBounds(Drawable left, Drawable top, 246 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom); 250 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { 251 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom); 539 public CompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { 540 leftDrawable = left; 546 public CompoundDrawables(int left, int top, int right, int bottom) { 547 leftDrawable = left != 0 ? ShadowDrawable.createFromResourceId(left) : null [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-resource-browser.css | 10 padding-left: 84px;
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
InsetDrawableTest.java | 148 assertEquals(0, r.left); 155 assertEquals(1, r.left); 164 assertEquals(0, r.left); 171 assertEquals(0, r.left); 239 assertEquals(0, bounds.left); 247 assertEquals(10, bounds.left); 262 assertEquals(0, bounds.left); 270 assertEquals(5, bounds.left);
|
/cts/tools/signature-tools/templates/ |
Styles.st | 30 left:0px;
|
/external/ceres-solver/internal/ceres/ |
gradient_checking_cost_function_test.cc | 329 void ParameterBlocksAreEquivalent(const ParameterBlock* left, 331 CHECK_NOTNULL(left); 333 EXPECT_EQ(left->user_state(), right->user_state()); 334 EXPECT_EQ(left->Size(), right->Size()); 335 EXPECT_EQ(left->Size(), right->Size()); 336 EXPECT_EQ(left->LocalSize(), right->LocalSize()); 337 EXPECT_EQ(left->local_parameterization(), right->local_parameterization()); 338 EXPECT_EQ(left->IsConstant(), right->IsConstant());
|
/external/chromium/chrome/browser/chromeos/views/ |
dropdown_button.cc | 33 hot_set_.left = rb.GetBitmapNamed(IDR_DROPDOWN_LEFT_H); 43 pushed_set_.left = rb.GetBitmapNamed(IDR_DROPDOWN_LEFT_P);
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
overlay.css | 12 left: 0;
|
tracing_controller.css | 27 border-top-left-radius: 8px;
|
/external/chromium-trace/trace-viewer/src/about_tracing/ |
tracing_controller.css | 22 border-top-left-radius: 8px;
|