Home
last modified time | relevance | path

Searched refs:BLOCK (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/
DmissingSinces.txt1 NO DOC BLOCK: android.support.graphics.drawable.AnimatedVectorDrawableCompat Class
2 NO DOC BLOCK: android.support.v4.util.ArraySet Class
3 NO DOC BLOCK: android.support.design.widget.BaseTransientBottomBar Class
4 NO DOC BLOCK: android.support.design.widget.BaseTransientBottomBar.BaseCallback Class
5 NO DOC BLOCK: android.support.design.widget.BaseTransientBottomBar.ContentViewCallback Interface
6 NO DOC BLOCK: android.support.v4.app.FragmentManager.FragmentLifecycleCallbacks Class
7 NO DOC BLOCK: android.support.v7.widget.PagerSnapHelper Class
8 NO DOC BLOCK: android.support.v17.leanback.app.PlaybackControlGlue.InputEventHandler Interface
9 NO DOC BLOCK: android.support.v17.leanback.app.PlaybackFragment Class
10 NO DOC BLOCK: android.support.v17.leanback.app.PlaybackFragment.OnFadeCompleteListener Class
[all …]
/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
DmissingSinces.txt1 NO DOC BLOCK: android.support.design.widget.BottomNavigationView Class
2 NO DOC BLOCK: android.support.design.widget.BottomNavigationView.OnNavigationItemSelectedListener I…
3 NO DOC BLOCK: android.support.v7.widget.DividerItemDecoration Class
4 NO DOC BLOCK: android.support.v7.app.NotificationCompat.DecoratedCustomViewStyle Class
5 NO DOC BLOCK: android.support.v7.app.NotificationCompat.DecoratedMediaCustomViewStyle Class
6 NO DOC BLOCK: android.support.v13.app.ActivityCompat Constructor ()
7 NO DOC BLOCK: android.support.v4.app.NotificationCompat.WearableExtender Method getBridgeTag()
8 NO DOC BLOCK: android.support.v7.widget.RecyclerView Method getDecoratedBoundsWithMargins(android.v…
9 NO DOC BLOCK: android.support.v4.view.ViewCompat Method getDisplay(android.view.View)
10 NO DOC BLOCK: android.support.v4.widget.SwipeRefreshLayout Method getProgressViewEndOffset()
[all …]
/frameworks/native/libs/input/android/os/
DBlockUntrustedTouchesMode.aidl34 BLOCK enumConstant
/frameworks/base/core/java/com/android/internal/os/
DRoSystemProperties.java70 CRYPTO_TYPE == CryptoProperties.type_values.BLOCK;
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h69 BLOCK = 36, enumerator
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll115 <EXPRESSION>"BLOCK" { return token::BLOCK; }
DScriptParser.yy126 %token BLOCK
809 | BLOCK '(' exp ')'
/frameworks/base/core/java/android/hardware/input/
DInputManager.java91 BlockUntrustedTouchesMode.BLOCK
205 BlockUntrustedTouchesMode.BLOCK;
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp4705 mDispatcher->setBlockUntrustedTouchesMode(android::os::BlockUntrustedTouchesMode::BLOCK); in SetUp()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2043 if (mBlockUntrustedTouchesMode == BlockUntrustedTouchesMode::BLOCK) { in findTouchedWindowTargetsLocked()