HomeSort by relevance Sort by last modified time
    Searched refs:hasValue (Results 176 - 200 of 1020) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatMultiAutoCompleteTextView.java 75 if (a.hasValue(0)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyVisualAttributes.java 102 if (keyAttr.hasValue(R.styleable.Keyboard_Key_keyTypeface)) {
KeyboardRow.java 153 if (keyAttr == null || !keyAttr.hasValue(R.styleable.Keyboard_Key_keyXPos)) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 150 if (!MaxLength.hasValue())
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 151 if (!MaxLength.hasValue())
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 151 if (!MaxLength.hasValue())
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 151 if (!MaxLength.hasValue())
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 151 if (!MaxLength.hasValue())
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 151 if (!MaxLength.hasValue())
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 151 if (!MaxLength.hasValue())
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 150 if (!MaxLength.hasValue())
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 151 if (!MaxLength.hasValue())
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 151 if (!MaxLength.hasValue())
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 151 if (!MaxLength.hasValue())
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 151 if (!MaxLength.hasValue())
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 151 if (!MaxLength.hasValue())
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 151 if (!MaxLength.hasValue())
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar 
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DateTimeEditor.java 126 long value = item.hasValue() ? item.getValueLong() : System.currentTimeMillis();
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 431 if (arrayAnimator.hasValue(R.styleable.Animator_repeatCount)) {
435 if (arrayAnimator.hasValue(R.styleable.Animator_repeatMode)) {
    [all...]
  /frameworks/base/core/java/android/widget/
CheckedTextView.java 95 if (a.hasValue(R.styleable.CheckedTextView_checkMarkTintMode)) {
101 if (a.hasValue(R.styleable.CheckedTextView_checkMarkTint)) {
ProgressBar.java 301 if (a.hasValue(R.styleable.ProgressBar_progressTintMode)) {
310 if (a.hasValue(R.styleable.ProgressBar_progressTint)) {
319 if (a.hasValue(R.styleable.ProgressBar_progressBackgroundTintMode)) {
328 if (a.hasValue(R.styleable.ProgressBar_progressBackgroundTint)) {
337 if (a.hasValue(R.styleable.ProgressBar_secondaryProgressTintMode)) {
346 if (a.hasValue(R.styleable.ProgressBar_secondaryProgressTint)) {
355 if (a.hasValue(R.styleable.ProgressBar_indeterminateTintMode)) {
364 if (a.hasValue(R.styleable.ProgressBar_indeterminateTint)) {
    [all...]
TableRow.java 500 if (a.hasValue(widthAttr)) {
507 if (a.hasValue(heightAttr)) {
  /frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
AnimatorInflaterCompat.java 641 boolean hasValue = (keyframeValue != null);
644 if (hasValue && isColorType(keyframeValue.type)) {
682 + ", value : " + ((keyframe.hasValue()) ? keyframe.getValue() : "null"));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 149 if (!SpillSlot.hasValue())
152 if (MergedResult.hasValue() && *MergedResult != *SpillSlot)
215 if (!Index.hasValue())
431 if (Opt.hasValue()) {
438 if (Opt.hasValue()) {
    [all...]

Completed in 1088 milliseconds

1 2 3 4 5 6 78 91011>>