HomeSort by relevance Sort by last modified time
    Searched refs:direction (Results 251 - 275 of 1223) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/views/focus/
focus_search.h 18 // The direction in which the focus traversal is going.
23 enum Direction {
56 // - |direction| specifies whether we are traversing down (meaning we should
66 Direction direction,
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
DynamicSentinelStrategy.java 25 import com.google.android.droiddriver.scroll.Direction.PhysicalToLogicalConverter;
180 public boolean scroll(DroidDriver driver, Finder parentFinder, ScrollDirection direction) {
182 UiElement oldSentinel = getSentinel(parent, direction);
183 parent.scroll(direction);
184 UiElement newSentinel = getSentinel(driver.on(parentFinder), direction);
  /external/icu4c/i18n/
rbt.cpp 31 UTransDirection direction,
41 parser.parse(rules, direction, parseError, status);
61 * @param direction either FORWARD or REVERSE.
67 * or direction is invalid.
72 UTransDirection direction,
77 _construct(rules, direction,parseError,status);
84 * @param direction either FORWARD or REVERSE.
88 * or direction is invalid.
93 UTransDirection direction,
98 _construct(rules, direction,parseError, status)
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.h 66 UBiDiDirection direction; member in struct:__anon20774
  /external/iptables/extensions/
libxt_connbytes.c 51 sinfo->direction = XT_CONNBYTES_DIR_ORIGINAL;
53 sinfo->direction = XT_CONNBYTES_DIR_REPLY;
55 sinfo->direction = XT_CONNBYTES_DIR_BOTH;
94 switch (sinfo->direction) {
127 fputs(" connbytes direction", stdout);
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
bitbuffer.h 29 enum direction enum
  /frameworks/base/core/java/android/text/method/
AllCapsTransformationMethod.java 50 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction,
MovementMethod.java 47 public void onTakeFocus(TextView widget, Spannable text, int direction);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
StatusBar.java 33 public StatusBar(Context context, Density density, int direction, boolean RtlEnabled)
35 // FIXME: if direction is RTL but it's not enabled in application manifest, mirror this bar.
  /packages/apps/Camera/src/com/android/camera/
PanoProgressBar.java 48 public void onDirectionChange(int direction);
69 private void setDirection(int direction) {
70 if (mDirection != direction) {
71 mDirection = direction;
131 // The panning direction will be decided after user pan more than 10 degrees in one
132 // direction.
  /packages/apps/Camera2/src/com/android/camera/
PanoProgressBar.java 48 public void onDirectionChange(int direction);
69 private void setDirection(int direction) {
70 if (mDirection != direction) {
71 mDirection = direction;
131 // The panning direction will be decided after user pan more than 10 degrees in one
132 // direction.
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java 47 public void onDirectionChange(int direction);
68 private void setDirection(int direction) {
69 if (mDirection != direction) {
70 mDirection = direction;
128 // The panning direction will be decided after user pan more than 10 degrees in one
129 // direction.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
crypt.h 57 int direction, initialized; member in struct:crypt_data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
crypt.h 57 int direction, initialized; member in struct:crypt_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
crypt.h 57 int direction, initialized; member in struct:crypt_data
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsVehicle.java 149 private native int addWheel(long objectId, Vector3f location, Vector3f direction, Vector3f axle, float restLength, float radius, VehicleTuning tuning, boolean frontWheel);
154 * @param direction the direction of the wheel (should be -Y / 0,-1,0 for a normal car)
155 * @param axle The axis of the wheel, pointing right in vehicle direction (should be -X / -1,0,0 for a normal car)
161 public VehicleWheel addWheel(Vector3f connectionPoint, Vector3f direction, Vector3f axle, float suspensionRestLength, float wheelRadius, boolean isFrontWheel) {
162 return addWheel(null, connectionPoint, direction, axle, suspensionRestLength, wheelRadius, isFrontWheel);
169 * @param direction the direction of the wheel (should be -Y / 0,-1,0 for a normal car)
170 * @param axle The axis of the wheel, pointing right in vehicle direction (should be -X / -1,0,0 for a normal car)
176 public VehicleWheel addWheel(Spatial spat, Vector3f connectionPoint, Vector3f direction, Vector3f axle, float suspensionRestLength, float wheelRadius, boolean isFrontWheel)
518 Vector3f direction = physicsVehicleWheel.getDirection().clone(); local
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsVehicle.java 141 * @param direction the direction of the wheel (should be -Y / 0,-1,0 for a normal car)
142 * @param axle The axis of the wheel, pointing right in vehicle direction (should be -X / -1,0,0 for a normal car)
148 public VehicleWheel addWheel(Vector3f connectionPoint, Vector3f direction, Vector3f axle, float suspensionRestLength, float wheelRadius, boolean isFrontWheel) {
149 return addWheel(null, connectionPoint, direction, axle, suspensionRestLength, wheelRadius, isFrontWheel);
156 * @param direction the direction of the wheel (should be -Y / 0,-1,0 for a normal car)
157 * @param axle The axis of the wheel, pointing right in vehicle direction (should be -X / -1,0,0 for a normal car)
163 public VehicleWheel addWheel(Spatial spat, Vector3f connectionPoint, Vector3f direction, Vector3f axle, float suspensionRestLength, float wheelRadius, boolean isFrontWheel) {
166 wheel = new VehicleWheel(connectionPoint, direction, axle, suspensionRestLength, wheelRadius, isFrontWheel)
501 Vector3f direction = physicsVehicleWheel.getDirection().clone(); local
    [all...]
  /cts/tests/src/android/widget/cts/
MyGallery.java 105 protected void onFocusChanged(boolean gainFocus, int direction,
107 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
  /external/chromium-trace/trace-viewer/src/cc/
layer_picker.css 7 -webkit-flex-direction: column;
  /external/chromium_org/chrome/browser/resources/options/
font_settings.css 37 direction: ltr;
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.h 71 bool advanceFocus(FocusDirection direction) { return advanceFocus(direction, false); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlMultiLine.cpp 75 int RenderTextControlMultiLine::baselinePosition(FontBaseline baselineType, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const
77 return RenderBox::baselinePosition(baselineType, firstLine, direction, linePositionMode);
RenderTextControlSingleLine.h 114 virtual int inlineBlockBaseline(LineDirectionMode direction) const OVERRIDE { return lastLineBoxBaseline(direction); }
  /external/chromium_org/third_party/WebKit/Source/web/
WebNotification.cpp 95 WebTextDirection WebNotification::direction() const function in class:WebKit::WebNotification
97 return (m_private->direction() == RTL) ?
  /external/chromium_org/third_party/icu/source/i18n/
cpdtrans.h 84 * direction with a NULL filter.
222 UTransDirection direction,
227 UTransDirection direction,

Completed in 2164 milliseconds

<<11121314151617181920>>