Searched
refs:position (Results
726 -
750 of
3483) sorted by null
<<21222324252627282930>>
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiDirectServicesList.java | 46 public void onListItemClick(ListView l, View v, int position, long id) { 49 .getItemAtPosition(position)); 65 public View getView(int position, View convertView, ViewGroup parent) { 72 WiFiP2pService service = items.get(position);
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
UrlIntentListener.java | 32 public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
|
/development/samples/browseable/BorderlessButtons/src/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/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/ |
ListViewAnimations.java | 63 public void onItemClick(AdapterView<?> parent, final View view, int position, long id) { 64 final String item = (String) parent.getItemAtPosition(position); 122 public long getItemId(int position) { 123 String item = getItem(position);
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_bar.h | 88 virtual bool GetFindBarWindowInfo(gfx::Point* position,
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
tcmalloc_snapshot_view.css | 12 background-position: 0 5px; 22 background-position: 0 5px;
|
/external/chromium-trace/trace-viewer/src/ui/ |
filter_control.css | 9 position: relative; 15 position: absolute;
|
/external/chromium_org/ash/display/ |
display_layout_store.cc | 25 default_display_layout_.position = DisplayLayout::TOP; 27 default_display_layout_.position = DisplayLayout::BOTTOM; 29 default_display_layout_.position = DisplayLayout::RIGHT; 31 default_display_layout_.position = DisplayLayout::LEFT;
|
/external/chromium_org/base/i18n/ |
break_iterator.cc | 99 bool BreakIterator::IsEndOfWord(size_t position) const { 104 UBool boundary = ubrk_isBoundary(iter, static_cast<int32_t>(position)); 109 bool BreakIterator::IsStartOfWord(size_t position) const { 114 UBool boundary = ubrk_isBoundary(iter, static_cast<int32_t>(position));
|
/external/chromium_org/chrome/browser/chromeos/media/ |
media_player.h | 43 void SetPlaylistPosition(int position); 48 // Returns current playlist position. 65 // The position into the current_playlist_ of the currently playing item.
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
network_menu.css | 11 background-position: 4px top !important; 29 background-position: 50% 50%;
|
/external/chromium_org/chrome/browser/resources/ |
crashes.css | 15 background-position: left; 25 background-position: right;
|
/external/chromium_org/chrome/browser/resources/file_manager/css/ |
list.css | 12 position: relative; /* Make sure that item offsets are relative to the 19 position: relative; /* to allow overlap */
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
status_view.css | 47 position: relative; 57 position: absolute;
|
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
destination_settings.css | 37 position: relative; 45 position: absolute;
|
/external/chromium_org/chrome/browser/resources/sync_file_system_internals/ |
main.css | 45 background-position: 0 2px; 52 background-position: 0 2px;
|
/external/chromium_org/chrome/browser/resources/uber/ |
uber.css | 22 position: absolute; 44 position: absolute;
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
find_bar.h | 93 virtual bool GetFindBarWindowInfo(gfx::Point* position,
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_layout.h | 24 enum Position { 29 LocationBarLayout(Position position, int item_edit_padding); 33 // - The |y| position inside its parent; 79 Position position_;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
popup.css | 25 position: fixed; 106 position: absolute; 173 position: relative; 185 position: relative; 191 position: absolute; 210 0% { background-position: 0 0; } 211 100% { background-position: 50px 50px; } 222 position: absolute;
|
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/ |
coordinates.js | 119 * @param {number} position The x pixel value on the canvas. 122 Coordinates.prototype.xValue = function(position) { 124 (position / this.widthMax * this.xValueRange()); 130 * @param {number} position The y pixel value on the canvas. 133 Coordinates.prototype.yValue = function(position) { 134 var ratio = this.heightMax / (this.heightMax - position);
|
/external/chromium_org/content/browser/geolocation/ |
network_location_provider.cc | 28 const Geoposition& position) { 43 // Insert the position into the cache. 45 cache_.insert(std::make_pair(key, position)); 56 // Searches for a cached position response for the current set of cell ID and 57 // WiFi data. Returns the cached position if available, NULL otherwise. 91 // position for such a set of device data. 118 // Create the position cache. 129 void NetworkLocationProvider::GetPosition(Geoposition *position) { 130 DCHECK(position); 131 *position = position_ [all...] |
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin_manager_impl.cc | 93 const gfx::Point& position) { 96 gfx::Point local_position = position; 99 if (!plugin->guest_crashed() && plugin->InBounds(position)) { 101 local_position = plugin->ToLocalCoordinates(position);
|
/external/chromium_org/media/filters/ |
blocking_url_protocol.h | 36 virtual bool SetPosition(int64 position) OVERRIDE; 55 // Cached position within the data source.
|
ffmpeg_glue.h | 45 // Returns true and the current file position for this file, false if the 46 // file position could not be retrieved. 49 // Returns true if the file position could be set, false otherwise. 50 virtual bool SetPosition(int64 position) = 0;
|
Completed in 916 milliseconds
<<21222324252627282930>>