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

  /external/chromium_org/ui/app_list/
app_list_item_list.cc 76 target_item->set_position(new_position);
110 item->set_position(new_position);
119 item->set_position(new_position);
203 item->set_position(position);
237 cur->set_position(prev->position().CreateBetween(last->position()));
239 cur->set_position(prev->position().CreateAfter());
app_list_model.cc 118 source_item_ptr->set_position(
138 new_folder_ptr->set_position(target_item_ptr->position());
143 target_item_ptr->set_position(
147 source_item_ptr->set_position(
186 item_ptr->set_position(
190 item_ptr->set_position(
315 new_folder->set_position(
app_list_item.h 110 void set_position(const syncer::StringOrdinal& new_position) { function in class:app_list::AppListItem
app_list_item_list_unittest.cc 95 item->set_position(position);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xdrlib.py 42 up.set_position(pos)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xdrlib.py 42 up.set_position(pos)
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 198 fullQuad.set_position(0, topLeft, false);
201 fullQuad.set_position(1, bottomLeft, false);
204 fullQuad.set_position(2, topRight, false);
207 fullQuad.set_position(3, bottomRight, false);
243 points.set_position(i, position, false);
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h 127 void set_position(float x, float y) { function in struct:content::CompositingIOSurfaceMac::SurfaceVertex
156 verts_[0].set_position(x1, y1);
157 verts_[1].set_position(x1, y2);
158 verts_[2].set_position(x2, y2);
159 verts_[3].set_position(x2, y1);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter_icu.cc 90 void set_position(int position) { function in class:i18n::phonenumbers::IcuRegExpInput
153 input->set_position(matcher->end(status));
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_model_builder.cc 300 // set_position is called for the item.
321 // item->Move will call set_position, overriding the item's position.
extension_app_item.cc 134 set_position(sync_item->item_ordinal);
352 set_position(syncer::StringOrdinal(
  /external/chromium_org/ui/app_list/test/
app_list_test_model.cc 53 set_position(new_position);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xdrlib.py 131 def set_position(self, position): member in class:Unpacker
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xdrlib.py 131 def set_position(self, position): member in class:Unpacker
  /art/compiler/utils/
assembler.h 145 void set_position(int position) { position_ = position; } function in class:art::AssemblerFixup
208 fixup->set_position(Size());
  /external/chromium_org/v8/src/
hydrogen-representation-changes.cc 42 new_value->set_position(use_value->operand_position(use_index));
hydrogen.h     [all...]
hydrogen-instructions.h 431 void set_position(int position) {
1040 void set_position(HSourcePosition pos) { function in class:HPositionInfo
1147 void set_position(HSourcePosition position) { function in class:HInstruction
    [all...]
hydrogen-instructions.cc 685 set_position(next->position());
722 set_position(previous->position());
    [all...]
hydrogen.cc 133 instr->set_position(position);
141 entry->set_position(position);
    [all...]
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 151 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 166 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false);
  /frameworks/compile/slang/
README.rst 226 public void set_position(int index, Float2 v, boolean copyNow)
README.html 507 public void set_position(int index, Float2 v, boolean copyNow)
  /frameworks/base/docs/html/guide/topics/renderscript/
advanced.jd 273 public void set_position(int index, Float2 v, boolean copyNow) {

Completed in 464 milliseconds