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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
H A DPnoNetwork.java31 public boolean isHidden; field in class:PnoNetwork
46 && isHidden == network.isHidden;
52 return Objects.hash(isHidden, ssid);
67 out.writeInt(isHidden ? 1 : 0);
77 result.isHidden = in.readInt() != 0 ? true : false;
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DMessagingLinearLayoutTest.java62 assertFalse(child.isHidden());
77 assertFalse("child1 should not be hidden", child1.isHidden());
78 assertFalse("child2 should not be hidden", child2.isHidden());
93 assertFalse("child1 should not be hidden", child1.isHidden());
94 assertFalse("child2 should not be hidden", child2.isHidden());
109 assertTrue("child1 should be hidden", child1.isHidden());
110 assertFalse("child2 should not be hidden", child2.isHidden());
125 assertFalse("child1 should not be hidden", child1.isHidden());
126 assertFalse("child2 should not be hidden", child2.isHidden());
189 public boolean isHidden() { method in class:MessagingLinearLayoutTest.FakeImageFloatingTextView
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiSsid.java218 public boolean isHidden() { method in class:WifiSsid
/frameworks/base/core/java/com/android/internal/widget/
H A DChildHelper.java318 boolean isHidden(View view) { method in class:ChildHelper
H A DFloatingToolbar.java243 * Use {@link #isHidden()} to distinguish between a hidden and a dismissed toolbar.
259 public boolean isHidden() { method in class:FloatingToolbar
260 return mPopup.isHidden();
622 * Use {@link #isHidden()} to distinguish between a hidden and a dismissed popup.
644 public boolean isHidden() { method in class:FloatingToolbar.FloatingToolbarPopup
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java133 boolean isHidden() { method in class:WindowToken
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DChildHelper.java318 boolean isHidden(View view) { method in class:ChildHelper
H A DFastScroller.java222 @VisibleForTesting boolean isHidden() { method in class:FastScroller
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h177 bool isHidden; member in struct:android::MPEG4Writer::_ItemInfo
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMPEG4Writer.h177 bool isHidden; member in struct:android::MPEG4Writer::_ItemInfo
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java434 public boolean isHidden(Context context) { method in class:TvInputInfo
435 return TvInputSettings.isHidden(context, mId, UserHandle.myUserId());
981 private static boolean isHidden(Context context, String inputId, int userId) { method in class:TvInputInfo.TvInputSettings
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java737 public boolean isHidden() { method in class:NotificationRecord
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp65 static bool isHidden(const char *root, const char *path) function
680 if (isHidden(srcDir.string(), entry->d_name))
1153 if (isHidden(srcDir.string(), entry->d_name)) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java802 private void addNetworkAndVerifySuccess(boolean isHidden) throws Exception { argument
807 config.hiddenSSID = isHidden;
835 private void initializeAndAddNetworkAndVerifySuccess(boolean isHidden) throws Exception { argument
837 addNetworkAndVerifySuccess(isHidden);
/frameworks/base/core/java/android/app/
H A DFragment.java898 return isAdded() && !isHidden() && mView != null
909 final public boolean isHidden() { method in class:Fragment
914 * Called when the hidden state (as returned by {@link #isHidden()} of
954 if (isAdded() && !isHidden()) {
972 if (mHasMenu && isAdded() && !isHidden()) {
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragment.java911 return isAdded() && !isHidden() && mView != null
922 final public boolean isHidden() { method in class:Fragment
939 * Called when the hidden state (as returned by {@link #isHidden()} of
979 if (isAdded() && !isHidden()) {
997 if (mHasMenu && isAdded() && !isHidden()) {
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2839 private boolean isHidden(int accessibilityMode) { method in class:PhoneWindowManager
2861 && isHidden(mLidKeyboardAccessibility))) {
2870 && isHidden(mLidNavigationAccessibility))) {
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 995 milliseconds