Searched refs:swapped (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewStubTest.java | 50 final View swapped = stub.inflate(); in testInflated() local 52 assertNotNull("The inflated view is null", swapped); in testInflated() 61 final View swapped = stub.inflate(); in testInflatedId() local 63 assertNotNull("The inflated view is null", swapped); in testInflatedId() 64 assertTrue("The inflated view has no id", swapped.getId() != View.NO_ID); in testInflatedId() 65 assertTrue("The inflated view has the wrong id", swapped.getId() == R.id.stub_inflated); in testInflatedId() 74 final View swapped = stub.inflate(); in testInflatedLayoutParams() local 76 assertNotNull("The inflated view is null", swapped); in testInflatedLayoutParams() 79 stub.getLayoutParams().width, swapped.getLayoutParams().width); in testInflatedLayoutParams() 81 stub.getLayoutParams().height, swapped.getLayoutParams().height); in testInflatedLayoutParams()
|
/frameworks/base/libs/hwui/hwui/ |
D | ImageDecoder.cpp | 87 static SkISize swapped(const SkISize& size) { in swapped() function 93 return (swapWidthHeight && decodeSize != swapped(targetSize)) in requires_matrix_scaling() 99 return swapWidthHeight() ? swapped(size) : size; in getSampledDimensions() 338 dims = swapped(dims); in getCurrentFrameInfo()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | StackAnimationController.java | 769 boolean swapped = false; in animateReorder() 774 swapped |= animateSwap(view, oldIndex, newIndex, updateAllIcons, after); in animateReorder() 777 if (!swapped) { in animateReorder()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 119 Returns an identifier for the next frame to be swapped. The identifier can 169 function between calls. This is true even for the most recently swapped
|
/frameworks/base/core/proto/android/service/ |
D | procstats.proto | 66 // whether kernel reports swapped pss.
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 179 // The dirty the pages that have been swapped out. 181 // The dirty the pages that have been swapped out, proportional.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 9095 // whether kernel reports swapped pss.
|