HomeSort by relevance Sort by last modified time
    Searched full:direction (Results 151 - 175 of 1273) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/WebKit/mac/WebView/
WebDocumentPrivate.h 69 @method searchFor:direction:caseSensitive:wrap:startInSelection:
78 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection;
  /frameworks/base/awt/java/awt/
ComponentOrientation.java 32 * direction ("left to right" or "right to left") and in the vertical direction
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutBidiTest.java 103 assertEquals("direction", expectedDir, resultDir);
134 assertEquals("direction", expectedDir, resultDir);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 70 int direction, String destination, int visibility, int confirm, int status,
77 mDirection = direction;
  /packages/apps/Launcher2/res/layout-port/
launcher.xml 82 launcher:direction="horizontal"
100 launcher:direction="horizontal"
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
ipc.c 95 /* Close the write direction of the pipe - because i only read information from this pipe. */
110 /* Close the read direction of the pipe */
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
  /development/apps/Development/src/com/android/development/
EnterURL.java 55 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect)
57 super.onFocusChanged(focused, direction, previouslyFocusedRect);
78 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect)
80 super.onFocusChanged(focused, direction, previouslyFocusedRect);
  /external/icu4c/test/cintltst/
nccbtst.h 66 static void setNuConvTestName(const char *codepage, const char *direction);
  /external/iptables/extensions/
libipt_connbytes.man 26 only in one direction (for example HTTP), the average packet size will
  /external/skia/include/views/
SkStackViewLayout.h 41 /** Controls the posititioning in the same direction as the orientation
  /external/webkit/WebCore/css/
CSSPropertyNames.in 60 direction
152 -webkit-animation-direction
178 -webkit-box-direction
210 -webkit-marquee-direction
  /external/webkit/WebCore/html/
HTMLDataGridColElement.idl 35 attribute unsigned short sortDirection; // The sort direction for the column. Valid values are ascending, descending and natural (no sort applied).
  /external/webkit/WebCore/manual-tests/
animate-duration.html 27 -webkit-animation-direction: alternate;
  /external/webkit/WebCore/platform/animation/
AnimationList.cpp 38 FILL_UNSET_PROPERTY(isDirectionSet, direction, setDirection);
  /external/webkit/WebCore/rendering/
BidiRun.h 37 BidiRun(int start, int stop, RenderObject* object, BidiContext* context, WTF::Unicode::Direction dir)
  /external/webkit/WebCore/rendering/style/
StyleMarqueeData.h 52 EMarqueeDirection direction : 3; // not unsigned because EMarqueeDirection has negative values
StyleReflection.h 48 CSSReflectionDirection direction() const { return m_direction; } function in class:WebCore::StyleReflection
  /external/webkit/WebKit/chromium/public/
WebTextAffinity.h 36 // These constants specify the preferred direction of selection.
WebTextDirection.h 38 WebTextDirectionDefault, // Natural writing direction ("inherit")
  /frameworks/base/core/java/android/text/method/
MovementMethod.java 37 public void onTakeFocus(TextView widget, Spannable text, int direction);
TransformationMethod.java 44 boolean focused, int direction,
  /frameworks/base/telephony/java/android/telephony/
PhoneStateListener.java 128 * Listen for changes to the direction of data traffic on the data
238 public void onDataActivity(int direction) {
291 public void onDataActivity(int direction) {
292 Message.obtain(mHandler, LISTEN_DATA_ACTIVITY, direction, 0, null).sendToTarget();
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps2D.java 78 public View focusSearch(int direction) {
79 if (direction == FOCUS_UP) return super.focusSearch(direction);
195 protected void onFocusChanged(boolean gainFocus, int direction, android.graphics.Rect prev) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 232 protected void onFocusChanged(boolean focused, int direction,
234 super.onFocusChanged(focused, direction, previouslyFocusedRect);
237 switch (direction) {

Completed in 336 milliseconds

1 2 3 4 5 67 8 91011>>