/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/ |
MainActivity.java | 62 public void onItemClick(AdapterView<?> adapterView, View view, int position, long id) { 63 Item item = (Item) adapterView.getItemAtPosition(position); 101 public Item getItem(int position) { 102 return Item.ITEMS[position]; 106 public long getItemId(int position) { 107 return getItem(position).getId(); 111 public View getView(int position, View view, ViewGroup viewGroup) { 116 final Item item = getItem(position);
|
/development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/ |
PagerAdapter.java | 39 public Fragment getItem(int position) { 40 return mFragments.get(position);
|
/external/ceres-solver/internal/ceres/ |
block_jacobi_preconditioner.cc | 81 ConstMatrixRef m(values + cells[c].position, 107 const int position = block_structure_.cols[c].position; local 112 ConstVectorRef(D + position, size).array().square().matrix(); 126 const int position = block_structure_.cols[c].position; local 128 ConstVectorRef x_block(x + position, size); 129 VectorRef y_block(y + position, size);
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
test_stream.py | 114 self.assertEqual(stream.position(), (1, 0)) 116 self.assertEqual(stream.position(), (3, 0)) 118 self.assertEqual(stream.position(), (4, 4)) 120 self.assertEqual(stream.position(), (4, 5)) 129 self.assertEqual(stream.position(), (1, 0)) 131 self.assertEqual(stream.position(), (3, 0)) 133 self.assertEqual(stream.position(), (2, 2)) 135 self.assertEqual(stream.position(), (3, 0)) 137 self.assertEqual(stream.position(), (2, 2)) 139 self.assertEqual(stream.position(), (3, 0) [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/core-icon/ |
core-icon.css | 13 position: relative;
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/system_stats/ |
system_stats_instance_track.css | 12 list-style-position: outside;
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
SimpleInsn.java | 32 * @param position {@code non-null;} source position 37 public SimpleInsn(Dop opcode, SourcePosition position, 39 super(opcode, position, registers);
|
VariableSizeInsn.java | 30 * @param position {@code non-null;} source position 33 public VariableSizeInsn(SourcePosition position, 35 super(Dops.SPECIAL_FORMAT, position, registers);
|
ZeroSizeInsn.java | 33 * @param position {@code non-null;} source position 35 public ZeroSizeInsn(SourcePosition position) { 36 super(Dops.SPECIAL_FORMAT, position, RegisterSpecList.EMPTY);
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
CstInsn.java | 33 * @param position {@code non-null;} source position 38 public CstInsn(Rop opcode, SourcePosition position, RegisterSpec result, 40 super(opcode, position, result, sources);
|
/external/guava/guava/src/com/google/common/reflect/ |
Parameter.java | 40 private final int position; field in class:Parameter 46 int position, 50 this.position = position; 128 return position == that.position && declaration.equals(that.declaration); 134 return position; 138 return type + " arg" + position;
|
/external/icu/icu4c/source/layout/ |
SubstitutionLookups.cpp | 31 le_int32 position, 44 tempIterator.setCurrStreamPosition(position);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
d3d11gears.hlsl | 39 float4 position : POSITION;
45 float4 position : SV_POSITION;
55 float3 view = mul((float3x4)modelview, input.position);
56 result.position = mul((float4x4)proj, float4(view, 1));
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/ |
d3d11tex.hlsl | 34 float4 position : POSITION;
40 float4 position : SV_POSITION;
48 result.position = input.position;
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
ItemDataBox.java | 36 content.position(content.position() + content.remaining());
|
UnknownBox.java | 43 content.position(content.position() + content.remaining());
|
/external/replicaisland/src/com/replica/replicaisland/ |
EventRecorder.java | 37 synchronized void setLastDeathPosition(Vector2 position) { 38 mLastDeathPosition.set(position);
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
BluetoothDeviceList.java | 73 protected void onListItemClick(android.widget.ListView l, View v, int position, long id) { 74 DeviceInfo device = (DeviceInfo) mAdapter.getItem(position); 100 public Object getItem(int position) { 101 return mmDeviceList.get(position); 105 public long getItemId(int position) { 106 return position; 110 public View getView(int position, View convertView, ViewGroup viewGroup) { 111 final DeviceInfo device = mmDeviceList.get(position);
|
/frameworks/base/core/java/android/widget/ |
HeaderViewListAdapter.java | 146 public boolean isEnabled(int position) { 149 if (position < numHeaders) { 150 return mHeaderViewInfos.get(position).isSelectable; 154 final int adjPosition = position - numHeaders; 167 public Object getItem(int position) { 170 if (position < numHeaders) { 171 return mHeaderViewInfos.get(position).data; 175 final int adjPosition = position - numHeaders; 188 public long getItemId(int position) { 190 if (mAdapter != null && position >= numHeaders) [all...] |
YearPickerView.java | 61 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { 62 final int year = mAdapter.getYearForPosition(position); 90 final int position = mAdapter.getPositionForYear(year); 91 if (position >= 0 && position < getCount()) { 92 setSelectionCentered(position); 98 public void setSelectionCentered(int position) { 100 setSelectionFromTop(position, offset); 150 public Integer getItem(int position) { 151 return getYearForPosition(position); [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
NavItemSelectedListener.java | 36 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { 38 mListener.onNavigationItemSelected(position, id);
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListOfInternalSelectionViews.java | 74 * @param position The position 75 * @return The label (closest thing to a value) for the item at position 77 public String getLabelForPosition(int position) { 78 return "position " + position; 156 public Object getItem(int position) { 157 return getLabelForPosition(position); 160 public long getItemId(int position) { 161 return position; [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListItemFocusablesClose.java | 50 protected View createView(int position, ViewGroup parent, int desiredHeight) { 52 position, parent.getContext(), desiredHeight);
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
StorageBrowser.java | 64 public Object getItem(int position) { 65 return mStorageList.get(position); 68 public long getItemId(int position) { 69 return position; 72 public View getView(int position, View convertView, ViewGroup parent) { 81 MtpStorageInfo info = mStorageList.get(position); 114 protected void onListItemClick(ListView l, View v, int position, long id) { 117 intent.putExtra("storage", mStorageList.get(position).getStorageId());
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
InflatingListActivity.java | 31 public View getView(int position, View convertView, ViewGroup parent) { 33 return super.getView(position, null, parent);
|