/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
ImageFlipper.java | 68 data.position(y * scanline); 69 data.limit(data.position() + scanline);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/ |
MediaDataBox.java | 85 private static void transfer(FileChannel from, long position, long count, WritableByteChannel to) throws IOException { 92 offset += from.transferTo(position + offset, Math.min(maxCount, count - offset), to); 117 fileChannel.position(startPosition - header.limit()); 144 this.startPosition = ((FileChannel) readableByteChannel).position(); 145 ((FileChannel) readableByteChannel).position(((FileChannel) readableByteChannel).position() + contentSize); 159 cacheEntry.position((int) (offset - chacheEntryOffset)); 178 cacheEntry.position(0);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAbsListView.java | 20 public void smoothScrollToPosition(int position) { 21 smoothScrolledPosition = position; 42 * @return int position
|
ShadowAbsSpinner.java | 27 public void setSelection(int position, boolean animate) { 28 super.setSelection(position);
|
ShadowExpandableListView.java | 17 public boolean performItemClick(View view, int position, long id) { 19 mChildClickListener.onChildClick(mExpandable, null, 0, position, id);
|
/external/smack/src/org/xbill/DNS/ |
RRset.java | 27 private short position; field in class:RRset 34 position = 0; 50 position = rrset.position; 108 position = 0; 129 if (position >= size) 130 position = 0; 131 start = position++;
|
/frameworks/base/core/java/android/database/ |
IBulkCursor.java | 33 * Gets a cursor window that contains the specified position. 34 * The window will contain a range of rows around the specified position. 36 public CursorWindow getWindow(int position) throws RemoteException; 39 * Notifies the cursor that the position has changed. 42 * @param position The new position 44 public void onMove(int position) throws RemoteException;
|
/frameworks/base/core/java/android/text/method/ |
CharacterPickerDialog.java | 88 public void onItemClick(AdapterView parent, View view, int position, long id) { 89 String result = String.valueOf(mOptions.charAt(position)); 122 public View getView(int position, View convertView, ViewGroup parent) { 125 b.setText(String.valueOf(mOptions.charAt(position))); 134 public final Object getItem(int position) { 135 return String.valueOf(mOptions.charAt(position)); 138 public final long getItemId(int position) { 139 return position;
|
/frameworks/base/core/java/android/webkit/ |
PluginList.java | 109 public synchronized void pluginClicked(Context context, int position) { 111 Plugin plugin = mPlugins.get(position);
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
GridSimple.java | 49 protected View createView(int position, ViewGroup parent, int desiredHeight) { 50 View view = super.createView(position, parent, desiredHeight);
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListSimple.java | 45 protected View createView(int position, ViewGroup parent, int desiredHeight) { 46 View view = super.createView(position, parent, desiredHeight);
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
CameraBrowser.java | 64 public Object getItem(int position) { 65 return mDeviceList.get(position); 68 public long getItemId(int position) { 69 return position; 72 public View getView(int position, View convertView, ViewGroup parent) { 83 MtpDevice device = mDeviceList.get(position); 117 protected void onListItemClick(ListView l, View v, int position, long id) { 119 intent.putExtra("device", mDeviceList.get(position).getDeviceName());
|
ObjectBrowser.java | 71 public Object getItem(int position) { 72 return mObjectList.get(position); 75 public long getItemId(int position) { 76 return position; 79 public View getView(int position, View convertView, ViewGroup parent) { 88 MtpObjectInfo info = mObjectList.get(position); 133 protected void onListItemClick(ListView l, View v, int position, long id) { 134 MtpObjectInfo info = mObjectList.get(position);
|
/libcore/luni/src/main/java/java/sql/ |
Clob.java | 80 * Retrieves the character position at which a specified {@code Clob} object 86 * the position within this {@code Clob} to start the search 87 * @return a long value with the position at which the specified {@code 92 public long position(Clob searchstr, long start) throws SQLException; method in interface:Clob 95 * Retrieves the character position at which a specified substring appears 101 * the position at which to start the search within this {@code 103 * @return a long value with the position at which the specified string 108 public long position(String searchstr, long start) throws SQLException; method in interface:Clob 112 * {@code Clob} object, starting at specified position. 115 * the position at which to start the writing [all...] |
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ActionsViewContainer.java | 27 * Custom {@link LinearLayout} which remembers its position in the {@link ListView}. Should be 46 public void setPosition(int position) { 47 mContextMenuInfo = new AdapterView.AdapterContextMenuInfo(this, position, -1);
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
LegacyPhoneNumberPickerFragment.java | 39 protected Uri getPhoneUri(int position) { 41 return adapter.getPhoneUri(position);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
PartialInputStream.java | 40 if (limit > position)
61 return (int)Math.min(Integer.MAX_VALUE, limit - position);
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ScrollingTabContainerView.java | 168 public void setTabSelected(int position) { 169 mSelectedTabIndex = position; 173 final boolean isSelected = i == position; 176 animateToTab(position); 179 if (mTabSpinner != null && position >= 0) { 180 mTabSpinner.setSelection(position); 206 public void animateToTab(final int position) { 207 final View tabView = mTabLayout.getChildAt(position); 273 public void addTab(ActionBar.Tab tab, int position, boolean setSelected) { 275 mTabLayout.addView(tabView, position, new LinearLayout.LayoutParams [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
PlainInsn.java | 35 * @param position {@code non-null;} source position 39 public PlainInsn(Rop opcode, SourcePosition position, 41 super(opcode, position, result, sources); 61 * @param position {@code non-null;} source position 65 public PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result, 67 this(opcode, position, result, RegisterSpecList.make(source));
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Spinner1.java | 52 AdapterView<?> parent, View view, int position, long id) { 53 showToast("Spinner1: position=" + position + " id=" + id); 69 AdapterView<?> parent, View view, int position, long id) { 70 showToast("Spinner2: position=" + position + " id=" + id);
|
/external/chromium-trace/trace-viewer/src/ui/ |
drag_handle.css | 21 position: relative; 33 position: relative;
|
/external/chromium_org/ash/drag_drop/ |
drag_image_view.h | 28 // Sets the position of the native widget. 29 void SetScreenPosition(const gfx::Point& position);
|
/external/chromium_org/chrome/browser/resources/ |
incognito_tab.css | 37 position: relative; 47 position: absolute;
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
most_visited_page.css | 6 position: absolute; 13 position: absolute; 25 position: absolute; 43 position: absolute; 71 position: absolute; 76 background-position-x: right; 87 position: absolute; 168 position: relative;
|
/external/chromium_org/chrome/browser/resources/ssl/ |
firefox.css | 20 position: relative; 38 position: absolute;
|