HomeSort by relevance Sort by last modified time
    Searched refs:mlp (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/opus/src/
opus_headers.mk 6 src/mlp.h \
opus_sources.mk 11 src/mlp.c \
  /external/libopus/
opus_headers.mk 6 src/mlp.h \
opus_sources.mk 11 src/mlp.c \
Android.mk 128 src/mlp.c \
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPasswordView.java 175 final MarginLayoutParams mlp = (MarginLayoutParams) params; local
176 mlp.setMarginStart(0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java 196 MarginLayoutParams mlp = (MarginLayoutParams) mIndicationText.getLayoutParams(); local
197 if (mlp.bottomMargin != indicationBottomMargin) {
198 mlp.bottomMargin = indicationBottomMargin;
199 mIndicationText.setLayoutParams(mlp);
  /external/openssl/crypto/sha/asm/
sha512-ia64.pl 101 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
  /frameworks/base/core/java/android/widget/
Toolbar.java 1669 final MarginLayoutParams mlp = (MarginLayoutParams) v.getLayoutParams(); local
1674 final MarginLayoutParams mlp = (MarginLayoutParams) v.getLayoutParams(); local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 1686 final MarginLayoutParams mlp = (MarginLayoutParams) v.getLayoutParams(); local
1692 final MarginLayoutParams mlp = (MarginLayoutParams) v.getLayoutParams(); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 696 MarginLayoutParams mlp = (MarginLayoutParams) childView.getLayoutParams(); local
698 mlp.setMarginEnd(marginEnd);
700 mlp.rightMargin = marginEnd;
702 childView.setLayoutParams(mlp);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 387 final MarginLayoutParams mlp = (MarginLayoutParams) lp; local
388 childSideMargin = mlp.leftMargin + mlp.rightMargin;
    [all...]
  /external/chromium_org/third_party/opus/
opus.target.darwin-arm64.mk 120 third_party/opus/src/src/mlp.c \
opus.target.darwin-mips.mk 120 third_party/opus/src/src/mlp.c \
opus.target.darwin-mips64.mk 120 third_party/opus/src/src/mlp.c \
opus.target.darwin-x86.mk 120 third_party/opus/src/src/mlp.c \
opus.target.darwin-x86_64.mk 120 third_party/opus/src/src/mlp.c \
opus.target.linux-arm64.mk 120 third_party/opus/src/src/mlp.c \
opus.target.linux-mips.mk 120 third_party/opus/src/src/mlp.c \
opus.target.linux-mips64.mk 120 third_party/opus/src/src/mlp.c \
opus.target.linux-x86.mk 120 third_party/opus/src/src/mlp.c \
opus.target.linux-x86_64.mk 120 third_party/opus/src/src/mlp.c \
opus.target.darwin-arm.mk 134 third_party/opus/src/src/mlp.c \

Completed in 1206 milliseconds

1 2