HomeSort by relevance Sort by last modified time
    Searched defs:Position (Results 26 - 30 of 30) sorted by null

12

  /frameworks/base/include/ui/
Input.h 631 struct Position {
671 // The positions array contains position information for each pointer in order by
673 void addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions);
678 // Gets the velocity of the specified pointer id in position units per second.
702 Position positions[MAX_POINTERS];
704 inline const Position& getPosition(uint32_t id) const {
790 VelocityTracker::Position mRawPosition;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 28 import com.android.gallery3d.ui.PositionRepository.Position;
47 public void onScrollPositionChanged(int position, int total);
55 public void onScrollPositionChanged(int position, int total) {}
77 private final Position mTempPosition = new Position();
104 int position = WIDE local
107 setScrollPosition(position);
118 int position = visibleBegin; local
120 position = visibleBegin;
122 position = slotBegin
182 Position position = new Position(); local
187 repository.putPosition(entry.item.getIdentity(), position); local
345 Position position = entry.target; local
562 int position = mScrollPosition; local
    [all...]
  /external/v8/src/
jsregexp.h 204 // translation between position and utf8 position.
562 // Advance the current position by some amount.
567 struct Position {
568 Position() : mask(0), value(0), determines_perfectly(false) { }
575 Position* positions(int index) {
587 Position positions_[4];
    [all...]
profile-generator.cc 378 class Position {
380 explicit Position(ProfileNode* node)
399 List<Position> stack(10);
400 stack.Add(Position(root_));
402 Position& current = stack.last();
405 stack.Add(Position(current.current_child()));
409 Position& parent = stack[stack.length() - 2];
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 109 milliseconds

12