Searched defs:fill (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DTokenBucket.java84 fill();
90 fill();
105 fill();
118 private void fill() { method in class:TokenBucket
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s27 fill RN 1 label
67 STRB tmp1, [fill], #1
87 ; STR tmp2, [fill], #4
91 ; STR tmp2, [fill], #4
95 ; STR tmp2, [fill],#4
99 ; STR tmp2, [fill],#4
103 ; STR tmp2, [fill], #4
107 ; STR tmp2, [fill], #4
111 ; STR tmp2, [fill], #4
115 ; STR tmp2, [fill], #
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S27 #define fill r1 define
44 void h264bsdFillRow7(const u8 * ref, u8 * fill, i32 left, i32 center,
58 STRB tmp1, [fill], #1
79 VST1.8 {qTmp0}, [fill]!
80 VST1.8 {qTmp1}, [fill]!
86 VST1.8 {dTmp0,dTmp1,dTmp2}, [fill]!
87 STR tmp2, [fill],#4
92 VST1.8 {dTmp0,dTmp1,dTmp2}, [fill]!
98 VST1.8 {qTmp0}, [fill]!
99 STR tmp2, [fill],#
[all...]
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DInputStreamBuffer.java117 * {@link #fill(int)} will be called first, and the byte at the index returned.
144 * stream. One side effect is {@link #fill(int)} will be called.
172 return fill(index);
184 * Advancing does not fill the internal buffer. The next {@link #get(int)} or
185 * {@link #has(int)} call will fill the buffer.
242 * Attempt to fill the internal buffer fully. The buffer will be modified such that the
261 private boolean fill(final int index) { method in class:InputStreamBuffer
262 Trace.beginSection("fill");
270 // Can't fill buffer anymore if input stream is consumed.
292 // Read from input stream to fill buffe
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DInputStreamBuffer.java117 * {@link #fill(int)} will be called first, and the byte at the index returned.
144 * stream. One side effect is {@link #fill(int)} will be called.
172 return fill(index);
184 * Advancing does not fill the internal buffer. The next {@link #get(int)} or
185 * {@link #has(int)} call will fill the buffer.
242 * Attempt to fill the internal buffer fully. The buffer will be modified such that the
261 private boolean fill(final int index) { method in class:InputStreamBuffer
262 Trace.beginSection("fill");
270 // Can't fill buffer anymore if input stream is consumed.
292 // Read from input stream to fill buffe
[all...]
/frameworks/base/libs/hwui/
H A DGlop.h77 * Includes all of the mesh, fill, and GL state required to perform
139 } fill; member in struct:android::uirenderer::Glop
161 * Defined by fill step, but can be force-enabled by presence of kAlpha_Attrib
H A DGlopBuilder.cpp234 mOutGlop->fill.color = c;
237 mOutGlop->fill.color = { 1, 1, 1, alpha };
240 mOutGlop->fill.color = { 0, 0, 0, 1 };
244 if (mOutGlop->fill.color.a < 1.0f
246 || (mOutGlop->fill.texture.texture && mOutGlop->fill.texture.texture->blend)
278 mOutGlop->fill.filterMode = mDescription.colorOp = ProgramDescription::ColorFilterMode::Blend;
280 mOutGlop->fill.filter.color.set(color);
282 mOutGlop->fill.filterMode = mDescription.colorOp = ProgramDescription::ColorFilterMode::Matrix;
284 float* colorMatrix = mOutGlop->fill
671 const Glop::Fill& fill = glop.fill; local
[all...]
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DAutoFillUI.java46 * fill UI that shows a popup style window anchored at the focused
47 * input field for choosing a dataset to fill or trigger the response
69 void fill(int requestId, int datasetIndex, @NonNull Dataset dataset); method in interface:AutoFillUI.AutoFillUiCallback
129 * Hides the fill UI.
136 * Filters the options in the fill UI.
153 * Shows the fill UI, removing the previous fill UI if the has changed.
156 * @param response the current fill response
198 mCallback.fill(response.getRequestId(), datasetIndex, dataset);
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp264 const Glop::Fill& fill = glop.fill; local
271 mCaches->setProgram(fill.program);
273 if (fill.colorEnabled) {
274 fill.program->setColor(fill.color);
277 fill.program->set(orthoMatrix,
283 if (fill.filterMode == ProgramDescription::ColorFilterMode::Blend) {
284 const FloatColor& color = fill.filter.color;
287 } else if (fill
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c2136 u8 *fill,
2144 ASSERT(fill);
2146 H264SwDecMemcpy(fill, ref, (u32)center);
2166 fill pointer where samples are stored
2172 u8 *fill,
2180 ASSERT(fill);
2187 *fill++ = tmp;
2190 *fill++ = *ref++;
2197 *fill++ = tmp;
2218 fill pointe
2134 FillRow1( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2170 h264bsdFillRow7( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2222 h264bsdFillBlock( u8 *ref, u8 *fill, i32 x0, i32 y0, u32 width, u32 height, u32 blockWidth, u32 blockHeight, u32 fillScanLength) argument
[all...]
/frameworks/base/libs/hwui/tests/unit/
H A DFrameBuilderTests.cpp648 Rect fill = opList.states[0]->computedState.clippedBounds; local
653 EXPECT_TRUE(stroke.contains(fill));
654 EXPECT_FALSE(fill.contains(stroke));
657 Rect outsetFill(fill);
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java95 * to fill the activity but it requires authentication first, that response need to be held
307 * Reads a new structure and then request a new fill response from the fill service.
324 // structure is taken. This causes only one fill request per bust of focus changes.
562 public void fill(int requestId, int datasetIndex, Dataset dataset) { method in class:Session
565 Slog.w(TAG, "Call to Session#fill() rejected - session: "
619 Slog.e(TAG, "Error requesting to show fill UI", e);
639 Slog.e(TAG, "Error requesting to hide fill UI", e);
932 // Remove pending fill requests as the session is finished.
940 * Starts (if necessary) a new fill reques
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java138 * Stashed to avoid allocation, currently only used in #fill()
468 // 2) fill towards start, stacking from bottom
469 // 3) fill towards end, stacking from top
559 // fill towards start
562 fill(recycler, mLayoutState, state, false);
568 // fill towards end
572 fill(recycler, mLayoutState, state, false);
580 fill(recycler, mLayoutState, state, false);
584 // fill towards end
587 fill(recycle
1475 int fill(RecyclerView.Recycler recycler, LayoutState layoutState, method in class:LinearLayoutManager
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java142 * Stashed to avoid allocation, currently only used in #fill()
472 // 2) fill towards start, stacking from bottom
473 // 3) fill towards end, stacking from top
563 // fill towards start
566 fill(recycler, mLayoutState, state, false);
572 // fill towards end
576 fill(recycler, mLayoutState, state, false);
584 fill(recycler, mLayoutState, state, false);
588 // fill towards end
591 fill(recycle
1480 int fill(RecyclerView.Recycler recycler, LayoutState layoutState, method in class:LinearLayoutManager
[all...]
H A DStaggeredGridLayoutManager.java141 * Temporary variable used during fill method to check which spans needs to be filled.
674 fill(recycler, mLayoutState, state);
678 fill(recycler, mLayoutState, state);
682 fill(recycler, mLayoutState, state);
686 fill(recycler, mLayoutState, state);
1536 private int fill(RecyclerView.Recycler recycler, LayoutState layoutState, method in class:StaggeredGridLayoutManager
1930 * @return True if last span is the first one we want to fill
2142 int consumed = fill(recycler, mLayoutState, state);
2276 fill(recycler, mLayoutState, state);
2397 * expected to fill al
[all...]
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1424 const char* fill = " "; local
1440 output << fill << "Display frame: " << rectString(hwcLayer.displayFrame) <<
1443 output << fill << "Source crop: "; local
1450 output << fill << "Transform: " << hwc1TransformString(hwcLayer.transform);
1458 output << fill << "Hints:"; local
1469 output << fill << "Flags:"; local
1484 const char* fill = " "; local
1487 output << fill << "Geometry changed: " <<
1490 output << fill << hwcContents.numHwLayers << " Layer" <<
1493 output << fill << " Laye
2070 const char* fill = " "; local
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 3223 milliseconds