/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | deltablue.js | 348 this.direction = Direction.NONE; 361 … this.direction = (this.v2.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength)) 366 … this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength)) 371 this.direction = Strength.stronger(this.strength, this.v1.walkStrength) 375 this.direction = Strength.stronger(this.strength, this.v2.walkStrength) 387 this.direction = Direction.NONE; 394 return this.direction != Direction.NONE; 408 return (this.direction == Direction.FORWARD) ? this.v1 : this.v2; 415 return (this.direction == Direction.FORWARD) ? this.v2 : this.v1; 434 this.direction = Direction.NONE; [all …]
|
D | raytrace.js | 284 direction : null, property in Flog.RayTracer.Ray 287 this.direction = dir; 291 return 'Ray [' + this.position + ',' + this.direction + ']'; 432 var B = dst.dot(ray.direction); 442 ray.direction, 481 var Vd = this.position.dot(ray.direction); 492 ray.direction, 746 var reflectionRay = this.getReflectionRay(info.position, info.normal, ray.direction);
|
/cts/tests/tests/view/src/android/view/cts/ |
D | FocusFinderTest.java | 78 private void assertNextFocus(View currentFocus, int direction, View expectedNextFocus) { in assertNextFocus() argument 79 View actualNextFocus = mFocusFinder.findNextFocus(mLayout, currentFocus, direction); in assertNextFocus() 118 private void assertNextFocusFromRect(Rect rect, int direction, View expectedNextFocus) { in assertNextFocusFromRect() argument 119 View actualNextFocus = mFocusFinder.findNextFocusFromRect(mLayout, rect, direction); in assertNextFocusFromRect()
|
D | MockTextView.java | 134 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument 135 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
D | MockView.java | 400 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() argument 402 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove() 524 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument 525 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
D | ViewGroupTest.java | 1926 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() argument 2200 public boolean onRequestFocusInDescendants(int direction, in onRequestFocusInDescendants() argument 2203 return super.onRequestFocusInDescendants(direction, previouslyFocusedRect); in onRequestFocusInDescendants() 2236 public View focusSearch(View focused, int direction) { in focusSearch() argument 2237 super.focusSearch(focused, direction); in focusSearch()
|
D | ViewTest.java | 3744 public View focusSearch(View v, int direction) { in focusSearch() argument
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | MyGallery.java | 101 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() argument 103 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
D | MockTextView.java | 134 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument 135 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
D | AutoCompleteTextViewTest.java | 743 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument 744 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
D | GridViewTest.java | 625 protected void onFocusChanged(boolean gainFocus, int direction, 628 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | PasswordTransformationMethodTest.java | 247 int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument 248 super.onFocusChanged(view, sourceText, focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/cts/suite/cts/deviceTests/opengl/assets/fragment/ |
D | perspective | 21 // Get a lighting direction vector from the light to the vertex.
|
D | water | 28 // Get a lighting direction vector from the light to the vertex.
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | BNNMTest.java | 51 final float direction = rand.nextFloat(); in addByteNoise() local 53 if (direction < 0.5f) { in addByteNoise()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaControllerTest.java | 81 public void onAdjustVolume(int direction) { in testVolumeControl() 83 switch (direction) { in testVolumeControl()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | ManagedProfileTest.java | 276 final String direction = (userId == 0) in testCrossProfileCopyPasteInternal() local 282 direction, mUserId)); in testCrossProfileCopyPasteInternal()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
D | StaticMetadata.java | 1278 public int[] getAvailableFormats(StreamDirection direction) { in getAvailableFormats() argument 1287 switch (direction) { in getAvailableFormats() 1323 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction) { in getAvailableSizesForFormatChecked() argument 1324 return getAvailableSizesForFormatChecked(format, direction, in getAvailableSizesForFormatChecked() 1338 public Size[] getAvailableSizesForFormatChecked(int format, StreamDirection direction, in getAvailableSizesForFormatChecked() argument 1350 switch (direction) { in getAvailableSizesForFormatChecked()
|
/cts/libs/deviceutillegacy/src/android/webkit/cts/ |
D | WebViewOnUiThread.java | 682 public boolean requestFocus(final int direction, 687 return mWebView.requestFocus(direction, previouslyFocusedRect);
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | PhoneStateListenerTest.java | 406 public void onDataActivity(int direction) { in testOnDataActivity()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | TextUtilsTest.java | 2101 int direction = TextUtils.getLayoutDirectionFromLocale(l); in testGetLayoutDirectionFromLocale() local 2102 assertEquals(l.toLanguageTag() + " not RTL: " + direction, in testGetLayoutDirectionFromLocale() 2103 LAYOUT_DIRECTION_RTL, direction); in testGetLayoutDirectionFromLocale() local 2118 int direction = TextUtils.getLayoutDirectionFromLocale(l); in testGetLayoutDirectionFromLocale() local 2119 assertEquals(l.toLanguageTag() + " not RTL: " + direction, in testGetLayoutDirectionFromLocale() 2120 LAYOUT_DIRECTION_RTL, direction); in testGetLayoutDirectionFromLocale() local
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | ReprocessCaptureTest.java | 1358 private Size getMaxSize(int format, StaticMetadata.StreamDirection direction) { in getMaxSize() argument 1359 Size[] sizes = mStaticInfo.getAvailableSizesForFormatChecked(format, direction); in getMaxSize()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 38317 private int direction
|