HomeSort by relevance Sort by last modified time
    Searched refs:position (Results 376 - 400 of 3483) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.hlsl.vs.h 14 // POSITION 0 xyzw 0 NONE float xyzw
28 dcl_output_siv o0.xyzw, position
  /external/compiler-rt/www/
menu.css 6 position:fixed;
11 position:absolute;
  /external/icu4c/common/unicode/
uchriter.h 52 * position is specified by "position". If "position" is outside the valid
56 * @param position The starting position of the iteration
60 int32_t position);
68 * position is specified by "position". If begin and end do not
69 * form a valid iteration range or "position" is outside the valid
73 * @param textBegin The begin position of the iteration rang
    [all...]
  /external/icu4c/layout/
SubstitutionLookups.h 38 le_int32 position,
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
Particle.java 51 * Current particle position
53 public final Vector3f position = new Vector3f(); field in class:Particle
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
d3d10tri.hlsl.vs.h 14 // POSITION 0 xyzw 0 NONE float xyzw
28 dcl_output_siv o0.xyzw, position
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl.vs.h 14 // POSITION 0 xyzw 0 NONE float xyzw
28 dcl_output_siv o0.xyzw, position
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.hlsl.vs.h 14 // POSITION 0 xyzw 0 NONE float xyzw
28 dcl_output_siv o0.xyzw, position
  /external/sfntly/cpp/src/test/
test_utils.cc 62 for (int32_t position = 0; position < target_end - target; ++position) {
64 enc_char |= (target[position] & 0xff);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemsExpandOnSelection.java 41 protected View createView(int position, ViewGroup parent, int desiredHeight) {
45 result.setText(getValueAtPosition(position));
55 public View convertView(int position, View convertView, ViewGroup parent) {
56 ((ExpandWhenSelectedView)convertView).setText(getValueAtPosition(position));
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewCallbacks.java 56 * will be at the proper position.
62 public void addScreenListener(int position, OnScreenListener listener);
64 public void removeScreenListener(int position);
70 public void setViewActivated(int position);
72 public void onNewPhotoLoaded(int position);
  /frameworks/support/v13/java/android/support/v13/app/
FragmentStatePagerAdapter.java 84 * Return the Fragment associated with a specified position.
86 public abstract Fragment getItem(int position);
93 public Object instantiateItem(ViewGroup container, int position) {
98 if (mFragments.size() > position) {
99 Fragment f = mFragments.get(position);
109 Fragment fragment = getItem(position);
110 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
111 if (mSavedState.size() > position) {
112 Fragment.SavedState fss = mSavedState.get(position);
117 while (mFragments.size() <= position) {
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentStatePagerAdapter.java 80 * Return the Fragment associated with a specified position.
82 public abstract Fragment getItem(int position);
89 public Object instantiateItem(ViewGroup container, int position) {
94 if (mFragments.size() > position) {
95 Fragment f = mFragments.get(position);
105 Fragment fragment = getItem(position);
106 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
107 if (mSavedState.size() > position) {
108 Fragment.SavedState fss = mSavedState.get(position);
113 while (mFragments.size() <= position) {
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferScalarVersusVectorBenchmark.java 38 src.position(0);
39 dst.position(0);
50 src.position(aligned ? 0 : 1);
59 src.position(aligned ? 0 : 1);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
SliceDirectByteBufferTest.java 24 buf.position(1).limit(BUFFER_LENGTH-1);
SliceHeapByteBufferTest.java 24 buf.position(1).limit(BUFFER_LENGTH-1);
SliceWrappedByteBufferTest.java 24 buf.position(1).limit(BUFFER_LENGTH-1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
backup.pass.cpp 34 assert(it->position(0) == 0);
38 assert(it->position(0) == 5);
53 assert(it->position(0) == 0);
57 assert(it->position(0) == 5);
no_update_pos.pass.cpp 33 assert(it->position(0) == 0);
  /packages/apps/Music/src/com/android/music/
IMediaPlaybackService.aidl 25 void open(in long [] list, int position);
34 long position();
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
FragmentStatePagerAdapter2.java 68 * Return the Fragment associated with a specified position.
70 public abstract Fragment getItem(int position);
77 public Object instantiateItem(ViewGroup container, int position) {
82 final Fragment existing = mFragments.get(position);
91 Fragment fragment = getItem(position);
92 if (DEBUG) LogUtils.v(TAG, "Adding item #" + position + ": f=" + fragment);
93 if (mEnableSavedStates && mSavedState.size() > position) {
94 Fragment.SavedState fss = mSavedState.get(position);
102 mFragments.put(position, fragment);
109 public void destroyItem(ViewGroup container, int position, Object object)
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
TransitionsAdapter.java 64 public Object getItem(int position) {
65 return mTransitions[position];
72 public View getView(int position, View convertView, ViewGroup parent) {
86 final TransitionType transitionType = mTransitions[position];
  /external/bison/examples/calc++/
location.hh 41 # include "position.hh"
54 location (const position& b, const position& e)
61 explicit location (const position& p = position ())
111 position begin;
113 position end;
163 position last = loc.end - 1;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewICS.java 65 * The position of the first child displayed
77 * Position from which to start looking for mSyncRowId
97 * Indicates whether to sync based on the selection or position. Possible
149 * The position within the adapter's data set of the item to select
161 * The position within the adapter's data set of the currently selected item.
188 * Represents an invalid position. All valid positions are in the range 0 to 1 less than the
199 * The last selected position we used when notifying
204 * The id of the last selected position we used when notifying
249 * Implementers can call getItemAtPosition(position) if they need
255 * @param position The position of the view in the adapter
429 public int position; field in class:AdapterViewICS.AdapterContextMenuInfo
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
HistoryManager.java 44 public HistoryItem getItem(int position) {
45 if (position > mHistoryItems.size() - 1) {
48 return mHistoryItems.elementAt(position);
134 private void insert(HistoryItem preset, int position) {
145 mCurrentPresetPosition = position;
148 mHistoryItems.insertElementAt(preset, position);
149 mCurrentPresetPosition = position;

Completed in 570 milliseconds

<<11121314151617181920>>