Searched refs:need (Results 26 - 43 of 43) sorted by relevance

12

/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew.bat82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew.bat82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew.bat82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/frameworks/native/libs/gui/
H A DAndroid.mk29 # We don't need to enumerate every case in a switch as long as a default case
/frameworks/base/core/jni/
H A DAndroid.mk209 # TODO: clean up Minikin so it doesn't need the freetype include
261 # we need to access the private Bionic header
267 # -Wno-unknown-pragmas: necessary for Clang as the GL bindings need to turn
/frameworks/support/v8/renderscript/rs_support/
H A DAndroid.mk19 # These symbols are normally defined by BUILD_XXX, but we need to define them
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java491 // In this case we don't even need to compute the combining character.
H A DViewGroup.java120 * Views which have been hidden or removed which need to be animated on
248 // If set, this ViewGroup has padding; if unset there is no padding and we don't need
431 * bounds which need to cover a larger area to allow other effects,
461 // has been true. This tracks whether we need to issue a requestLayout() when
1269 // and don't need special handling during drawChild()
2515 // Canceling motions is a special case. We don't need to perform any transformations
2539 // If the number of pointers is the same and we don't need to perform any fancy
2542 // Otherwise we need to make a copy.
2928 // Otherwise, we failed in the middle, so need to come up
3041 // dispatching motion events to a child; we need t
[all...]
/frameworks/rs/
H A DAndroid.mk72 # These symbols are normally defined by BUILD_XXX, but we need to define them
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java513 * @deprecated All APIs accepting a network type are deprecated. There should be no need to
619 * with many more than two networks - we'd need an array to express
634 * with many more than two networks - we'd need an array to express
1061 // back out this hack for mms as they no longer need this and it's causing
2225 * changes capabilities but still satisfies the stated need.
2454 private NetworkRequest sendRequestForNetwork(NetworkCapabilities need, argument
2460 if (need == null) throw new IllegalArgumentException("null NetworkCapabilities");
2465 networkCallback.networkRequest = mService.listenForNetwork(need,
2468 networkCallback.networkRequest = mService.requestNetwork(need,
/frameworks/base/core/java/android/widget/
H A DSwitch.java382 int need = style & ~typefaceStyle;
383 mTextPaint.setFakeBoldText((need & Typeface.BOLD) != 0);
384 mTextPaint.setTextSkewX((need & Typeface.ITALIC) != 0 ? -0.25f : 0);
395 * variants, so you may need to use
H A DTextView.java1607 int need = style & ~typefaceStyle;
1608 mTextPaint.setFakeBoldText((need & Typeface.BOLD) != 0);
1609 mTextPaint.setTextSkewX((need & Typeface.ITALIC) != 0 ? -0.25f : 0);
1718 // TODO: Consider supporting a global undo manager. An implementation will need to:
1722 // Likewise it will need to be able to restore the default UndoManager.
1775 // No need to applySingleLine since mSingleLine is unchanged.
2136 // We need to retain the last set padding, so just clear
2339 // We need to retain the last set padding, so just clear
2951 * variants, so you may need to use
4546 // We need t
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java310 int need = style & ~typefaceStyle;
311 mTextPaint.setFakeBoldText((need & Typeface.BOLD) != 0);
312 mTextPaint.setTextSkewX((need & Typeface.ITALIC) != 0 ? -0.25f : 0);
323 * variants, so you may need to use
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_Blur.S1125 .set i, (need - 16) - \rem
1154 * will be written. This is complicated by the need to handle cases when the
1176 .set need, ((\max_r + \max_r) * \step + 15) & ~15
1178 rsb r10, r8, #need - (\max_r * \step)
1181 rsb r10, r10, #need - (\max_r * \step)
1184 cmp r11, #need
1185 movhi r11, #need
H A DrsCpuIntrinsics_advsimd_Blur.S1122 .set i, (need - 16) - \rem
1151 * will be written. This is complicated by the need to handle cases when the
1176 .set need, ((\max_r + \max_r) * \step + 15) & ~15
1178 mov x10, #need - (\max_r * \step)
1181 mov x10, #need - (\max_r * \step)
1185 subs x11, x11, #need
1187 add x11, x11, #need
/frameworks/base/core/java/android/text/
H A DLayout.java135 float need = 0;
147 if (w > need)
148 need = w;
153 return need;
501 * @return The range of lines that need to be drawn, possibly empty.
713 * characters that need to be handled specially, like tabs
/frameworks/rs/api/
H A Drs_graphics.spec23 // TODO We need to fix some of the builds before enabling this error:
/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. ...

Completed in 705 milliseconds

12