Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/text/style/
DStyleSpan.java100 int fake = want & ~tf.getStyle(); in apply() local
102 if ((fake & Typeface.BOLD) != 0) { in apply()
106 if ((fake & Typeface.ITALIC) != 0) { in apply()
DTypefaceSpan.java84 int fake = oldStyle & ~tf.getStyle(); in apply() local
86 if ((fake & Typeface.BOLD) != 0) { in apply()
90 if ((fake & Typeface.ITALIC) != 0) { in apply()
DTextAppearanceSpan.java232 int fake = style & ~tf.getStyle(); in updateMeasureState() local
234 if ((fake & Typeface.BOLD) != 0) { in updateMeasureState()
238 if ((fake & Typeface.ITALIC) != 0) { in updateMeasureState()
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd714 only if it offers an emulated touchscreen ("fake touch" interface), or better. A device that offers
715 a fake touch interface provides a user input system that emulates a subset of touchscreen
716 capabilities. For example, a mouse or remote control that drives an on-screen cursor provides a fake
723 devices that provide a fake touch interface, you must also explicitly declare that a touch screen is
731 <td>The application performs distinct tracking of two or more "fingers" on a fake touch
738 with a fake touch interface will not support all two-finger gestures, because the input is
742 distinct multi-touch with a fake touch interface is one that provides a trackpad for cursor movement
748 <td>The application performs distinct tracking of five or more "fingers" on a fake touch
755 with a fake touch interface will not support all five-finger gestures, because the input is being
759 distinct multi-touch with a fake touch interface is one that provides a trackpad for cursor movement
[all …]
/frameworks/base/docs/html/guide/market/billing/
Dbilling_testing.jd80 fake purchase information (for example, a fake order ID). In some cases, the JSON string is
/frameworks/base/core/java/android/webkit/
DWebViewCore.java535 private native void nativeClick(int framePtr, int nodePtr, boolean fake); in nativeClick() argument
DWebView.java4302 MotionEvent fake = MotionEvent.obtain(mLastTouchTime, in performLongClick() local
4306 mWebTextView.dispatchTouchEvent(fake); in performLongClick()
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_nontext.txt1033 /sdcard/android/layout_tests/editing/selection/fake-drag.html
1143 /sdcard/android/layout_tests/editing/selection/fake-doubleclick.html