/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
InbandTextTrackPrivateClient.h | 68 double position() const { return m_position; } function in class:WebCore::GenericCueData 69 void setPosition(double position) { m_position = position; }
|
/external/chromium_org/ui/base/range/ |
range.cc | 25 Range::Range(size_t position) 26 : start_(position), 27 end_(position) {
|
/external/doclava/src/com/google/doclava/ |
DocInfo.java | 65 public SourcePositionInfo position() { method in class:DocInfo 69 public void setPosition(SourcePositionInfo position) { 70 mPosition = position;
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
ChannelHelper.java | 33 ByteBuffer bb = ((FileChannel) channel).map(FileChannel.MapMode.READ_ONLY, ((FileChannel) channel).position(), size); 34 ((FileChannel) channel).position(((FileChannel) channel).position() + size);
|
/external/replicaisland/src/com/replica/replicaisland/ |
LevelSelectActivity.java | 86 public boolean isEnabled(int position) { 88 return mLevelData.get(position).enabled; 98 public int getItemViewType(int position) { 100 LevelMetaData level = mLevelData.get(position); 129 public View getView (int position, View convertView, ViewGroup parent) { 131 if (mLevelData.get(position).enabled) { 138 } else if (mLevelData.get(position).level.completed) { 155 view.setText(mLevelData.get(position).level.name); 160 view2.setText(mLevelData.get(position).level.timeStamp); 240 protected void onListItemClick(ListView l, View v, int position, long id) [all...] |
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
Cube.java | 76 mVertexBuffer.position(0); 82 mColorBuffer.position(0); 86 mIndexBuffer.position(0);
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
A3DSelector.java | 87 protected void onListItemClick(ListView l, View v, int position, long id) { 88 if (position == 0) { 98 File selectedFile = mCurrentSubList[position - 1];
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
FileSelector.java | 87 protected void onListItemClick(ListView l, View v, int position, long id) { 88 if (position == 0) { 98 File selectedFile = mCurrentSubList[position - 1];
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListAdapter.java | 147 public String getContactDisplayName(int position) { 148 return ((Cursor) getItem(position)).getString(ContactQuery.CONTACT_DISPLAY_NAME); 153 * {@link ListView} position. 155 public Uri getContactUri(int position) { 156 int partitionIndex = getPartitionForPosition(position); 157 Cursor item = (Cursor)getItem(position); 195 protected View newView(Context context, int partition, Cursor cursor, int position, 207 protected void bindSectionHeaderAndDivider(ContactListItemView view, int position, 210 Placement placement = getItemPlacementInSection(position); 212 // First position, set the contacts number strin 310 int position = getPositionForPartition(partitionIndex) + offset; local [all...] |
/packages/apps/Dialer/src/com/android/dialer/list/ |
RegularSearchListAdapter.java | 40 CachedNumberLookupService lookupService, int position) { 43 final Cursor item = (Cursor) getItem(position); 54 final int partitionIndex = getPartitionForPosition(position);
|
/packages/apps/Mms/src/com/android/mms/ui/ |
IconListAdapter.java | 72 public View getView(int position, View convertView, ViewGroup parent) { 85 text.setText(getItem(position).getTitle()); 89 image.setImageResource(getItem(position).getResource());
|
/packages/apps/Settings/src/com/android/settings/ |
CreateShortcut.java | 41 protected void onListItemClick(ListView l, View v, int position, long id) { 42 Intent shortcutIntent = intentForPosition(position); 48 intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, itemForPosition(position).label);
|
DeviceAdminSettings.java | 140 public void onListItemClick(ListView l, View v, int position, long id) { 141 DeviceAdminInfo dpi = (DeviceAdminInfo)l.getAdapter().getItem(position); 171 public Object getItem(int position) { 172 return mAvailableAdmins.get(position); 175 public long getItemId(int position) { 176 return position; 183 public boolean isEnabled(int position) { 184 DeviceAdminInfo info = mAvailableAdmins.get(position); 193 public View getView(int position, View convertView, ViewGroup parent) { 200 bindView(v, position); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
Ver3DictUpdater.java | 59 mDictBuffer.position(0); 63 mDictBuffer.position(wordPos); 65 mDictBuffer.position(wordPos);
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
multi_bigram_map.h | 107 const DictionaryStructureWithBufferPolicy *const structurePolicy, const int position) { 108 mBigramMaps[position].init(structurePolicy, position);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_exitfunc.py | 65 position = containing_stmt.children.index(self.sys_import) 71 containing_stmt.insert_child(position + 1, Newline()) 72 containing_stmt.insert_child(position + 2, new)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_exitfunc.py | 65 position = containing_stmt.children.index(self.sys_import) 71 containing_stmt.insert_child(position + 1, Newline()) 72 containing_stmt.insert_child(position + 2, new)
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
FsInfoSector.java | 145 buffer.position(0x00); 153 buffer.position(0x1e4); 162 buffer.position(SIGNATURE_OFFSET);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-raytrace.js | 193 position: null, 198 this.position = pos; 210 return 'Light [' + this.position.x + ',' + this.position.y + ',' + this.position.z + ']'; 284 position : null, 287 this.position = pos; 292 return 'Ray [' + this.position + ',' + this.direction + ']'; 421 position: null, 425 this.position = new Vector(0,0,0) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-raytrace.js | 193 position: null, 198 this.position = pos; 210 return 'Light [' + this.position.x + ',' + this.position.y + ',' + this.position.z + ']'; 284 position : null, 287 this.position = pos; 292 return 'Ray [' + this.position + ',' + this.direction + ']'; 421 position: null, 425 this.position = new Vector(0,0,0) [all...] |
/frameworks/base/core/java/android/widget/ |
AbsListView.java | 259 * and the value holds the last known position in the adapter for that id. 304 * The current position of the selector in the list. 367 * The position of the view that received the down motion event 451 * Optional callback to notify client when scroll position has changed 466 * Indicates whether to use pixels-based or position-based scrollbar 487 * The position to resurrect the selected position to. 505 * find a checked item with a stable ID that moved position across 643 * the top of the first position in the adapter, based on the last time 650 * the bottom of the last position in the adapter, based on the last tim 1012 mCheckedIdStates.put(mAdapter.getItemId(position), position); local 1044 mCheckedIdStates.put(mAdapter.getItemId(position), position); local 1075 mCheckedIdStates.put(mAdapter.getItemId(position), position); local 1098 mCheckedIdStates.put(mAdapter.getItemId(position), position); local 1131 final int position = firstPos + i; local 1620 int position; field in class:AbsListView.SavedState 2319 final int position = getPositionForView(host); local 2329 final int position = getPositionForView(host); local 2993 final int position = pointToPosition((int)x, (int)y); local 3099 int position = pointToPosition(x, y); local 4717 final int position = mTargetPos; local 5100 int position = firstPosition + i; local 5210 int position = mSelectedPosition; local [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Insn.java | 36 /** {@code non-null;} source position */ 37 private final SourcePosition position; field in class:Insn 49 * @param position {@code non-null;} source position 53 public Insn(Rop opcode, SourcePosition position, RegisterSpec result, 59 if (position == null) { 60 throw new NullPointerException("position == null"); 68 this.position = position; 131 * Gets the source position [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
PlainInsn.java | 36 * @param position {@code non-null;} source position 40 public PlainInsn(Rop opcode, SourcePosition position, 42 super(opcode, position, result, sources); 62 * @param position {@code non-null;} source position 66 public PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result, 68 this(opcode, position, result, RegisterSpecList.make(source));
|
/developers/samples/android/ui/holo/BorderlessButtons/BorderlessButtonsSample/src/main/java/com/example/android/borderlessbuttons/ |
MainActivity.java | 70 public Object getItem(int position) { 75 public long getItemId(int position) { 76 return position + 1; 80 public View getView(int position, View convertView, ViewGroup container) {
|
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
WeatherWidgetService.java | 71 public RemoteViews getViewAt(int position) { 72 // Get the data for this position from the content provider 75 if (mCursor.moveToPosition(position)) { 108 public long getItemId(int position) { 109 return position;
|