Searched refs:fake (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/text/style/ |
D | StyleSpan.java | 100 int fake = want & ~tf.getStyle(); in apply() local 102 if ((fake & Typeface.BOLD) != 0) { in apply() 106 if ((fake & Typeface.ITALIC) != 0) { in apply()
|
D | TypefaceSpan.java | 84 int fake = oldStyle & ~tf.getStyle(); in apply() local 86 if ((fake & Typeface.BOLD) != 0) { in apply() 90 if ((fake & Typeface.ITALIC) != 0) { in apply()
|
D | TextAppearanceSpan.java | 232 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/ |
D | uses-feature-element.jd | 714 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/ |
D | billing_testing.jd | 80 fake purchase information (for example, a fake order ID). In some cases, the JSON string is
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewCore.java | 535 private native void nativeClick(int framePtr, int nodePtr, boolean fake); in nativeClick() argument
|
D | WebView.java | 4302 MotionEvent fake = MotionEvent.obtain(mLastTouchTime, in performLongClick() local 4306 mWebTextView.dispatchTouchEvent(fake); in performLongClick()
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_nontext.txt | 1033 /sdcard/android/layout_tests/editing/selection/fake-drag.html 1143 /sdcard/android/layout_tests/editing/selection/fake-doubleclick.html
|